Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/staging/r8188eu/core/
Drtw_p2p.c146 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()
Drtw_mlme_ext.c1587 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/
Dwifi.h28 WIFI_ACTION = (BIT(7) | BIT(6) | BIT(4) | IEEE80211_FTYPE_MGMT), enumerator
/linux-5.19.10/drivers/staging/rtl8723bs/include/
Dwifi.h59 WIFI_ACTION = (BIT(7) | BIT(6) | BIT(4) | WIFI_MGT_TYPE), enumerator
/linux-5.19.10/drivers/staging/rtl8723bs/core/
Drtw_recv.c1363 (subtype == WIFI_DEAUTH || subtype == WIFI_DISASSOC || subtype == WIFI_ACTION)) { in validate_80211w_mgmt()
1404 if (subtype == WIFI_ACTION) { in validate_80211w_mgmt()
Drtw_mlme_ext.c32 {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()
Drtw_xmit.c1223 subtype == WIFI_REASSOCREQ || subtype == WIFI_ACTION) { in rtw_mgmt_xmitframe_coalesce()
1236 if (subtype == WIFI_ACTION && in rtw_mgmt_xmitframe_coalesce()