Searched refs:stypes (Results 1 – 2 of 2) sorted by relevance
615 const struct ieee80211_txrx_stypes *stypes = in cfg80211_rx_mgmt() local628 if (!(stypes->rx & BIT(stype))) { in cfg80211_rx_mgmt()
1189 u16 stypes; in nl80211_send_mgmt_stypes() local1206 stypes = mgmt_stypes[ift].tx; in nl80211_send_mgmt_stypes()1207 while (stypes) { in nl80211_send_mgmt_stypes()1208 if ((stypes & 1) && in nl80211_send_mgmt_stypes()1212 stypes >>= 1; in nl80211_send_mgmt_stypes()1229 stypes = mgmt_stypes[ift].rx; in nl80211_send_mgmt_stypes()1230 while (stypes) { in nl80211_send_mgmt_stypes()1231 if ((stypes & 1) && in nl80211_send_mgmt_stypes()1235 stypes >>= 1; in nl80211_send_mgmt_stypes()