Home
last modified time | relevance | path

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

/linux-4.1.27/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 …]
/linux-4.1.27/drivers/staging/rtl8188eu/include/
Dieee80211.h698 struct ieee80211_softmac_stats { struct
699 uint rx_ass_ok;
700 uint rx_ass_err;
701 uint rx_probe_rq;
702 uint tx_probe_rs;
703 uint tx_beacons;
704 uint rx_auth_rq;
705 uint rx_auth_rs_ok;
706 uint rx_auth_rs_err;
707 uint tx_auth_rq;
[all …]
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/
Dieee80211.h1349 struct ieee80211_softmac_stats{ struct
1350 unsigned int rx_ass_ok;
1351 unsigned int rx_ass_err;
1352 unsigned int rx_probe_rq;
1353 unsigned int tx_probe_rs;
1354 unsigned int tx_beacons;
1355 unsigned int rx_auth_rq;
1356 unsigned int rx_auth_rs_ok;
1357 unsigned int rx_auth_rs_err;
1358 unsigned int tx_auth_rq;
[all …]