Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8712/
Dieee80211.h464 struct ieee80211_softmac_stats { struct
465 uint rx_ass_ok;
466 uint rx_ass_err;
467 uint rx_probe_rq;
468 uint tx_probe_rs;
469 uint tx_beacons;
470 uint rx_auth_rq;
471 uint rx_auth_rs_ok;
472 uint rx_auth_rs_err;
473 uint tx_auth_rq;
[all …]
/linux-4.4.14/drivers/staging/rtl8188eu/include/
Dieee80211.h617 struct ieee80211_softmac_stats { struct
618 uint rx_ass_ok;
619 uint rx_ass_err;
620 uint rx_probe_rq;
621 uint tx_probe_rs;
622 uint tx_beacons;
623 uint rx_auth_rq;
624 uint rx_auth_rs_ok;
625 uint rx_auth_rs_err;
626 uint tx_auth_rq;
[all …]
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/
Dieee80211.h1211 struct ieee80211_softmac_stats{ struct
1212 unsigned int rx_ass_ok;
1213 unsigned int rx_ass_err;
1214 unsigned int rx_probe_rq;
1215 unsigned int tx_probe_rs;
1216 unsigned int tx_beacons;
1217 unsigned int rx_auth_rq;
1218 unsigned int rx_auth_rs_ok;
1219 unsigned int rx_auth_rs_err;
1220 unsigned int tx_auth_rq;
[all …]