Home
last modified time | relevance | path

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

/linux-3.4.99/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-3.4.99/drivers/staging/rtl8187se/ieee80211/
Dieee80211.h660 struct ieee80211_softmac_stats { struct
661 unsigned int rx_ass_ok;
662 unsigned int rx_ass_err;
663 unsigned int rx_probe_rq;
664 unsigned int tx_probe_rs;
665 unsigned int tx_beacons;
666 unsigned int rx_auth_rq;
667 unsigned int rx_auth_rs_ok;
668 unsigned int rx_auth_rs_err;
669 unsigned int tx_auth_rq;
[all …]
/linux-3.4.99/drivers/staging/rtl8192u/ieee80211/
Dieee80211.h1385 struct ieee80211_softmac_stats{ struct
1386 unsigned int rx_ass_ok;
1387 unsigned int rx_ass_err;
1388 unsigned int rx_probe_rq;
1389 unsigned int tx_probe_rs;
1390 unsigned int tx_beacons;
1391 unsigned int rx_auth_rq;
1392 unsigned int rx_auth_rs_ok;
1393 unsigned int rx_auth_rs_err;
1394 unsigned int tx_auth_rq;
[all …]