Home
last modified time | relevance | path

Searched refs:WLAN_CATEGORY_PUBLIC (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.4/net/wireless/
Dmlme.c609 mgmt->u.action.category != WLAN_CATEGORY_PUBLIC) { in cfg80211_mlme_mgmt_tx()
681 mgmt->u.action.category != WLAN_CATEGORY_PUBLIC) in cfg80211_mlme_mgmt_tx()
/Linux-v5.4/include/linux/
Dieee80211.h2558 WLAN_CATEGORY_PUBLIC = 4, enumerator
3179 return *category != WLAN_CATEGORY_PUBLIC && in _ieee80211_is_robust_mgmt_frame()
3216 return mgmt->u.action.category == WLAN_CATEGORY_PUBLIC; in ieee80211_is_public_action()
/Linux-v5.4/drivers/net/wireless/marvell/mwifiex/
Dutil.c352 case WLAN_CATEGORY_PUBLIC: in mwifiex_parse_mgmt_packet()
Dtdls.c756 mgmt->u.action.category = WLAN_CATEGORY_PUBLIC; in mwifiex_construct_tdls_action_frame()
/Linux-v5.4/drivers/net/wireless/st/cw1200/
Dtxrx.c1033 (mgmt->u.action.category == WLAN_CATEGORY_PUBLIC)) { in cw1200_rx_cb()
1044 (mgmt->u.action.category == WLAN_CATEGORY_PUBLIC)) { in cw1200_rx_cb()
/Linux-v5.4/net/mac80211/
Doffchannel.c822 mgmt->u.action.category == WLAN_CATEGORY_PUBLIC || in ieee80211_mgmt_tx()
Dtdls.c845 mgmt->u.action.category = WLAN_CATEGORY_PUBLIC; in ieee80211_prep_tdls_direct()
Drx.c3059 if (!rx->sta && mgmt->u.action.category != WLAN_CATEGORY_PUBLIC && in ieee80211_rx_h_action()
3162 case WLAN_CATEGORY_PUBLIC: in ieee80211_rx_h_action()
Dmlme.c4120 } else if (mgmt->u.action.category == WLAN_CATEGORY_PUBLIC) { in ieee80211_sta_rx_queued_mgmt()