Home
last modified time | relevance | path

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

/Linux-v5.4/net/wireless/
Dmlme.c705 const struct ieee80211_txrx_stypes *stypes = in cfg80211_rx_mgmt() local
718 if (!(stypes->rx & BIT(stype))) { in cfg80211_rx_mgmt()
Dnl80211.c1657 u16 stypes; in nl80211_send_mgmt_stypes() local
1674 stypes = mgmt_stypes[ift].tx; in nl80211_send_mgmt_stypes()
1675 while (stypes) { in nl80211_send_mgmt_stypes()
1676 if ((stypes & 1) && in nl80211_send_mgmt_stypes()
1680 stypes >>= 1; in nl80211_send_mgmt_stypes()
1697 stypes = mgmt_stypes[ift].rx; in nl80211_send_mgmt_stypes()
1698 while (stypes) { in nl80211_send_mgmt_stypes()
1699 if ((stypes & 1) && in nl80211_send_mgmt_stypes()
1703 stypes >>= 1; in nl80211_send_mgmt_stypes()