Searched refs:WIFI_ACTION (Results 1 – 7 of 7) sorted by relevance
/linux-5.19.10/drivers/staging/r8188eu/core/ |
D | rtw_p2p.c | 146 SetFrameSubType(pframe, WIFI_ACTION); in issue_group_disc_req() 203 SetFrameSubType(pframe, WIFI_ACTION); in issue_p2p_devdisc_resp() 273 SetFrameSubType(pframe, WIFI_ACTION); in issue_p2p_provision_resp() 348 SetFrameSubType(pframe, WIFI_ACTION); in issue_p2p_presence_resp()
|
D | rtw_mlme_ext.c | 1587 SetFrameSubType(pframe, WIFI_ACTION); in issue_p2p_GO_request() 1922 SetFrameSubType(pframe, WIFI_ACTION); in issue_p2p_GO_response() 2279 SetFrameSubType(pframe, WIFI_ACTION); in issue_p2p_GO_confirm() 2441 SetFrameSubType(pframe, WIFI_ACTION); in issue_p2p_invitation_request() 2687 SetFrameSubType(pframe, WIFI_ACTION); in issue_p2p_invitation_response() 2878 SetFrameSubType(pframe, WIFI_ACTION); in issue_p2p_provision_request() 5410 SetFrameSubType(pframe, WIFI_ACTION); in issue_action_BA() 5527 SetFrameSubType(pframe, WIFI_ACTION); in issue_action_BSSCoexistPacket()
|
/linux-5.19.10/drivers/staging/r8188eu/include/ |
D | wifi.h | 28 WIFI_ACTION = (BIT(7) | BIT(6) | BIT(4) | IEEE80211_FTYPE_MGMT), enumerator
|
/linux-5.19.10/drivers/staging/rtl8723bs/include/ |
D | wifi.h | 59 WIFI_ACTION = (BIT(7) | BIT(6) | BIT(4) | WIFI_MGT_TYPE), enumerator
|
/linux-5.19.10/drivers/staging/rtl8723bs/core/ |
D | rtw_recv.c | 1363 (subtype == WIFI_DEAUTH || subtype == WIFI_DISASSOC || subtype == WIFI_ACTION)) { in validate_80211w_mgmt() 1404 if (subtype == WIFI_ACTION) { in validate_80211w_mgmt()
|
D | rtw_mlme_ext.c | 32 {WIFI_ACTION, "OnAction", &OnAction}, 494 case WIFI_ACTION: in mgt_dispatcher() 3405 SetFrameSubType(pframe, WIFI_ACTION); in issue_action_SA_Query() 3479 SetFrameSubType(pframe, WIFI_ACTION); in issue_action_BA() 3634 SetFrameSubType(pframe, WIFI_ACTION); in issue_action_BSSCoexistPacket()
|
D | rtw_xmit.c | 1223 subtype == WIFI_REASSOCREQ || subtype == WIFI_ACTION) { in rtw_mgmt_xmitframe_coalesce() 1236 if (subtype == WIFI_ACTION && in rtw_mgmt_xmitframe_coalesce()
|