Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8712/
Dieee80211.h450 struct ieee80211_softmac_stats { struct
451 uint rx_ass_ok;
452 uint rx_ass_err;
453 uint rx_probe_rq;
454 uint tx_probe_rs;
455 uint tx_beacons;
456 uint rx_auth_rq;
457 uint rx_auth_rs_ok;
458 uint rx_auth_rs_err;
459 uint tx_auth_rq;
[all …]
/Linux-v4.19/drivers/staging/rtl8723bs/include/
Dieee80211.h592 struct ieee80211_softmac_stats { struct
593 uint rx_ass_ok;
594 uint rx_ass_err;
595 uint rx_probe_rq;
596 uint tx_probe_rs;
597 uint tx_beacons;
598 uint rx_auth_rq;
599 uint rx_auth_rs_ok;
600 uint rx_auth_rs_err;
601 uint tx_auth_rq;
[all …]
/Linux-v4.19/drivers/staging/rtl8192u/ieee80211/
Dieee80211.h1212 struct ieee80211_softmac_stats { struct
1213 unsigned int rx_ass_ok;
1214 unsigned int rx_ass_err;
1215 unsigned int rx_probe_rq;
1216 unsigned int tx_probe_rs;
1217 unsigned int tx_beacons;
1218 unsigned int rx_auth_rq;
1219 unsigned int rx_auth_rs_ok;
1220 unsigned int rx_auth_rs_err;
1221 unsigned int tx_auth_rq;
[all …]