Searched refs:SetSeqNum (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.4/drivers/staging/rtl8188eu/hal/ |
D | rtl8188e_cmd.c | 227 SetSeqNum(pwlanhdr, 0/*pmlmeext->mgnt_seq*/); in ConstructBeacon() 366 SetSeqNum(pwlanhdr, 0); in ConstructNullFunctionData() 408 SetSeqNum(pwlanhdr, 0); in ConstructProbeRsp()
|
/Linux-v5.4/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() 692 SetSeqNum(pwlanhdr, 0); in ConstructProbeReq() 743 SetSeqNum(pwlanhdr, 0); in ConstructProbeRsp() 2102 SetSeqNum(pwlanhdr, 0); in ConstructBtNullFunctionData()
|
/Linux-v5.4/drivers/staging/rtl8188eu/core/ |
D | rtw_mlme_ext.c | 351 SetSeqNum(pwlanhdr, 0/*pmlmeext->mgnt_seq*/); in issue_beacon() 494 SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); in issue_probersp() 647 SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); in issue_probereq() 769 SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); in issue_auth() 919 SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); in issue_asocrsp() 1041 SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); in issue_assocreq() 1233 SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); in _issue_nulldata() 1362 SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); in _issue_qos_nulldata() 1467 SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); in _issue_deauth() 1585 SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); in issue_action_BA() [all …]
|
D | rtw_xmit.c | 821 SetSeqNum(hdr, pattrib->seqnum); in rtw_make_wlanhdr()
|
/Linux-v5.4/drivers/staging/rtl8712/ |
D | wifi.h | 245 #define SetSeqNum(pbuf, num) ({ \ macro
|
D | rtl871x_xmit.c | 546 SetSeqNum(hdr, pattrib->seqnum); in make_wlanhdr()
|
/Linux-v5.4/drivers/staging/rtl8723bs/core/ |
D | rtw_mlme_ext.c | 2479 SetSeqNum(pwlanhdr, 0/*pmlmeext->mgnt_seq*/); in issue_beacon() 2640 SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); in issue_probersp() 2865 SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); in _issue_probereq() 2990 SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); in issue_auth() 3134 SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); in issue_asocrsp() 3263 SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); in issue_assocreq() 3464 SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); in _issue_nulldata() 3630 SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); in _issue_qos_nulldata() 3735 SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); in _issue_deauth() 3845 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-v5.4/drivers/staging/rtl8188eu/include/ |
D | wifi.h | 224 #define SetSeqNum(pbuf, num) \ macro
|
/Linux-v5.4/drivers/staging/rtl8723bs/include/ |
D | wifi.h | 300 #define SetSeqNum(pbuf, num) \ macro
|
/Linux-v5.4/drivers/staging/rtl8723bs/os_dep/ |
D | ioctl_cfg80211.c | 350 SetSeqNum(pwlanhdr, 0/*pmlmeext->mgnt_seq*/); in rtw_cfg80211_inform_bss()
|