Home
last modified time | relevance | path

Searched refs:ptdls_sta (Results 1 – 25 of 198) sorted by relevance

12345678

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/core/
H A Drtw_tdls.c260 void free_tdls_sta(_adapter *padapter, struct sta_info *ptdls_sta) in free_tdls_sta() argument
278 rtw_clearstakey_cmd(padapter, ptdls_sta, _TRUE); in free_tdls_sta()
287 rtw_free_stainfo(padapter, ptdls_sta); in free_tdls_sta()
293 void rtw_tdls_set_key(_adapter *padapter, struct sta_info *ptdls_sta) in rtw_tdls_set_key() argument
295 ptdls_sta->dot118021XPrivacy=_AES_; in rtw_tdls_set_key()
296 rtw_setstakey_cmd(padapter, ptdls_sta, TDLS_KEY, _TRUE); in rtw_tdls_set_key()
300 void rtw_tdls_process_ht_cap(_adapter *padapter, struct sta_info *ptdls_sta, u8 *data, u8 Length) in rtw_tdls_process_ht_cap() argument
310 _rtw_memset(&ptdls_sta->htpriv.ht_cap, 0, sizeof(struct rtw_ieee80211_ht_cap)); in rtw_tdls_process_ht_cap()
312 ptdls_sta->flags |= WLAN_STA_HT; in rtw_tdls_process_ht_cap()
313 ptdls_sta->flags |= WLAN_STA_WME; in rtw_tdls_process_ht_cap()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/core/
H A Drtw_tdls.c281 void free_tdls_sta(_adapter *padapter, struct sta_info *ptdls_sta) in free_tdls_sta() argument
299 rtw_clearstakey_cmd(padapter, ptdls_sta, _TRUE); in free_tdls_sta()
307 rtw_free_stainfo(padapter, ptdls_sta); in free_tdls_sta()
313 void rtw_tdls_set_key(_adapter *padapter, struct sta_info *ptdls_sta) in rtw_tdls_set_key() argument
315 ptdls_sta->dot118021XPrivacy = _AES_; in rtw_tdls_set_key()
316 rtw_setstakey_cmd(padapter, ptdls_sta, TDLS_KEY, _TRUE); in rtw_tdls_set_key()
320 void rtw_tdls_process_ht_cap(_adapter *padapter, struct sta_info *ptdls_sta, u8 *data, u8 Length) in rtw_tdls_process_ht_cap() argument
330 _rtw_memset(&ptdls_sta->htpriv.ht_cap, 0, sizeof(struct rtw_ieee80211_ht_cap)); in rtw_tdls_process_ht_cap()
332 ptdls_sta->flags |= WLAN_STA_HT; in rtw_tdls_process_ht_cap()
333 ptdls_sta->flags |= WLAN_STA_WME; in rtw_tdls_process_ht_cap()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/
H A Drtw_tdls.c106 struct sta_info *ptdls_sta[NUM_STA]; in rtw_free_all_tdls_sta() local
109 _rtw_memset(ptdls_sta, 0x00, sizeof(ptdls_sta)); in rtw_free_all_tdls_sta()
122 ptdls_sta[index] = psta; in rtw_free_all_tdls_sta()
128 if (ptdls_sta[index]) { in rtw_free_all_tdls_sta()
131 psta = ptdls_sta[index]; in rtw_free_all_tdls_sta()
413 void rtw_tdls_set_key(_adapter *padapter, struct sta_info *ptdls_sta) in rtw_tdls_set_key() argument
415 ptdls_sta->dot118021XPrivacy = _AES_; in rtw_tdls_set_key()
416 rtw_setstakey_cmd(padapter, ptdls_sta, TDLS_KEY, _TRUE); in rtw_tdls_set_key()
420 void rtw_tdls_process_ht_cap(_adapter *padapter, struct sta_info *ptdls_sta, u8 *data, u8 Length) in rtw_tdls_process_ht_cap() argument
430 _rtw_memset(&ptdls_sta->htpriv.ht_cap, 0, sizeof(struct rtw_ieee80211_ht_cap)); in rtw_tdls_process_ht_cap()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_tdls.c104 struct sta_info *ptdls_sta[NUM_STA]; in rtw_free_all_tdls_sta() local
107 _rtw_memset(ptdls_sta, 0x00, sizeof(ptdls_sta)); in rtw_free_all_tdls_sta()
120 ptdls_sta[index] = psta; in rtw_free_all_tdls_sta()
126 if (ptdls_sta[index]) { in rtw_free_all_tdls_sta()
129 psta = ptdls_sta[index]; in rtw_free_all_tdls_sta()
401 void rtw_tdls_set_key(_adapter *padapter, struct sta_info *ptdls_sta) in rtw_tdls_set_key() argument
403 ptdls_sta->dot118021XPrivacy = _AES_; in rtw_tdls_set_key()
404 rtw_setstakey_cmd(padapter, ptdls_sta, TDLS_KEY, _TRUE); in rtw_tdls_set_key()
408 void rtw_tdls_process_ht_cap(_adapter *padapter, struct sta_info *ptdls_sta, u8 *data, u8 Length) in rtw_tdls_process_ht_cap() argument
418 _rtw_memset(&ptdls_sta->htpriv.ht_cap, 0, sizeof(struct rtw_ieee80211_ht_cap)); in rtw_tdls_process_ht_cap()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/
H A Drtw_tdls.c106 struct sta_info *ptdls_sta[NUM_STA]; in rtw_free_all_tdls_sta() local
109 _rtw_memset(ptdls_sta, 0x00, sizeof(ptdls_sta)); in rtw_free_all_tdls_sta()
122 ptdls_sta[index] = psta; in rtw_free_all_tdls_sta()
128 if (ptdls_sta[index]) { in rtw_free_all_tdls_sta()
131 psta = ptdls_sta[index]; in rtw_free_all_tdls_sta()
413 void rtw_tdls_set_key(_adapter *padapter, struct sta_info *ptdls_sta) in rtw_tdls_set_key() argument
415 ptdls_sta->dot118021XPrivacy = _AES_; in rtw_tdls_set_key()
416 rtw_setstakey_cmd(padapter, ptdls_sta, TDLS_KEY, _TRUE); in rtw_tdls_set_key()
420 void rtw_tdls_process_ht_cap(_adapter *padapter, struct sta_info *ptdls_sta, u8 *data, u8 Length) in rtw_tdls_process_ht_cap() argument
430 _rtw_memset(&ptdls_sta->htpriv.ht_cap, 0, sizeof(struct rtw_ieee80211_ht_cap)); in rtw_tdls_process_ht_cap()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/
H A Drtw_tdls.c106 struct sta_info *ptdls_sta[NUM_STA]; in rtw_free_all_tdls_sta() local
109 _rtw_memset(ptdls_sta, 0x00, sizeof(ptdls_sta)); in rtw_free_all_tdls_sta()
122 ptdls_sta[index] = psta; in rtw_free_all_tdls_sta()
128 if (ptdls_sta[index]) { in rtw_free_all_tdls_sta()
131 psta = ptdls_sta[index]; in rtw_free_all_tdls_sta()
413 void rtw_tdls_set_key(_adapter *padapter, struct sta_info *ptdls_sta) in rtw_tdls_set_key() argument
415 ptdls_sta->dot118021XPrivacy = _AES_; in rtw_tdls_set_key()
416 rtw_setstakey_cmd(padapter, ptdls_sta, TDLS_KEY, _TRUE); in rtw_tdls_set_key()
420 void rtw_tdls_process_ht_cap(_adapter *padapter, struct sta_info *ptdls_sta, u8 *data, u8 Length) in rtw_tdls_process_ht_cap() argument
430 _rtw_memset(&ptdls_sta->htpriv.ht_cap, 0, sizeof(struct rtw_ieee80211_ht_cap)); in rtw_tdls_process_ht_cap()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_tdls.c104 struct sta_info *ptdls_sta[NUM_STA]; in rtw_free_all_tdls_sta() local
107 _rtw_memset(ptdls_sta, 0x00, sizeof(ptdls_sta)); in rtw_free_all_tdls_sta()
120 ptdls_sta[index] = psta; in rtw_free_all_tdls_sta()
126 if (ptdls_sta[index]) { in rtw_free_all_tdls_sta()
129 psta = ptdls_sta[index]; in rtw_free_all_tdls_sta()
401 void rtw_tdls_set_key(_adapter *padapter, struct sta_info *ptdls_sta) in rtw_tdls_set_key() argument
403 ptdls_sta->dot118021XPrivacy = _AES_; in rtw_tdls_set_key()
404 rtw_setstakey_cmd(padapter, ptdls_sta, TDLS_KEY, _TRUE); in rtw_tdls_set_key()
408 void rtw_tdls_process_ht_cap(_adapter *padapter, struct sta_info *ptdls_sta, u8 *data, u8 Length) in rtw_tdls_process_ht_cap() argument
418 _rtw_memset(&ptdls_sta->htpriv.ht_cap, 0, sizeof(struct rtw_ieee80211_ht_cap)); in rtw_tdls_process_ht_cap()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/
H A Drtw_tdls.c106 struct sta_info *ptdls_sta[NUM_STA]; in rtw_free_all_tdls_sta() local
109 _rtw_memset(ptdls_sta, 0x00, sizeof(ptdls_sta)); in rtw_free_all_tdls_sta()
122 ptdls_sta[index] = psta; in rtw_free_all_tdls_sta()
128 if (ptdls_sta[index]) { in rtw_free_all_tdls_sta()
131 psta = ptdls_sta[index]; in rtw_free_all_tdls_sta()
413 void rtw_tdls_set_key(_adapter *padapter, struct sta_info *ptdls_sta) in rtw_tdls_set_key() argument
415 ptdls_sta->dot118021XPrivacy = _AES_; in rtw_tdls_set_key()
416 rtw_setstakey_cmd(padapter, ptdls_sta, TDLS_KEY, _TRUE); in rtw_tdls_set_key()
420 void rtw_tdls_process_ht_cap(_adapter *padapter, struct sta_info *ptdls_sta, u8 *data, u8 Length) in rtw_tdls_process_ht_cap() argument
430 _rtw_memset(&ptdls_sta->htpriv.ht_cap, 0, sizeof(struct rtw_ieee80211_ht_cap)); in rtw_tdls_process_ht_cap()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/
H A Drtw_tdls.c106 struct sta_info *ptdls_sta[NUM_STA]; in rtw_free_all_tdls_sta() local
109 _rtw_memset(ptdls_sta, 0x00, sizeof(ptdls_sta)); in rtw_free_all_tdls_sta()
122 ptdls_sta[index] = psta; in rtw_free_all_tdls_sta()
128 if (ptdls_sta[index]) { in rtw_free_all_tdls_sta()
131 psta = ptdls_sta[index]; in rtw_free_all_tdls_sta()
413 void rtw_tdls_set_key(_adapter *padapter, struct sta_info *ptdls_sta) in rtw_tdls_set_key() argument
415 ptdls_sta->dot118021XPrivacy = _AES_; in rtw_tdls_set_key()
416 rtw_setstakey_cmd(padapter, ptdls_sta, TDLS_KEY, _TRUE); in rtw_tdls_set_key()
420 void rtw_tdls_process_ht_cap(_adapter *padapter, struct sta_info *ptdls_sta, u8 *data, u8 Length) in rtw_tdls_process_ht_cap() argument
430 _rtw_memset(&ptdls_sta->htpriv.ht_cap, 0, sizeof(struct rtw_ieee80211_ht_cap)); in rtw_tdls_process_ht_cap()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/core/
H A Drtw_tdls.c285 void free_tdls_sta(_adapter *padapter, struct sta_info *ptdls_sta) in free_tdls_sta() argument
303 rtw_clearstakey_cmd(padapter, ptdls_sta, _TRUE); in free_tdls_sta()
312 rtw_free_stainfo(padapter, ptdls_sta); in free_tdls_sta()
318 void rtw_tdls_set_key(_adapter *padapter, struct sta_info *ptdls_sta) in rtw_tdls_set_key() argument
320 ptdls_sta->dot118021XPrivacy=_AES_; in rtw_tdls_set_key()
321 rtw_setstakey_cmd(padapter, ptdls_sta, TDLS_KEY, _TRUE); in rtw_tdls_set_key()
325 void rtw_tdls_process_ht_cap(_adapter *padapter, struct sta_info *ptdls_sta, u8 *data, u8 Length) in rtw_tdls_process_ht_cap() argument
335 _rtw_memset(&ptdls_sta->htpriv.ht_cap, 0, sizeof(struct rtw_ieee80211_ht_cap)); in rtw_tdls_process_ht_cap()
337 ptdls_sta->flags |= WLAN_STA_HT; in rtw_tdls_process_ht_cap()
338 ptdls_sta->flags |= WLAN_STA_WME; in rtw_tdls_process_ht_cap()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/core/
H A Drtw_tdls.c107 struct sta_info *ptdls_sta[NUM_STA]; in rtw_free_all_tdls_sta() local
110 _rtw_memset(ptdls_sta, 0x00, sizeof(ptdls_sta)); in rtw_free_all_tdls_sta()
123 ptdls_sta[index] = psta; in rtw_free_all_tdls_sta()
129 if (ptdls_sta[index]) { in rtw_free_all_tdls_sta()
132 psta = ptdls_sta[index]; in rtw_free_all_tdls_sta()
414 void rtw_tdls_set_key(_adapter *padapter, struct sta_info *ptdls_sta) in rtw_tdls_set_key() argument
416 ptdls_sta->dot118021XPrivacy = _AES_; in rtw_tdls_set_key()
417 rtw_setstakey_cmd(padapter, ptdls_sta, TDLS_KEY, _TRUE); in rtw_tdls_set_key()
421 void rtw_tdls_process_ht_cap(_adapter *padapter, struct sta_info *ptdls_sta, u8 *data, u8 Length) in rtw_tdls_process_ht_cap() argument
431 _rtw_memset(&ptdls_sta->htpriv.ht_cap, 0, sizeof(struct rtw_ieee80211_ht_cap)); in rtw_tdls_process_ht_cap()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/
H A Drtw_tdls.c106 struct sta_info *ptdls_sta[NUM_STA]; in rtw_free_all_tdls_sta() local
109 _rtw_memset(ptdls_sta, 0x00, sizeof(ptdls_sta)); in rtw_free_all_tdls_sta()
122 ptdls_sta[index] = psta; in rtw_free_all_tdls_sta()
128 if (ptdls_sta[index]) { in rtw_free_all_tdls_sta()
131 psta = ptdls_sta[index]; in rtw_free_all_tdls_sta()
413 void rtw_tdls_set_key(_adapter *padapter, struct sta_info *ptdls_sta) in rtw_tdls_set_key() argument
415 ptdls_sta->dot118021XPrivacy = _AES_; in rtw_tdls_set_key()
416 rtw_setstakey_cmd(padapter, ptdls_sta, TDLS_KEY, _TRUE); in rtw_tdls_set_key()
420 void rtw_tdls_process_ht_cap(_adapter *padapter, struct sta_info *ptdls_sta, u8 *data, u8 Length) in rtw_tdls_process_ht_cap() argument
430 _rtw_memset(&ptdls_sta->htpriv.ht_cap, 0, sizeof(struct rtw_ieee80211_ht_cap)); in rtw_tdls_process_ht_cap()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/core/
H A Drtw_tdls.c107 struct sta_info *ptdls_sta[NUM_STA]; in rtw_free_all_tdls_sta() local
110 _rtw_memset(ptdls_sta, 0x00, sizeof(ptdls_sta)); in rtw_free_all_tdls_sta()
123 ptdls_sta[index] = psta; in rtw_free_all_tdls_sta()
129 if (ptdls_sta[index]) { in rtw_free_all_tdls_sta()
132 psta = ptdls_sta[index]; in rtw_free_all_tdls_sta()
414 void rtw_tdls_set_key(_adapter *padapter, struct sta_info *ptdls_sta) in rtw_tdls_set_key() argument
416 ptdls_sta->dot118021XPrivacy = _AES_; in rtw_tdls_set_key()
417 rtw_setstakey_cmd(padapter, ptdls_sta, TDLS_KEY, _TRUE); in rtw_tdls_set_key()
421 void rtw_tdls_process_ht_cap(_adapter *padapter, struct sta_info *ptdls_sta, u8 *data, u8 Length) in rtw_tdls_process_ht_cap() argument
431 _rtw_memset(&ptdls_sta->htpriv.ht_cap, 0, sizeof(struct rtw_ieee80211_ht_cap)); in rtw_tdls_process_ht_cap()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/
H A Drtw_tdls.c107 struct sta_info *ptdls_sta[NUM_STA]; in rtw_free_all_tdls_sta() local
110 _rtw_memset(ptdls_sta, 0x00, sizeof(ptdls_sta)); in rtw_free_all_tdls_sta()
123 ptdls_sta[index] = psta; in rtw_free_all_tdls_sta()
129 if (ptdls_sta[index]) { in rtw_free_all_tdls_sta()
132 psta = ptdls_sta[index]; in rtw_free_all_tdls_sta()
414 void rtw_tdls_set_key(_adapter *padapter, struct sta_info *ptdls_sta) in rtw_tdls_set_key() argument
416 ptdls_sta->dot118021XPrivacy = _AES_; in rtw_tdls_set_key()
417 rtw_setstakey_cmd(padapter, ptdls_sta, TDLS_KEY, _TRUE); in rtw_tdls_set_key()
421 void rtw_tdls_process_ht_cap(_adapter *padapter, struct sta_info *ptdls_sta, u8 *data, u8 Length) in rtw_tdls_process_ht_cap() argument
431 _rtw_memset(&ptdls_sta->htpriv.ht_cap, 0, sizeof(struct rtw_ieee80211_ht_cap)); in rtw_tdls_process_ht_cap()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/
H A Drtw_tdls.c107 struct sta_info *ptdls_sta[NUM_STA]; in rtw_free_all_tdls_sta() local
110 _rtw_memset(ptdls_sta, 0x00, sizeof(ptdls_sta)); in rtw_free_all_tdls_sta()
123 ptdls_sta[index] = psta; in rtw_free_all_tdls_sta()
129 if (ptdls_sta[index]) { in rtw_free_all_tdls_sta()
132 psta = ptdls_sta[index]; in rtw_free_all_tdls_sta()
414 void rtw_tdls_set_key(_adapter *padapter, struct sta_info *ptdls_sta) in rtw_tdls_set_key() argument
416 ptdls_sta->dot118021XPrivacy = _AES_; in rtw_tdls_set_key()
417 rtw_setstakey_cmd(padapter, ptdls_sta, TDLS_KEY, _TRUE); in rtw_tdls_set_key()
421 void rtw_tdls_process_ht_cap(_adapter *padapter, struct sta_info *ptdls_sta, u8 *data, u8 Length) in rtw_tdls_process_ht_cap() argument
431 _rtw_memset(&ptdls_sta->htpriv.ht_cap, 0, sizeof(struct rtw_ieee80211_ht_cap)); in rtw_tdls_process_ht_cap()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/core/
H A Drtw_tdls.c106 struct sta_info *ptdls_sta[NUM_STA]; in rtw_free_all_tdls_sta() local
109 _rtw_memset(ptdls_sta, 0x00, sizeof(ptdls_sta)); in rtw_free_all_tdls_sta()
122 ptdls_sta[index] = psta; in rtw_free_all_tdls_sta()
128 if (ptdls_sta[index]) { in rtw_free_all_tdls_sta()
131 psta = ptdls_sta[index]; in rtw_free_all_tdls_sta()
413 void rtw_tdls_set_key(_adapter *padapter, struct sta_info *ptdls_sta) in rtw_tdls_set_key() argument
415 ptdls_sta->dot118021XPrivacy = _AES_; in rtw_tdls_set_key()
416 rtw_setstakey_cmd(padapter, ptdls_sta, TDLS_KEY, _TRUE); in rtw_tdls_set_key()
420 void rtw_tdls_process_ht_cap(_adapter *padapter, struct sta_info *ptdls_sta, u8 *data, u8 Length) in rtw_tdls_process_ht_cap() argument
430 _rtw_memset(&ptdls_sta->htpriv.ht_cap, 0, sizeof(struct rtw_ieee80211_ht_cap)); in rtw_tdls_process_ht_cap()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/core/
H A Drtw_tdls.c107 struct sta_info *ptdls_sta[NUM_STA]; in rtw_free_all_tdls_sta() local
110 _rtw_memset(ptdls_sta, 0x00, sizeof(ptdls_sta)); in rtw_free_all_tdls_sta()
123 ptdls_sta[index] = psta; in rtw_free_all_tdls_sta()
129 if (ptdls_sta[index]) { in rtw_free_all_tdls_sta()
132 psta = ptdls_sta[index]; in rtw_free_all_tdls_sta()
414 void rtw_tdls_set_key(_adapter *padapter, struct sta_info *ptdls_sta) in rtw_tdls_set_key() argument
416 ptdls_sta->dot118021XPrivacy = _AES_; in rtw_tdls_set_key()
417 rtw_setstakey_cmd(padapter, ptdls_sta, TDLS_KEY, _TRUE); in rtw_tdls_set_key()
421 void rtw_tdls_process_ht_cap(_adapter *padapter, struct sta_info *ptdls_sta, u8 *data, u8 Length) in rtw_tdls_process_ht_cap() argument
431 _rtw_memset(&ptdls_sta->htpriv.ht_cap, 0, sizeof(struct rtw_ieee80211_ht_cap)); in rtw_tdls_process_ht_cap()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/core/
H A Drtw_tdls.c412 void free_tdls_sta(_adapter *padapter, struct sta_info *ptdls_sta) in free_tdls_sta() argument
430 rtw_clearstakey_cmd(padapter, ptdls_sta, _TRUE); in free_tdls_sta()
438 rtw_free_stainfo(padapter, ptdls_sta); in free_tdls_sta()
444 void rtw_tdls_set_key(_adapter *padapter, struct sta_info *ptdls_sta) in rtw_tdls_set_key() argument
446 ptdls_sta->dot118021XPrivacy = _AES_; in rtw_tdls_set_key()
447 rtw_setstakey_cmd(padapter, ptdls_sta, TDLS_KEY, _TRUE); in rtw_tdls_set_key()
451 void rtw_tdls_process_ht_cap(_adapter *padapter, struct sta_info *ptdls_sta, u8 *data, u8 Length) in rtw_tdls_process_ht_cap() argument
461 _rtw_memset(&ptdls_sta->htpriv.ht_cap, 0, sizeof(struct rtw_ieee80211_ht_cap)); in rtw_tdls_process_ht_cap()
463 ptdls_sta->flags |= WLAN_STA_HT; in rtw_tdls_process_ht_cap()
464 ptdls_sta->flags |= WLAN_STA_WME; in rtw_tdls_process_ht_cap()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/include/
H A Drtw_tdls.h129 void free_tdls_sta(_adapter *padapter, struct sta_info *ptdls_sta);
134 s32 rtw_tdls_do_ch_sw(_adapter *padapter, struct sta_info *ptdls_sta, u8 chnl_type, u8 channel, u8 …
151 int issue_tdls_ch_switch_req(_adapter *padapter, struct sta_info *ptdls_sta);
155 sint On_TDLS_Setup_Req(_adapter *adapter, union recv_frame *precv_frame, struct sta_info *ptdls_sta
156 int On_TDLS_Setup_Rsp(_adapter *adapter, union recv_frame *precv_frame, struct sta_info *ptdls_sta);
157 int On_TDLS_Setup_Cfm(_adapter *adapter, union recv_frame *precv_frame, struct sta_info *ptdls_sta);
159 int On_TDLS_Teardown(_adapter *adapter, union recv_frame *precv_frame, struct sta_info *ptdls_sta);
160 …r_Traffic_Indication(_adapter *adapter, union recv_frame *precv_frame, struct sta_info *ptdls_sta);
161 …DLS_Peer_Traffic_Rsp(_adapter *adapter, union recv_frame *precv_frame, struct sta_info *ptdls_sta);
163 …n_TDLS_Ch_Switch_Req(_adapter *adapter, union recv_frame *precv_frame, struct sta_info *ptdls_sta);
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/include/
H A Drtw_tdls.h135 s32 rtw_tdls_do_ch_sw(_adapter *padapter, struct sta_info *ptdls_sta, u8 chnl_type, u8 channel, u8 …
152 int issue_tdls_ch_switch_req(_adapter *padapter, struct sta_info *ptdls_sta);
156 sint On_TDLS_Setup_Req(_adapter *adapter, union recv_frame *precv_frame, struct sta_info *ptdls_sta
157 int On_TDLS_Setup_Rsp(_adapter *adapter, union recv_frame *precv_frame, struct sta_info *ptdls_sta);
158 int On_TDLS_Setup_Cfm(_adapter *adapter, union recv_frame *precv_frame, struct sta_info *ptdls_sta);
160 int On_TDLS_Teardown(_adapter *adapter, union recv_frame *precv_frame, struct sta_info *ptdls_sta);
161 …r_Traffic_Indication(_adapter *adapter, union recv_frame *precv_frame, struct sta_info *ptdls_sta);
162 …DLS_Peer_Traffic_Rsp(_adapter *adapter, union recv_frame *precv_frame, struct sta_info *ptdls_sta);
164 …n_TDLS_Ch_Switch_Req(_adapter *adapter, union recv_frame *precv_frame, struct sta_info *ptdls_sta);
165 …n_TDLS_Ch_Switch_Rsp(_adapter *adapter, union recv_frame *precv_frame, struct sta_info *ptdls_sta);
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/include/
H A Drtw_tdls.h135 s32 rtw_tdls_do_ch_sw(_adapter *padapter, struct sta_info *ptdls_sta, u8 chnl_type, u8 channel, u8 …
152 int issue_tdls_ch_switch_req(_adapter *padapter, struct sta_info *ptdls_sta);
156 sint On_TDLS_Setup_Req(_adapter *adapter, union recv_frame *precv_frame, struct sta_info *ptdls_sta
157 int On_TDLS_Setup_Rsp(_adapter *adapter, union recv_frame *precv_frame, struct sta_info *ptdls_sta);
158 int On_TDLS_Setup_Cfm(_adapter *adapter, union recv_frame *precv_frame, struct sta_info *ptdls_sta);
160 int On_TDLS_Teardown(_adapter *adapter, union recv_frame *precv_frame, struct sta_info *ptdls_sta);
161 …r_Traffic_Indication(_adapter *adapter, union recv_frame *precv_frame, struct sta_info *ptdls_sta);
162 …DLS_Peer_Traffic_Rsp(_adapter *adapter, union recv_frame *precv_frame, struct sta_info *ptdls_sta);
164 …n_TDLS_Ch_Switch_Req(_adapter *adapter, union recv_frame *precv_frame, struct sta_info *ptdls_sta);
165 …n_TDLS_Ch_Switch_Rsp(_adapter *adapter, union recv_frame *precv_frame, struct sta_info *ptdls_sta);
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/
H A Drtw_tdls.h135 s32 rtw_tdls_do_ch_sw(_adapter *padapter, struct sta_info *ptdls_sta, u8 chnl_type, u8 channel, u8 …
152 int issue_tdls_ch_switch_req(_adapter *padapter, struct sta_info *ptdls_sta);
156 sint On_TDLS_Setup_Req(_adapter *adapter, union recv_frame *precv_frame, struct sta_info *ptdls_sta
157 int On_TDLS_Setup_Rsp(_adapter *adapter, union recv_frame *precv_frame, struct sta_info *ptdls_sta);
158 int On_TDLS_Setup_Cfm(_adapter *adapter, union recv_frame *precv_frame, struct sta_info *ptdls_sta);
160 int On_TDLS_Teardown(_adapter *adapter, union recv_frame *precv_frame, struct sta_info *ptdls_sta);
161 …r_Traffic_Indication(_adapter *adapter, union recv_frame *precv_frame, struct sta_info *ptdls_sta);
162 …DLS_Peer_Traffic_Rsp(_adapter *adapter, union recv_frame *precv_frame, struct sta_info *ptdls_sta);
164 …n_TDLS_Ch_Switch_Req(_adapter *adapter, union recv_frame *precv_frame, struct sta_info *ptdls_sta);
165 …n_TDLS_Ch_Switch_Rsp(_adapter *adapter, union recv_frame *precv_frame, struct sta_info *ptdls_sta);
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/include/
H A Drtw_tdls.h135 s32 rtw_tdls_do_ch_sw(_adapter *padapter, struct sta_info *ptdls_sta, u8 chnl_type, u8 channel, u8 …
152 int issue_tdls_ch_switch_req(_adapter *padapter, struct sta_info *ptdls_sta);
156 sint On_TDLS_Setup_Req(_adapter *adapter, union recv_frame *precv_frame, struct sta_info *ptdls_sta
157 int On_TDLS_Setup_Rsp(_adapter *adapter, union recv_frame *precv_frame, struct sta_info *ptdls_sta);
158 int On_TDLS_Setup_Cfm(_adapter *adapter, union recv_frame *precv_frame, struct sta_info *ptdls_sta);
160 int On_TDLS_Teardown(_adapter *adapter, union recv_frame *precv_frame, struct sta_info *ptdls_sta);
161 …r_Traffic_Indication(_adapter *adapter, union recv_frame *precv_frame, struct sta_info *ptdls_sta);
162 …DLS_Peer_Traffic_Rsp(_adapter *adapter, union recv_frame *precv_frame, struct sta_info *ptdls_sta);
164 …n_TDLS_Ch_Switch_Req(_adapter *adapter, union recv_frame *precv_frame, struct sta_info *ptdls_sta);
165 …n_TDLS_Ch_Switch_Rsp(_adapter *adapter, union recv_frame *precv_frame, struct sta_info *ptdls_sta);
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/include/
H A Drtw_tdls.h135 s32 rtw_tdls_do_ch_sw(_adapter *padapter, struct sta_info *ptdls_sta, u8 chnl_type, u8 channel, u8 …
152 int issue_tdls_ch_switch_req(_adapter *padapter, struct sta_info *ptdls_sta);
156 sint On_TDLS_Setup_Req(_adapter *adapter, union recv_frame *precv_frame, struct sta_info *ptdls_sta
157 int On_TDLS_Setup_Rsp(_adapter *adapter, union recv_frame *precv_frame, struct sta_info *ptdls_sta);
158 int On_TDLS_Setup_Cfm(_adapter *adapter, union recv_frame *precv_frame, struct sta_info *ptdls_sta);
160 int On_TDLS_Teardown(_adapter *adapter, union recv_frame *precv_frame, struct sta_info *ptdls_sta);
161 …r_Traffic_Indication(_adapter *adapter, union recv_frame *precv_frame, struct sta_info *ptdls_sta);
162 …DLS_Peer_Traffic_Rsp(_adapter *adapter, union recv_frame *precv_frame, struct sta_info *ptdls_sta);
164 …n_TDLS_Ch_Switch_Req(_adapter *adapter, union recv_frame *precv_frame, struct sta_info *ptdls_sta);
165 …n_TDLS_Ch_Switch_Rsp(_adapter *adapter, union recv_frame *precv_frame, struct sta_info *ptdls_sta);
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/include/
H A Drtw_tdls.h136 s32 rtw_tdls_do_ch_sw(_adapter *padapter, struct sta_info *ptdls_sta, u8 chnl_type, u8 channel, u8 …
153 int issue_tdls_ch_switch_req(_adapter *padapter, struct sta_info *ptdls_sta);
157 sint On_TDLS_Setup_Req(_adapter *adapter, union recv_frame *precv_frame, struct sta_info *ptdls_sta
158 int On_TDLS_Setup_Rsp(_adapter *adapter, union recv_frame *precv_frame, struct sta_info *ptdls_sta);
159 int On_TDLS_Setup_Cfm(_adapter *adapter, union recv_frame *precv_frame, struct sta_info *ptdls_sta);
161 int On_TDLS_Teardown(_adapter *adapter, union recv_frame *precv_frame, struct sta_info *ptdls_sta);
162 …r_Traffic_Indication(_adapter *adapter, union recv_frame *precv_frame, struct sta_info *ptdls_sta);
163 …DLS_Peer_Traffic_Rsp(_adapter *adapter, union recv_frame *precv_frame, struct sta_info *ptdls_sta);
165 …n_TDLS_Ch_Switch_Req(_adapter *adapter, union recv_frame *precv_frame, struct sta_info *ptdls_sta);
166 …n_TDLS_Ch_Switch_Rsp(_adapter *adapter, union recv_frame *precv_frame, struct sta_info *ptdls_sta);
[all …]

12345678