Searched refs:WIFI_ACTION (Results 1 – 7 of 7) sorted by relevance
/drivers/staging/r8188eu/core/ |
D | rtw_p2p.c | 152 SetFrameSubType(pframe, WIFI_ACTION); in issue_group_disc_req() 211 SetFrameSubType(pframe, WIFI_ACTION); in issue_p2p_devdisc_resp() 281 SetFrameSubType(pframe, WIFI_ACTION); in issue_p2p_provision_resp() 358 SetFrameSubType(pframe, WIFI_ACTION); in issue_p2p_presence_resp()
|
D | rtw_mlme_ext.c | 32 {WIFI_ACTION, "OnAction", &OnAction}, 469 case WIFI_ACTION: in mgt_dispatcher() 1854 SetFrameSubType(pframe, WIFI_ACTION); in issue_p2p_GO_request() 2190 SetFrameSubType(pframe, WIFI_ACTION); in issue_p2p_GO_response() 2548 SetFrameSubType(pframe, WIFI_ACTION); in issue_p2p_GO_confirm() 2710 SetFrameSubType(pframe, WIFI_ACTION); in issue_p2p_invitation_request() 2956 SetFrameSubType(pframe, WIFI_ACTION); in issue_p2p_invitation_response() 3148 SetFrameSubType(pframe, WIFI_ACTION); in issue_p2p_provision_request() 5909 SetFrameSubType(pframe, WIFI_ACTION); in issue_action_spct_ch_switch() 5980 SetFrameSubType(pframe, WIFI_ACTION); in issue_action_BA() [all …]
|
/drivers/staging/rtl8723bs/include/ |
D | wifi.h | 59 WIFI_ACTION = (BIT(7) | BIT(6) | BIT(4) | WIFI_MGT_TYPE), enumerator
|
/drivers/staging/r8188eu/include/ |
D | wifi.h | 63 WIFI_ACTION = (BIT(7) | BIT(6) | BIT(4) | WIFI_MGT_TYPE), enumerator
|
/drivers/staging/rtl8723bs/core/ |
D | rtw_recv.c | 1359 (subtype == WIFI_DEAUTH || subtype == WIFI_DISASSOC || subtype == WIFI_ACTION)) { in validate_80211w_mgmt() 1400 if (subtype == WIFI_ACTION) { in validate_80211w_mgmt()
|
D | rtw_mlme_ext.c | 32 {WIFI_ACTION, "OnAction", &OnAction}, 496 case WIFI_ACTION: in mgt_dispatcher() 3430 SetFrameSubType(pframe, WIFI_ACTION); in issue_action_SA_Query() 3504 SetFrameSubType(pframe, WIFI_ACTION); in issue_action_BA() 3660 SetFrameSubType(pframe, WIFI_ACTION); in issue_action_BSSCoexistPacket()
|
D | rtw_xmit.c | 1215 subtype == WIFI_REASSOCREQ || subtype == WIFI_ACTION) { in rtw_mgmt_xmitframe_coalesce() 1228 if (subtype == WIFI_ACTION && in rtw_mgmt_xmitframe_coalesce()
|