Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/r8188eu/core/
Drtw_mlme_ext.c191 pmlmeext->mgnt_seq = 0;/* reset to zero when disconnect at client mode */ in init_mlme_ext_priv_value()
1693 SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); in issue_p2p_GO_request()
1694 pmlmeext->mgnt_seq++; in issue_p2p_GO_request()
2028 SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); in issue_p2p_GO_response()
2029 pmlmeext->mgnt_seq++; in issue_p2p_GO_response()
2385 SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); in issue_p2p_GO_confirm()
2386 pmlmeext->mgnt_seq++; in issue_p2p_GO_confirm()
2547 SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); in issue_p2p_invitation_request()
2548 pmlmeext->mgnt_seq++; in issue_p2p_invitation_request()
2793 SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); in issue_p2p_invitation_response()
[all …]
Drtw_p2p.c144 SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); in issue_group_disc_req()
145 pmlmeext->mgnt_seq++; in issue_group_disc_req()
201 SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); in issue_p2p_devdisc_resp()
202 pmlmeext->mgnt_seq++; in issue_p2p_devdisc_resp()
271 SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); in issue_p2p_provision_resp()
272 pmlmeext->mgnt_seq++; in issue_p2p_provision_resp()
346 SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); in issue_p2p_presence_resp()
347 pmlmeext->mgnt_seq++; in issue_p2p_presence_resp()
/linux-6.1.9/drivers/staging/rtl8723bs/core/
Drtw_mlme_ext.c225 pmlmeext->mgnt_seq = 0;/* reset to zero when disconnect at client mode */ in init_mlme_ext_priv_value()
1993 pattrib->seqnum = pmlmeext->mgnt_seq; in update_mgntframe_attrib()
2304 SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); in issue_probersp()
2305 pmlmeext->mgnt_seq++; in issue_probersp()
2503 SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); in _issue_probereq()
2504 pmlmeext->mgnt_seq++; in _issue_probereq()
2617 SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); in issue_auth()
2618 pmlmeext->mgnt_seq++; in issue_auth()
2753 SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); in issue_asocrsp()
2754 pmlmeext->mgnt_seq++; in issue_asocrsp()
[all …]
/linux-6.1.9/drivers/staging/rtl8723bs/os_dep/
Dioctl_cfg80211.c2130 pmlmeext->mgnt_seq = GetSequence(pwlanhdr); in rtw_cfg80211_monitor_if_xmit_entry()
2131 pattrib->seqnum = pmlmeext->mgnt_seq; in rtw_cfg80211_monitor_if_xmit_entry()
2132 pmlmeext->mgnt_seq++; in rtw_cfg80211_monitor_if_xmit_entry()
2548 pmlmeext->mgnt_seq = GetSequence(pwlanhdr); in _cfg80211_rtw_mgmt_tx()
2549 pattrib->seqnum = pmlmeext->mgnt_seq; in _cfg80211_rtw_mgmt_tx()
2550 pmlmeext->mgnt_seq++; in _cfg80211_rtw_mgmt_tx()
/linux-6.1.9/drivers/staging/r8188eu/include/
Drtw_mlme_ext.h346 u16 mgnt_seq; member
/linux-6.1.9/drivers/staging/rtl8723bs/include/
Drtw_mlme_ext.h405 u16 mgnt_seq; member