Home
last modified time | relevance | path

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

/linux-4.1.27/net/wireless/
Dmlme.c615 const struct ieee80211_txrx_stypes *stypes = in cfg80211_rx_mgmt() local
628 if (!(stypes->rx & BIT(stype))) { in cfg80211_rx_mgmt()
Dnl80211.c1189 u16 stypes; in nl80211_send_mgmt_stypes() local
1206 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()