Home
last modified time | relevance | path

Searched refs:SetFrameSubType (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/staging/rtl8188eu/hal/
Drtl8188e_cmd.c266 SetFrameSubType(pframe, WIFI_BEACON); in ConstructBeacon()
345 SetFrameSubType(pframe, WIFI_PSPOLL); in ConstructPSPoll()
409 SetFrameSubType(pframe, WIFI_QOS_DATA_NULL); in ConstructNullFunctionData()
417 SetFrameSubType(pframe, WIFI_DATA_NULL); in ConstructNullFunctionData()
447 SetFrameSubType(fctrl, WIFI_PROBERSP); in ConstructProbeRsp()
/linux-4.1.27/drivers/staging/rtl8188eu/core/
Drtw_mlme_ext.c2017 SetFrameSubType(pframe, WIFI_BEACON); in issue_beacon()
2159 SetFrameSubType(fctrl, WIFI_PROBERSP); in issue_probersp()
2314 SetFrameSubType(pframe, WIFI_PROBEREQ); in _issue_probereq()
2437 SetFrameSubType(pframe, WIFI_AUTH); in issue_auth()
2584 SetFrameSubType(pwlanhdr, pkt_type); in issue_asocrsp()
2705 SetFrameSubType(pframe, WIFI_ASSOCREQ); in issue_assocreq()
2917 SetFrameSubType(pframe, WIFI_DATA_NULL); in _issue_nulldata()
3043 SetFrameSubType(pframe, WIFI_QOS_DATA_NULL); in _issue_qos_nulldata()
3144 SetFrameSubType(pframe, WIFI_DEAUTH); in _issue_deauth()
3246 SetFrameSubType(pframe, WIFI_ACTION); in issue_action_spct_ch_switch()
[all …]
Drtw_xmit.c804 SetFrameSubType(fctrl, pattrib->subtype); in rtw_make_wlanhdr()
/linux-4.1.27/drivers/staging/rtl8712/
Dwifi.h255 #define SetFrameSubType(pbuf, type) \ macro
Drtl871x_xmit.c484 SetFrameSubType(fctrl, pattrib->subtype); in make_wlanhdr()
/linux-4.1.27/drivers/staging/rtl8188eu/include/
Dwifi.h313 #define SetFrameSubType(pbuf, type) \ macro