Searched refs:SetFrameSubType (Results 1 – 12 of 12) sorted by relevance
/linux/drivers/staging/r8188eu/hal/ |
A D | rtl8188e_cmd.c | 231 SetFrameSubType(pframe, WIFI_BEACON); in ConstructBeacon() 309 SetFrameSubType(pframe, WIFI_PSPOLL); in ConstructPSPoll() 372 SetFrameSubType(pframe, WIFI_QOS_DATA_NULL); in ConstructNullFunctionData() 380 SetFrameSubType(pframe, WIFI_DATA_NULL); in ConstructNullFunctionData() 410 SetFrameSubType(fctrl, WIFI_PROBERSP); in ConstructProbeRsp()
|
/linux/drivers/staging/rtl8723bs/hal/ |
A 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/drivers/staging/rtl8712/ |
A D | wifi.h | 118 #define SetFrameSubType(pbuf, type) \ macro
|
A D | rtl871x_xmit.c | 481 SetFrameSubType(fctrl, pattrib->subtype); in make_wlanhdr()
|
/linux/drivers/staging/r8188eu/core/ |
A D | rtw_mlme_ext.c | 1793 SetFrameSubType(pframe, WIFI_ACTION); in issue_p2p_GO_request() 2129 SetFrameSubType(pframe, WIFI_ACTION); in issue_p2p_GO_response() 2487 SetFrameSubType(pframe, WIFI_ACTION); in issue_p2p_GO_confirm() 2649 SetFrameSubType(pframe, WIFI_ACTION); in issue_p2p_invitation_request() 2895 SetFrameSubType(pframe, WIFI_ACTION); in issue_p2p_invitation_response() 3087 SetFrameSubType(pframe, WIFI_ACTION); in issue_p2p_provision_request() 4345 SetFrameSubType(pframe, WIFI_BEACON); in issue_beacon() 4831 SetFrameSubType(pframe, WIFI_AUTH); in issue_auth() 4967 SetFrameSubType(pwlanhdr, pkt_type); in issue_asocrsp() 5656 SetFrameSubType(pframe, WIFI_DEAUTH); in _issue_deauth() [all …]
|
A D | rtw_p2p.c | 150 SetFrameSubType(pframe, WIFI_ACTION); in issue_group_disc_req() 209 SetFrameSubType(pframe, WIFI_ACTION); in issue_p2p_devdisc_resp() 279 SetFrameSubType(pframe, WIFI_ACTION); in issue_p2p_provision_resp() 356 SetFrameSubType(pframe, WIFI_ACTION); in issue_p2p_presence_resp()
|
A D | rtw_xmit.c | 726 SetFrameSubType(fctrl, pattrib->subtype); in rtw_make_wlanhdr()
|
/linux/drivers/staging/rtl8723bs/core/ |
A D | rtw_mlme_ext.c | 2166 SetFrameSubType(pframe, WIFI_BEACON); in issue_beacon() 2318 SetFrameSubType(fctrl, WIFI_PROBERSP); in issue_probersp() 2518 SetFrameSubType(pframe, WIFI_PROBEREQ); in _issue_probereq() 2632 SetFrameSubType(pframe, WIFI_AUTH); in issue_auth() 2770 SetFrameSubType(pwlanhdr, pkt_type); in issue_asocrsp() 2898 SetFrameSubType(pframe, WIFI_ASSOCREQ); in issue_assocreq() 3085 SetFrameSubType(pframe, WIFI_DATA_NULL); in _issue_nulldata() 3327 SetFrameSubType(pframe, WIFI_DEAUTH); in _issue_deauth() 3422 SetFrameSubType(pframe, WIFI_ACTION); in issue_action_SA_Query() 3496 SetFrameSubType(pframe, WIFI_ACTION); in issue_action_BA() [all …]
|
A D | rtw_xmit.c | 876 SetFrameSubType(fctrl, pattrib->subtype); in rtw_make_wlanhdr()
|
/linux/drivers/staging/rtl8723bs/include/ |
A D | wifi.h | 154 #define SetFrameSubType(pbuf, type) \ macro
|
/linux/drivers/staging/r8188eu/include/ |
A D | wifi.h | 263 #define SetFrameSubType(pbuf, type) \ macro
|
/linux/drivers/staging/rtl8723bs/os_dep/ |
A D | ioctl_cfg80211.c | 307 SetFrameSubType(pbuf, WIFI_BEACON); in rtw_cfg80211_inform_bss() 310 SetFrameSubType(pbuf, WIFI_PROBERSP); in rtw_cfg80211_inform_bss()
|
Completed in 75 milliseconds