/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | tdls.c | 27 if (!sta || IS_ERR(sta) || !sta->tdls) in iwl_mvm_teardown_tdls_peers() 50 if (!sta || IS_ERR(sta) || !sta->tdls) in iwl_mvm_tdls_sta_count() 94 if (IS_ERR_OR_NULL(sta) || !sta->tdls) in iwl_mvm_tdls_config() 226 if (IS_ERR_OR_NULL(sta) || WARN_ON(!sta->tdls)) in iwl_mvm_rx_tdls_notif() 475 if (!sta || IS_ERR(sta) || WARN_ON(!sta->tdls)) in iwl_mvm_tdls_ch_switch_work()
|
D | Makefile | 8 iwlmvm-y += tt.o offloading.o tdls.o
|
D | mac80211.c | 3886 if (sta->tdls && in iwl_mvm_sta_state_notexist_to_none() 3895 if (sta->tdls && ret == 0) { in iwl_mvm_sta_state_notexist_to_none() 3909 if (vif->type == NL80211_IFTYPE_STATION && !sta->tdls) in iwl_mvm_sta_state_notexist_to_none() 3999 if (sta->tdls) { in iwl_mvm_sta_state_assoc_to_authorized() 4068 if (!sta->tdls) { in iwl_mvm_sta_state_authorized_to_assoc() 4196 } else if (vif->type == NL80211_IFTYPE_STATION && !sta->tdls) in iwl_mvm_mac_sta_state_common() 4204 if (vif->type == NL80211_IFTYPE_STATION && !sta->tdls) { in iwl_mvm_mac_sta_state_common() 4209 if (sta->tdls) { in iwl_mvm_mac_sta_state_common() 4225 if (sta->tdls && ret == 0) { in iwl_mvm_mac_sta_state_common()
|
D | sta.c | 1586 if (vif_type == NL80211_IFTYPE_STATION && !sta->tdls && in iwl_mvm_reserve_sta_stream() 1837 !sta->tdls && ieee80211_vif_is_mld(vif)) { in iwl_mvm_sta_init() 1895 sta->tdls ? IWL_STA_TDLS_LINK : IWL_STA_LINK); in iwl_mvm_add_sta() 1905 if (!sta->tdls) { in iwl_mvm_add_sta()
|
D | mld-sta.c | 614 if (!sta->tdls) { in iwl_mvm_mld_set_ap_sta_id()
|
/linux-6.12.1/drivers/net/wireless/marvell/mwifiex/ |
D | Makefile | 33 mwifiex-y += tdls.o
|
/linux-6.12.1/net/mac80211/ |
D | Makefile | 36 tdls.o \
|
D | tdls.c | 1366 if (!sta->sta.tdls || sta->sdata != sdata || !sta->uploaded || in iee80211_tdls_have_ht_peers() 2039 if (!sta->sta.tdls || sta->sdata != sdata || !sta->uploaded || in ieee80211_teardown_tdls_peers() 2060 if (!sta || !sta->tdls) { in ieee80211_tdls_handle_disconnect()
|
D | status.c | 842 if (sta->sta.tdls) { in ieee80211_lost_packet()
|
D | rx.c | 4602 if (sta->sta.tdls) { in ieee80211_check_fast_rx() 4613 if (sdata->u.mgd.use_4addr && !sta->sta.tdls) { in ieee80211_check_fast_rx()
|
D | cfg.c | 2118 sta->sta.tdls = true; in ieee80211_add_station() 3249 if (!sta->sta.tdls || sta->sdata != sdata || !sta->uploaded || in __ieee80211_request_smps_mgd()
|
/linux-6.12.1/drivers/net/wireless/realtek/rtw89/ |
D | ser.c | 319 if (rtwvif->net_type == RTW89_NET_TYPE_AP_MODE || sta->tdls) in ser_sta_deinit_cam_iter() 321 if (sta->tdls) in ser_sta_deinit_cam_iter()
|
D | core.c | 3484 if (vif->type == NL80211_IFTYPE_STATION && !sta->tdls) { in rtw89_core_sta_add() 3496 } else if (vif->type == NL80211_IFTYPE_AP || sta->tdls) { in rtw89_core_sta_add() 3541 if (sta->tdls) in rtw89_core_sta_disassoc() 3562 if (vif->type == NL80211_IFTYPE_AP || sta->tdls) in rtw89_core_sta_disconnect() 3564 if (sta->tdls) in rtw89_core_sta_disconnect() 3567 if (vif->type == NL80211_IFTYPE_STATION && !sta->tdls) { in rtw89_core_sta_disconnect() 3605 if (vif->type == NL80211_IFTYPE_AP || sta->tdls) { in rtw89_core_sta_assoc() 3606 if (sta->tdls) { in rtw89_core_sta_assoc() 3641 if (sta->tdls) in rtw89_core_sta_assoc() 3647 if (vif->type == NL80211_IFTYPE_STATION && !sta->tdls) { in rtw89_core_sta_assoc() [all …]
|
D | mac80211.c | 589 if (vif->type == NL80211_IFTYPE_STATION && !sta->tdls) in __rtw89_ops_sta_state()
|
D | core.h | 6087 if (rtwvif->net_type == RTW89_NET_TYPE_AP_MODE || sta->tdls) in rtw89_get_addr_cam_of() 6100 if (sta->tdls) in rtw89_get_bssid_cam_of()
|
D | debug.c | 3781 sta->tdls ? "(TDLS)" : ""); in rtw89_sta_ids_get_iter()
|
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/fw/ |
D | file.h | 874 __le32 tdls; member
|
/linux-6.12.1/drivers/net/wireless/mediatek/mt76/mt7925/ |
D | main.c | 869 if (vif->type == NL80211_IFTYPE_STATION && !link_sta->sta->tdls) in mt7925_mac_link_sta_add() 1075 if (vif->type == NL80211_IFTYPE_STATION && !link_sta->sta->tdls) { in mt7925_mac_link_sta_assoc() 1140 if (vif->type == NL80211_IFTYPE_STATION && !link_sta->sta->tdls) { in mt7925_mac_link_sta_remove()
|
/linux-6.12.1/drivers/net/wireless/mediatek/mt76/mt7615/ |
D | main.c | 658 if (vif->type == NL80211_IFTYPE_STATION && !sta->tdls) { in mt7615_mac_sta_add() 692 if (vif->type == NL80211_IFTYPE_STATION && !sta->tdls) in mt7615_mac_sta_remove()
|
/linux-6.12.1/drivers/net/wireless/mediatek/mt76/mt7921/ |
D | main.c | 837 if (vif->type == NL80211_IFTYPE_STATION && !sta->tdls) in mt7921_mac_sta_event() 873 if (!sta->tdls) in mt7921_mac_sta_remove()
|
/linux-6.12.1/drivers/net/wireless/ath/ath10k/ |
D | mac.c | 3311 if ((arvif->def_wep_key_idx != -1) && (!sta->tdls)) { in ath10k_station_assoc() 3757 if (ieee80211_is_data_present(fc) && sta && sta->tdls) in ath10k_mac_tx_h_get_txmode() 6348 if (sta->tdls && sta_vif == iter_data->curr_vif) in ath10k_mac_tdls_vif_stations_count_iter() 6667 if (sta && sta->tdls) in ath10k_set_key() 6820 if (arvif->vdev_type == WMI_VDEV_TYPE_STA && !sta->tdls) in ath10k_mac_inc_num_stations() 6838 if (arvif->vdev_type == WMI_VDEV_TYPE_STA && !sta->tdls) in ath10k_mac_dec_num_stations() 7507 if (sta->tdls) { in ath10k_sta_state() 7564 if (!sta->tdls) in ath10k_sta_state() 7603 if (sta->tdls) { in ath10k_sta_state() 7647 if (!sta->tdls) in ath10k_sta_state() [all …]
|
/linux-6.12.1/drivers/net/wireless/silabs/wfx/ |
D | sta.c | 295 if (vif->type == NL80211_IFTYPE_STATION && !sta->tdls) in wfx_sta_add()
|
/linux-6.12.1/include/net/ |
D | mac80211.h | 2498 bool tdls; member
|
/linux-6.12.1/drivers/net/wireless/ath/ath12k/ |
D | mac.c | 4439 if (arvif->vdev_type == WMI_VDEV_TYPE_STA && !sta->tdls) in ath12k_mac_inc_num_stations() 4457 if (arvif->vdev_type == WMI_VDEV_TYPE_STA && !sta->tdls) in ath12k_mac_dec_num_stations()
|
/linux-6.12.1/drivers/net/wireless/ath/ath11k/ |
D | mac.c | 4980 if (arvif->vdev_type == WMI_VDEV_TYPE_STA && !sta->tdls) in ath11k_mac_inc_num_stations() 4998 if (arvif->vdev_type == WMI_VDEV_TYPE_STA && !sta->tdls) in ath11k_mac_dec_num_stations()
|