Home
last modified time | relevance | path

Searched refs:RTW_WLAN_CATEGORY_PUBLIC (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.15/drivers/staging/rtl8723bs/include/
Dieee80211.h543 RTW_WLAN_CATEGORY_PUBLIC = 4, /* IEEE 802.11 public action frames */ enumerator
/Linux-v5.15/drivers/staging/r8188eu/core/
Drtw_mlme_ext.c40 {RTW_WLAN_CATEGORY_PUBLIC, "ACTION_PUBLIC", on_action_public},
1813 unsigned char category = RTW_WLAN_CATEGORY_PUBLIC; in issue_p2p_GO_request()
2144 unsigned char category = RTW_WLAN_CATEGORY_PUBLIC; in issue_p2p_GO_response()
2507 unsigned char category = RTW_WLAN_CATEGORY_PUBLIC; in issue_p2p_GO_confirm()
2669 unsigned char category = RTW_WLAN_CATEGORY_PUBLIC; in issue_p2p_invitation_request()
2916 unsigned char category = RTW_WLAN_CATEGORY_PUBLIC; in issue_p2p_invitation_response()
3106 unsigned char category = RTW_WLAN_CATEGORY_PUBLIC; in issue_p2p_provision_request()
4158 if (category != RTW_WLAN_CATEGORY_PUBLIC) in on_action_public()
6091 category = RTW_WLAN_CATEGORY_PUBLIC; in issue_action_BSSCoexistPacket()
Drtw_p2p.c180 unsigned char category = RTW_WLAN_CATEGORY_PUBLIC; in issue_p2p_devdisc_resp()
244 unsigned char category = RTW_WLAN_CATEGORY_PUBLIC; in issue_p2p_provision_resp()
/Linux-v5.15/drivers/staging/r8188eu/include/
Dieee80211.h938 RTW_WLAN_CATEGORY_PUBLIC = 4, /* IEEE 802.11 public action frames */ enumerator
/Linux-v5.15/drivers/staging/rtl8723bs/core/
Drtw_mlme_ext.c41 {RTW_WLAN_CATEGORY_PUBLIC, "ACTION_PUBLIC", on_action_public},
1829 if (category != RTW_WLAN_CATEGORY_PUBLIC) in on_action_public()
3638 category = RTW_WLAN_CATEGORY_PUBLIC; in issue_action_BSSCoexistPacket()
Drtw_recv.c1402 if (ptr[WLAN_HDR_A3_LEN] != RTW_WLAN_CATEGORY_PUBLIC && in validate_80211w_mgmt()
Drtw_xmit.c1229 (pframe[WLAN_HDR_A3_LEN] == RTW_WLAN_CATEGORY_PUBLIC || in rtw_mgmt_xmitframe_coalesce()