Searched refs:SetSeqNum (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/drivers/staging/rtl8188eu/hal/ |
D | rtl8188e_cmd.c | 229 SetSeqNum(pwlanhdr, 0/*pmlmeext->mgnt_seq*/); in ConstructBeacon() 368 SetSeqNum(pwlanhdr, 0); in ConstructNullFunctionData() 410 SetSeqNum(pwlanhdr, 0); in ConstructProbeRsp()
|
/Linux-v4.19/drivers/staging/rtl8723bs/hal/ |
D | rtl8723b_cmd.c | 144 SetSeqNum(pwlanhdr, 0/*pmlmeext->mgnt_seq*/); in ConstructBeacon() 298 SetSeqNum(pwlanhdr, 0); in ConstructNullFunctionData() 359 SetSeqNum(pwlanhdr, 0); in ConstructARPResponse() 615 SetSeqNum(pwlanhdr, 0); in ConstructGTKResponse() 696 SetSeqNum(pwlanhdr, 0); in ConstructProbeReq() 747 SetSeqNum(pwlanhdr, 0); in ConstructProbeRsp() 2126 SetSeqNum(pwlanhdr, 0); in ConstructBtNullFunctionData()
|
/Linux-v4.19/drivers/staging/rtl8188eu/core/ |
D | rtw_mlme_ext.c | 352 SetSeqNum(pwlanhdr, 0/*pmlmeext->mgnt_seq*/); in issue_beacon() 495 SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); in issue_probersp() 648 SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); in issue_probereq() 770 SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); in issue_auth() 920 SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); in issue_asocrsp() 1042 SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); in issue_assocreq() 1234 SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); in _issue_nulldata() 1363 SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); in _issue_qos_nulldata() 1468 SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); in _issue_deauth() 1586 SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); in issue_action_BA() [all …]
|
D | rtw_xmit.c | 821 SetSeqNum(hdr, pattrib->seqnum); in rtw_make_wlanhdr()
|
/Linux-v4.19/drivers/staging/rtl8712/ |
D | wifi.h | 257 #define SetSeqNum(pbuf, num) ({ \ macro
|
D | rtl871x_xmit.c | 557 SetSeqNum(hdr, pattrib->seqnum); in make_wlanhdr()
|
/Linux-v4.19/drivers/staging/rtl8723bs/core/ |
D | rtw_mlme_ext.c | 2493 SetSeqNum(pwlanhdr, 0/*pmlmeext->mgnt_seq*/); in issue_beacon() 2654 SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); in issue_probersp() 2879 SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); in _issue_probereq() 3004 SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); in issue_auth() 3148 SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); in issue_asocrsp() 3279 SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); in issue_assocreq() 3480 SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); in _issue_nulldata() 3649 SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); in _issue_qos_nulldata() 3754 SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); in _issue_deauth() 3864 SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); in issue_action_SA_Query() [all …]
|
D | rtw_xmit.c | 1115 SetSeqNum(hdr, pattrib->seqnum); in rtw_make_wlanhdr()
|
/Linux-v4.19/drivers/staging/rtl8188eu/include/ |
D | wifi.h | 224 #define SetSeqNum(pbuf, num) \ macro
|
/Linux-v4.19/drivers/staging/rtl8723bs/include/ |
D | wifi.h | 300 #define SetSeqNum(pbuf, num) \ macro
|
/Linux-v4.19/drivers/staging/rtl8723bs/os_dep/ |
D | ioctl_cfg80211.c | 352 SetSeqNum(pwlanhdr, 0/*pmlmeext->mgnt_seq*/); in rtw_cfg80211_inform_bss()
|