Home
last modified time | relevance | path

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

/drivers/staging/r8188eu/core/
Drtw_p2p.c152 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()
Drtw_mlme_ext.c32 {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/
Dwifi.h59 WIFI_ACTION = (BIT(7) | BIT(6) | BIT(4) | WIFI_MGT_TYPE), enumerator
/drivers/staging/r8188eu/include/
Dwifi.h63 WIFI_ACTION = (BIT(7) | BIT(6) | BIT(4) | WIFI_MGT_TYPE), enumerator
/drivers/staging/rtl8723bs/core/
Drtw_recv.c1359 (subtype == WIFI_DEAUTH || subtype == WIFI_DISASSOC || subtype == WIFI_ACTION)) { in validate_80211w_mgmt()
1400 if (subtype == WIFI_ACTION) { in validate_80211w_mgmt()
Drtw_mlme_ext.c32 {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()
Drtw_xmit.c1215 subtype == WIFI_REASSOCREQ || subtype == WIFI_ACTION) { in rtw_mgmt_xmitframe_coalesce()
1228 if (subtype == WIFI_ACTION && in rtw_mgmt_xmitframe_coalesce()