Home
last modified time | relevance | path

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

/Linux-v6.1/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.c1695 SetFrameSubType(pframe, WIFI_ACTION); in issue_p2p_GO_request()
2030 SetFrameSubType(pframe, WIFI_ACTION); in issue_p2p_GO_response()
2387 SetFrameSubType(pframe, WIFI_ACTION); in issue_p2p_GO_confirm()
2549 SetFrameSubType(pframe, WIFI_ACTION); in issue_p2p_invitation_request()
2795 SetFrameSubType(pframe, WIFI_ACTION); in issue_p2p_invitation_response()
2986 SetFrameSubType(pframe, WIFI_ACTION); in issue_p2p_provision_request()
5618 SetFrameSubType(pframe, WIFI_ACTION); in issue_action_BSSCoexistPacket()
/Linux-v6.1/drivers/staging/r8188eu/include/
Dwifi.h28 WIFI_ACTION = (BIT(7) | BIT(6) | BIT(4) | IEEE80211_FTYPE_MGMT), enumerator
/Linux-v6.1/drivers/staging/rtl8723bs/include/
Dwifi.h59 WIFI_ACTION = (BIT(7) | BIT(6) | BIT(4) | WIFI_MGT_TYPE), enumerator
/Linux-v6.1/drivers/staging/rtl8723bs/core/
Drtw_recv.c1358 (subtype == WIFI_DEAUTH || subtype == WIFI_DISASSOC || subtype == WIFI_ACTION)) { in validate_80211w_mgmt()
1397 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()