Home
last modified time | relevance | path

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

/linux-4.4.14/net/wireless/
Dmlme.c660 const struct ieee80211_txrx_stypes *stypes = in cfg80211_rx_mgmt() local
673 if (!(stypes->rx & BIT(stype))) { in cfg80211_rx_mgmt()
Dnl80211.c1196 u16 stypes; in nl80211_send_mgmt_stypes() local
1213 stypes = mgmt_stypes[ift].tx; in nl80211_send_mgmt_stypes()
1214 while (stypes) { in nl80211_send_mgmt_stypes()
1215 if ((stypes & 1) && in nl80211_send_mgmt_stypes()
1219 stypes >>= 1; in nl80211_send_mgmt_stypes()
1236 stypes = mgmt_stypes[ift].rx; in nl80211_send_mgmt_stypes()
1237 while (stypes) { in nl80211_send_mgmt_stypes()
1238 if ((stypes & 1) && in nl80211_send_mgmt_stypes()
1242 stypes >>= 1; in nl80211_send_mgmt_stypes()