Home
last modified time | relevance | path

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

/net/wireless/
Dmlme.c839 const struct ieee80211_txrx_stypes *stypes = in cfg80211_rx_mgmt_ext() local
852 if (!(stypes->rx & BIT(stype))) { in cfg80211_rx_mgmt_ext()
Dnl80211.c2009 u16 stypes; in nl80211_send_mgmt_stypes() local
2026 stypes = mgmt_stypes[ift].tx; in nl80211_send_mgmt_stypes()
2027 while (stypes) { in nl80211_send_mgmt_stypes()
2028 if ((stypes & 1) && in nl80211_send_mgmt_stypes()
2032 stypes >>= 1; in nl80211_send_mgmt_stypes()
2049 stypes = mgmt_stypes[ift].rx; in nl80211_send_mgmt_stypes()
2050 while (stypes) { in nl80211_send_mgmt_stypes()
2051 if ((stypes & 1) && in nl80211_send_mgmt_stypes()
2055 stypes >>= 1; in nl80211_send_mgmt_stypes()