Searched refs:SetFrameSubType (Results 1 – 13 of 13) sorted by relevance
/Linux-v5.15/drivers/staging/r8188eu/hal/ |
D | rtl8188e_cmd.c | 256 SetFrameSubType(pframe, WIFI_BEACON); in ConstructBeacon() 334 SetFrameSubType(pframe, WIFI_PSPOLL); in ConstructPSPoll() 397 SetFrameSubType(pframe, WIFI_QOS_DATA_NULL); in ConstructNullFunctionData() 405 SetFrameSubType(pframe, WIFI_DATA_NULL); in ConstructNullFunctionData() 435 SetFrameSubType(fctrl, WIFI_PROBERSP); in ConstructProbeRsp()
|
/Linux-v5.15/drivers/staging/rtl8723bs/hal/ |
D | rtl8723b_cmd.c | 128 SetFrameSubType(pframe, WIFI_BEACON); in ConstructBeacon() 209 SetFrameSubType(pframe, WIFI_PSPOLL); in ConstructPSPoll() 275 SetFrameSubType(pframe, WIFI_QOS_DATA_NULL); in ConstructNullFunctionData() 283 SetFrameSubType(pframe, WIFI_DATA_NULL); in ConstructNullFunctionData() 797 SetFrameSubType(pframe, WIFI_QOS_DATA_NULL); in ConstructBtNullFunctionData() 805 SetFrameSubType(pframe, WIFI_DATA_NULL); in ConstructBtNullFunctionData()
|
/Linux-v5.15/drivers/staging/rtl8712/ |
D | wifi.h | 118 #define SetFrameSubType(pbuf, type) \ macro
|
D | rtl871x_xmit.c | 481 SetFrameSubType(fctrl, pattrib->subtype); in make_wlanhdr()
|
/Linux-v5.15/drivers/staging/r8188eu/core/ |
D | rtw_mlme_ext.c | 1852 SetFrameSubType(pframe, WIFI_ACTION); in issue_p2p_GO_request() 2188 SetFrameSubType(pframe, WIFI_ACTION); in issue_p2p_GO_response() 2546 SetFrameSubType(pframe, WIFI_ACTION); in issue_p2p_GO_confirm() 2708 SetFrameSubType(pframe, WIFI_ACTION); in issue_p2p_invitation_request() 2954 SetFrameSubType(pframe, WIFI_ACTION); in issue_p2p_invitation_response() 3146 SetFrameSubType(pframe, WIFI_ACTION); in issue_p2p_provision_request() 3260 SetFrameSubType(fctrl, WIFI_PROBERSP); in issue_probersp_p2p() 3517 SetFrameSubType(pframe, WIFI_PROBEREQ); in _issue_probereq_p2p() 4455 SetFrameSubType(pframe, WIFI_BEACON); in issue_beacon() 4682 SetFrameSubType(fctrl, WIFI_PROBERSP); in issue_probersp() [all …]
|
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_mp.c | 688 SetFrameSubType(&hdr->frame_ctl, pattrib->subtype); in SetPacketTx()
|
D | rtw_xmit.c | 728 SetFrameSubType(fctrl, pattrib->subtype); in rtw_make_wlanhdr()
|
/Linux-v5.15/drivers/staging/rtl8723bs/core/ |
D | rtw_mlme_ext.c | 2175 SetFrameSubType(pframe, WIFI_BEACON); in issue_beacon() 2327 SetFrameSubType(fctrl, WIFI_PROBERSP); in issue_probersp() 2527 SetFrameSubType(pframe, WIFI_PROBEREQ); in _issue_probereq() 2641 SetFrameSubType(pframe, WIFI_AUTH); in issue_auth() 2779 SetFrameSubType(pwlanhdr, pkt_type); in issue_asocrsp() 2907 SetFrameSubType(pframe, WIFI_ASSOCREQ); in issue_assocreq() 3094 SetFrameSubType(pframe, WIFI_DATA_NULL); in _issue_nulldata() 3246 SetFrameSubType(pframe, WIFI_QOS_DATA_NULL); in _issue_qos_nulldata() 3339 SetFrameSubType(pframe, WIFI_DEAUTH); in _issue_deauth() 3434 SetFrameSubType(pframe, WIFI_ACTION); in issue_action_SA_Query() [all …]
|
D | rtw_xmit.c | 865 SetFrameSubType(fctrl, pattrib->subtype); in rtw_make_wlanhdr()
|
/Linux-v5.15/drivers/staging/rtl8723bs/include/ |
D | wifi.h | 154 #define SetFrameSubType(pbuf, type) \ macro
|
/Linux-v5.15/drivers/staging/r8188eu/include/ |
D | wifi.h | 305 #define SetFrameSubType(pbuf, type) \ macro
|
/Linux-v5.15/drivers/staging/rtl8723bs/os_dep/ |
D | ioctl_cfg80211.c | 307 SetFrameSubType(pbuf, WIFI_BEACON); in rtw_cfg80211_inform_bss() 310 SetFrameSubType(pbuf, WIFI_PROBERSP); in rtw_cfg80211_inform_bss()
|