Searched refs:stypes (Results 1 – 2 of 2) sorted by relevance
705 const struct ieee80211_txrx_stypes *stypes = in cfg80211_rx_mgmt() local718 if (!(stypes->rx & BIT(stype))) { in cfg80211_rx_mgmt()
1706 u16 stypes; in nl80211_send_mgmt_stypes() local1723 stypes = mgmt_stypes[ift].tx; in nl80211_send_mgmt_stypes()1724 while (stypes) { in nl80211_send_mgmt_stypes()1725 if ((stypes & 1) && in nl80211_send_mgmt_stypes()1729 stypes >>= 1; in nl80211_send_mgmt_stypes()1746 stypes = mgmt_stypes[ift].rx; in nl80211_send_mgmt_stypes()1747 while (stypes) { in nl80211_send_mgmt_stypes()1748 if ((stypes & 1) && in nl80211_send_mgmt_stypes()1752 stypes >>= 1; in nl80211_send_mgmt_stypes()