Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/r8188eu/core/
Drtw_mlme_ext.c206 pmlmeext->mgnt_seq = 0;/* reset to zero when disconnect at client mode */ in init_mlme_ext_priv_value()
1850 SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); in issue_p2p_GO_request()
1851 pmlmeext->mgnt_seq++; in issue_p2p_GO_request()
2186 SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); in issue_p2p_GO_response()
2187 pmlmeext->mgnt_seq++; in issue_p2p_GO_response()
2544 SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); in issue_p2p_GO_confirm()
2545 pmlmeext->mgnt_seq++; in issue_p2p_GO_confirm()
2706 SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); in issue_p2p_invitation_request()
2707 pmlmeext->mgnt_seq++; in issue_p2p_invitation_request()
2952 SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); in issue_p2p_invitation_response()
[all …]
Drtw_p2p.c150 SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); in issue_group_disc_req()
151 pmlmeext->mgnt_seq++; in issue_group_disc_req()
209 SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); in issue_p2p_devdisc_resp()
210 pmlmeext->mgnt_seq++; in issue_p2p_devdisc_resp()
279 SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); in issue_p2p_provision_resp()
280 pmlmeext->mgnt_seq++; in issue_p2p_provision_resp()
356 SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); in issue_p2p_presence_resp()
357 pmlmeext->mgnt_seq++; in issue_p2p_presence_resp()
/Linux-v5.15/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()
2012 pattrib->seqnum = pmlmeext->mgnt_seq; in update_mgntframe_attrib()
2325 SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); in issue_probersp()
2326 pmlmeext->mgnt_seq++; in issue_probersp()
2525 SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); in _issue_probereq()
2526 pmlmeext->mgnt_seq++; in _issue_probereq()
2639 SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); in issue_auth()
2640 pmlmeext->mgnt_seq++; in issue_auth()
2776 SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); in issue_asocrsp()
2777 pmlmeext->mgnt_seq++; in issue_asocrsp()
[all …]
/Linux-v5.15/drivers/staging/rtl8723bs/os_dep/
Dioctl_cfg80211.c2250 pmlmeext->mgnt_seq = GetSequence(pwlanhdr); in rtw_cfg80211_monitor_if_xmit_entry()
2251 pattrib->seqnum = pmlmeext->mgnt_seq; in rtw_cfg80211_monitor_if_xmit_entry()
2252 pmlmeext->mgnt_seq++; in rtw_cfg80211_monitor_if_xmit_entry()
2669 pmlmeext->mgnt_seq = GetSequence(pwlanhdr); in _cfg80211_rtw_mgmt_tx()
2670 pattrib->seqnum = pmlmeext->mgnt_seq; in _cfg80211_rtw_mgmt_tx()
2671 pmlmeext->mgnt_seq++; in _cfg80211_rtw_mgmt_tx()
/Linux-v5.15/drivers/staging/r8188eu/include/
Drtw_mlme_ext.h385 u16 mgnt_seq; member
/Linux-v5.15/drivers/staging/rtl8723bs/include/
Drtw_mlme_ext.h405 u16 mgnt_seq; member