Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dieee80211.h3600 WLAN_CATEGORY_PUBLIC = 4, enumerator
4283 if (mgmt->u.action.category != WLAN_CATEGORY_PUBLIC && in ieee80211_is_bufferable_mmpdu()
4317 return *category != WLAN_CATEGORY_PUBLIC && in _ieee80211_is_robust_mgmt_frame()
4355 return mgmt->u.action.category == WLAN_CATEGORY_PUBLIC; in ieee80211_is_public_action()
/Linux-v6.6/net/wireless/
Dmlme.c704 mgmt->u.action.category == WLAN_CATEGORY_PUBLIC) { in cfg80211_allowed_random_address()
750 mgmt->u.action.category != WLAN_CATEGORY_PUBLIC) { in cfg80211_mlme_mgmt_tx()
/Linux-v6.6/drivers/net/wireless/marvell/mwifiex/
Dutil.c340 case WLAN_CATEGORY_PUBLIC: in mwifiex_parse_mgmt_packet()
Dtdls.c761 mgmt->u.action.category = WLAN_CATEGORY_PUBLIC; in mwifiex_construct_tdls_action_frame()
/Linux-v6.6/drivers/net/wireless/st/cw1200/
Dtxrx.c1030 (mgmt->u.action.category == WLAN_CATEGORY_PUBLIC)) { in cw1200_rx_cb()
1041 (mgmt->u.action.category == WLAN_CATEGORY_PUBLIC)) { in cw1200_rx_cb()
/Linux-v6.6/net/mac80211/
Doffchannel.c815 mgmt->u.action.category == WLAN_CATEGORY_PUBLIC || in ieee80211_mgmt_tx()
Dtdls.c919 mgmt->u.action.category = WLAN_CATEGORY_PUBLIC; in ieee80211_prep_tdls_direct()
Drx.c3472 if (!rx->sta && mgmt->u.action.category != WLAN_CATEGORY_PUBLIC && in ieee80211_rx_h_action()
3579 case WLAN_CATEGORY_PUBLIC: in ieee80211_rx_h_action()
Dmlme.c6326 } else if (mgmt->u.action.category == WLAN_CATEGORY_PUBLIC) { in ieee80211_sta_rx_queued_mgmt()