Home
last modified time | relevance | path

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

/Linux-v4.19/net/wireless/
Dmlme.c701 const struct ieee80211_txrx_stypes *stypes = in cfg80211_rx_mgmt() local
714 if (!(stypes->rx & BIT(stype))) { in cfg80211_rx_mgmt()
Dnl80211.c1443 u16 stypes; in nl80211_send_mgmt_stypes() local
1460 stypes = mgmt_stypes[ift].tx; in nl80211_send_mgmt_stypes()
1461 while (stypes) { in nl80211_send_mgmt_stypes()
1462 if ((stypes & 1) && in nl80211_send_mgmt_stypes()
1466 stypes >>= 1; in nl80211_send_mgmt_stypes()
1483 stypes = mgmt_stypes[ift].rx; in nl80211_send_mgmt_stypes()
1484 while (stypes) { in nl80211_send_mgmt_stypes()
1485 if ((stypes & 1) && in nl80211_send_mgmt_stypes()
1489 stypes >>= 1; in nl80211_send_mgmt_stypes()