Home
last modified time | relevance | path

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

/linux-6.1.9/net/wireless/
Dmlme.c698 mgmt->u.action.category != WLAN_CATEGORY_PUBLIC) { in cfg80211_mlme_mgmt_tx()
776 mgmt->u.action.category != WLAN_CATEGORY_PUBLIC) in cfg80211_mlme_mgmt_tx()
/linux-6.1.9/drivers/net/wireless/marvell/mwifiex/
Dutil.c340 case WLAN_CATEGORY_PUBLIC: in mwifiex_parse_mgmt_packet()
Dtdls.c757 mgmt->u.action.category = WLAN_CATEGORY_PUBLIC; in mwifiex_construct_tdls_action_frame()
/linux-6.1.9/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-6.1.9/include/linux/
Dieee80211.h3467 WLAN_CATEGORY_PUBLIC = 4, enumerator
4146 return *category != WLAN_CATEGORY_PUBLIC && in _ieee80211_is_robust_mgmt_frame()
4184 return mgmt->u.action.category == WLAN_CATEGORY_PUBLIC; in ieee80211_is_public_action()
/linux-6.1.9/drivers/staging/r8188eu/core/
Drtw_mlme_ext.c1657 unsigned char category = WLAN_CATEGORY_PUBLIC; in issue_p2p_GO_request()
1987 unsigned char category = WLAN_CATEGORY_PUBLIC; in issue_p2p_GO_response()
2349 unsigned char category = WLAN_CATEGORY_PUBLIC; in issue_p2p_GO_confirm()
2510 unsigned char category = WLAN_CATEGORY_PUBLIC; in issue_p2p_invitation_request()
2757 unsigned char category = WLAN_CATEGORY_PUBLIC; in issue_p2p_invitation_response()
2947 unsigned char category = WLAN_CATEGORY_PUBLIC; in issue_p2p_provision_request()
3918 if (category != WLAN_CATEGORY_PUBLIC) in on_action_public()
3983 case WLAN_CATEGORY_PUBLIC: in OnAction()
5593 category = WLAN_CATEGORY_PUBLIC; in issue_action_BSSCoexistPacket()
Drtw_p2p.c174 unsigned char category = WLAN_CATEGORY_PUBLIC; in issue_p2p_devdisc_resp()
236 unsigned char category = WLAN_CATEGORY_PUBLIC; in issue_p2p_provision_resp()
/linux-6.1.9/net/mac80211/
Doffchannel.c815 mgmt->u.action.category == WLAN_CATEGORY_PUBLIC || in ieee80211_mgmt_tx()
Dtdls.c844 mgmt->u.action.category = WLAN_CATEGORY_PUBLIC; in ieee80211_prep_tdls_direct()
Drx.c3362 if (!rx->sta && mgmt->u.action.category != WLAN_CATEGORY_PUBLIC && in ieee80211_rx_h_action()
3469 case WLAN_CATEGORY_PUBLIC: in ieee80211_rx_h_action()
Dmlme.c5825 } else if (mgmt->u.action.category == WLAN_CATEGORY_PUBLIC) { in ieee80211_sta_rx_queued_mgmt()