Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8188eu/include/
Dieee80211.h534 RTW_WLAN_CATEGORY_PUBLIC = 4, /* IEEE 802.11 public action frames */ enumerator
/Linux-v4.19/drivers/staging/rtl8723bs/include/
Dieee80211.h893 RTW_WLAN_CATEGORY_PUBLIC = 4, /* IEEE 802.11 public action frames */ enumerator
/Linux-v4.19/drivers/staging/rtl8723bs/os_dep/
Dioctl_cfg80211.c2558 if (category == RTW_WLAN_CATEGORY_PUBLIC) in rtw_cfg80211_monitor_if_xmit_entry()
3170 if (category == RTW_WLAN_CATEGORY_PUBLIC) in cfg80211_rtw_mgmt_tx()
/Linux-v4.19/drivers/staging/rtl8188eu/core/
Drtw_mlme_ext.c1720 category = RTW_WLAN_CATEGORY_PUBLIC; in issue_action_BSSCoexistPacket()
3764 if (category != RTW_WLAN_CATEGORY_PUBLIC) in on_action_public()
3810 {RTW_WLAN_CATEGORY_PUBLIC, "ACTION_PUBLIC", on_action_public},
/Linux-v4.19/drivers/staging/rtl8723bs/core/
Drtw_mlme_ext.c42 {RTW_WLAN_CATEGORY_PUBLIC, "ACTION_PUBLIC", on_action_public},
2131 if (category != RTW_WLAN_CATEGORY_PUBLIC) in on_action_public()
4078 category = RTW_WLAN_CATEGORY_PUBLIC; in issue_action_BSSCoexistPacket()
Drtw_recv.c1462 if (ptr[WLAN_HDR_A3_LEN] != RTW_WLAN_CATEGORY_PUBLIC && in validate_80211w_mgmt()
Drtw_xmit.c1457 (pframe[WLAN_HDR_A3_LEN] == RTW_WLAN_CATEGORY_PUBLIC || in rtw_mgmt_xmitframe_coalesce()