Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/rtl8723bs/include/
Dieee80211.h591 struct ieee80211_softmac_stats { struct
592 uint rx_ass_ok;
593 uint rx_ass_err;
594 uint rx_probe_rq;
595 uint tx_probe_rs;
596 uint tx_beacons;
597 uint rx_auth_rq;
598 uint rx_auth_rs_ok;
599 uint rx_auth_rs_err;
600 uint tx_auth_rq;
[all …]
/Linux-v5.10/drivers/staging/rtl8192u/ieee80211/
Dieee80211.h1208 struct ieee80211_softmac_stats { struct
1209 unsigned int rx_ass_ok;
1210 unsigned int rx_ass_err;
1211 unsigned int rx_probe_rq;
1212 unsigned int tx_probe_rs;
1213 unsigned int tx_beacons;
1214 unsigned int rx_auth_rq;
1215 unsigned int rx_auth_rs_ok;
1216 unsigned int rx_auth_rs_err;
1217 unsigned int tx_auth_rq;
[all …]