Home
last modified time | relevance | path

Searched defs:ieee80211_softmac_stats (Results 1 – 3 of 3) sorted by relevance

/drivers/staging/rtl8712/
Dieee80211.h490 struct ieee80211_softmac_stats { struct
491 uint rx_ass_ok;
492 uint rx_ass_err;
493 uint rx_probe_rq;
494 uint tx_probe_rs;
495 uint tx_beacons;
496 uint rx_auth_rq;
497 uint rx_auth_rs_ok;
498 uint rx_auth_rs_err;
499 uint tx_auth_rq;
[all …]
/drivers/staging/rtl8188eu/include/
Dieee80211.h699 struct ieee80211_softmac_stats { struct
700 uint rx_ass_ok;
701 uint rx_ass_err;
702 uint rx_probe_rq;
703 uint tx_probe_rs;
704 uint tx_beacons;
705 uint rx_auth_rq;
706 uint rx_auth_rs_ok;
707 uint rx_auth_rs_err;
708 uint tx_auth_rq;
[all …]
/drivers/staging/rtl8192u/ieee80211/
Dieee80211.h1376 struct ieee80211_softmac_stats{ struct
1377 unsigned int rx_ass_ok;
1378 unsigned int rx_ass_err;
1379 unsigned int rx_probe_rq;
1380 unsigned int tx_probe_rs;
1381 unsigned int tx_beacons;
1382 unsigned int rx_auth_rq;
1383 unsigned int rx_auth_rs_ok;
1384 unsigned int rx_auth_rs_err;
1385 unsigned int tx_auth_rq;
[all …]