Searched refs:stypes (Results 1 - 2 of 2) sorted by relevance

/net/wireless/
H A Dmlme.c782 const struct ieee80211_txrx_stypes *stypes = local
795 if (!(stypes->rx & BIT(stype))) {
H A Dnl80211.c1106 u16 stypes; local
1123 stypes = mgmt_stypes[ift].tx;
1124 while (stypes) {
1125 if ((stypes & 1) &&
1129 stypes >>= 1;
1146 stypes = mgmt_stypes[ift].rx;
1147 while (stypes) {
1148 if ((stypes & 1) &&
1152 stypes >>= 1;

Completed in 46 milliseconds