| /drivers/net/wireless/intel/iwlwifi/mvm/ |
| A D | tdls.c | 27 if (IS_ERR_OR_NULL(sta) || !sta->tdls) in iwl_mvm_teardown_tdls_peers() 50 if (IS_ERR_OR_NULL(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 (IS_ERR_OR_NULL(sta) || WARN_ON(!sta->tdls)) in iwl_mvm_tdls_ch_switch_work()
|
| A D | Makefile | 8 iwlmvm-y += tt.o offloading.o tdls.o
|
| A D | mac80211.c | 3881 if (sta->tdls && in iwl_mvm_sta_state_notexist_to_none() 3890 if (sta->tdls && ret == 0) { in iwl_mvm_sta_state_notexist_to_none() 3904 if (vif->type == NL80211_IFTYPE_STATION && !sta->tdls) in iwl_mvm_sta_state_notexist_to_none() 3994 if (sta->tdls) { in iwl_mvm_sta_state_assoc_to_authorized() 4063 if (!sta->tdls) { in iwl_mvm_sta_state_authorized_to_assoc() 4205 } else if (vif->type == NL80211_IFTYPE_STATION && !sta->tdls) in iwl_mvm_mac_sta_state_common() 4213 if (vif->type == NL80211_IFTYPE_STATION && !sta->tdls) { in iwl_mvm_mac_sta_state_common() 4218 if (sta->tdls) { in iwl_mvm_mac_sta_state_common() 4234 if (sta->tdls && ret == 0) { in iwl_mvm_mac_sta_state_common()
|
| A D | sta.c | 1589 if (vif_type == NL80211_IFTYPE_STATION && !sta->tdls && in iwl_mvm_reserve_sta_stream() 1840 !sta->tdls && ieee80211_vif_is_mld(vif)) { in iwl_mvm_sta_init() 1898 sta->tdls ? IWL_STA_TDLS_LINK : IWL_STA_LINK); in iwl_mvm_add_sta() 1908 if (!sta->tdls) { in iwl_mvm_add_sta()
|
| A D | mld-sta.c | 622 if (!sta->tdls) { in iwl_mvm_mld_set_ap_sta_id()
|
| /drivers/net/wireless/marvell/mwifiex/ |
| A D | Makefile | 33 mwifiex-y += tdls.o
|
| /drivers/net/wireless/intel/iwlwifi/mld/ |
| A D | mac80211.c | 844 if (!link_sta->sta->tdls) in iwl_mld_teardown_tdls_peers() 1551 if (!link_sta->sta->tdls) in iwl_mld_tdls_sta_count() 1639 if (sta->tdls) { in iwl_mld_move_sta_state_up() 1653 if (sta->tdls && tdls_count == 0) in iwl_mld_move_sta_state_up() 1656 if (vif->type == NL80211_IFTYPE_STATION && !sta->tdls) in iwl_mld_move_sta_state_up() 1699 if (!sta->tdls) { in iwl_mld_move_sta_state_up() 1745 if (!sta->tdls) { in iwl_mld_move_sta_state_down() 1785 if (sta->tdls && iwl_mld_tdls_sta_count(mld) == 0) { in iwl_mld_move_sta_state_down()
|
| A D | sta.c | 697 sta->tdls || !ieee80211_vif_is_mld(vif)) in iwl_mld_alloc_mpdu_counters() 820 if (vif->type == NL80211_IFTYPE_STATION && !sta->tdls) in iwl_mld_remove_sta()
|
| /drivers/net/wireless/realtek/rtw89/ |
| A D | mac80211.c | 495 if (vif->type == NL80211_IFTYPE_STATION && !sta->tdls) { in __rtw89_ops_sta_add() 530 if (vif->type == NL80211_IFTYPE_AP || sta->tdls) in __rtw89_ops_sta_add() 568 if (sta->tdls) in __rtw89_ops_sta_assoc() 595 if (sta->tdls) in __rtw89_ops_sta_disassoc() 645 if (vif->type == NL80211_IFTYPE_AP || sta->tdls) { in __rtw89_ops_sta_remove() 901 if (vif->type == NL80211_IFTYPE_STATION && !sta->tdls) in __rtw89_ops_sta_state()
|
| A D | ser.c | 334 if (rtwvif_link->net_type == RTW89_NET_TYPE_AP_MODE || sta->tdls) in ser_sta_deinit_cam_iter() 336 if (sta->tdls) in ser_sta_deinit_cam_iter()
|
| A D | core.c | 4082 if (vif->type == NL80211_IFTYPE_STATION && !sta->tdls) { in rtw89_core_sta_link_add() 4098 } else if (vif->type == NL80211_IFTYPE_AP || sta->tdls) { in rtw89_core_sta_link_add() 4152 if (vif->type == NL80211_IFTYPE_AP || sta->tdls) in rtw89_core_sta_link_disconnect() 4154 if (sta->tdls) in rtw89_core_sta_link_disconnect() 4157 if (vif->type == NL80211_IFTYPE_STATION && !sta->tdls) { in rtw89_core_sta_link_disconnect() 4213 if (vif->type == NL80211_IFTYPE_AP || sta->tdls) { in rtw89_core_sta_link_assoc() 4214 if (sta->tdls) { in rtw89_core_sta_link_assoc() 4259 if (vif->type == NL80211_IFTYPE_STATION && !sta->tdls) { in rtw89_core_sta_link_assoc() 4301 if (vif->type == NL80211_IFTYPE_STATION && !sta->tdls) { in rtw89_core_sta_link_remove() 4309 } else if (vif->type == NL80211_IFTYPE_AP || sta->tdls) { in rtw89_core_sta_link_remove()
|
| A D | core.h | 6764 if (rtwvif_link->net_type == RTW89_NET_TYPE_AP_MODE || sta->tdls) in rtw89_get_addr_cam_of() 6777 if (sta->tdls) in rtw89_get_bssid_cam_of()
|
| A D | debug.c | 4083 sta->tdls ? "(TDLS)" : ""); in rtw89_sta_ids_get_iter()
|
| A D | phy.c | 6688 if (sta->tdls) in rtw89_phy_tx_path_div_sta_iter()
|
| /drivers/net/wireless/intel/iwlwifi/mld/tests/ |
| A D | utils.c | 298 if (vif->type == NL80211_IFTYPE_STATION && !sta->tdls) in iwlmld_kunit_move_sta_state()
|
| /drivers/net/wireless/intel/iwlwifi/fw/ |
| A D | file.h | 897 __le32 tdls; member
|
| /drivers/net/wireless/mediatek/mt76/mt7615/ |
| A D | main.c | 657 if (vif->type == NL80211_IFTYPE_STATION && !sta->tdls) { in mt7615_mac_sta_add() 691 if (vif->type == NL80211_IFTYPE_STATION && !sta->tdls) in mt7615_mac_sta_remove()
|
| /drivers/net/wireless/mediatek/mt76/mt7925/ |
| A D | main.c | 891 if (vif->type == NL80211_IFTYPE_STATION && !link_sta->sta->tdls) { in mt7925_mac_link_sta_add() 1093 if (vif->type == NL80211_IFTYPE_STATION && !link_sta->sta->tdls) { in mt7925_mac_link_sta_assoc() 1158 if (vif->type == NL80211_IFTYPE_STATION && !link_sta->sta->tdls) { in mt7925_mac_link_sta_remove()
|
| /drivers/net/wireless/ath/ath10k/ |
| A D | mac.c | 3333 if ((arvif->def_wep_key_idx != -1) && (!sta->tdls)) { in ath10k_station_assoc() 3779 if (ieee80211_is_data_present(fc) && sta && sta->tdls) in ath10k_mac_tx_h_get_txmode() 6369 if (sta->tdls && sta_vif == iter_data->curr_vif) in ath10k_mac_tdls_vif_stations_count_iter() 6695 if (sta && sta->tdls) in ath10k_set_key() 6848 if (arvif->vdev_type == WMI_VDEV_TYPE_STA && !sta->tdls) in ath10k_mac_inc_num_stations() 6866 if (arvif->vdev_type == WMI_VDEV_TYPE_STA && !sta->tdls) in ath10k_mac_dec_num_stations() 7535 if (sta->tdls) { in ath10k_sta_state() 7592 if (!sta->tdls) in ath10k_sta_state() 7631 if (sta->tdls) { in ath10k_sta_state() 7675 if (!sta->tdls) in ath10k_sta_state() [all …]
|
| /drivers/net/wireless/mediatek/mt76/mt7921/ |
| A D | main.c | 856 if (vif->type == NL80211_IFTYPE_STATION && !sta->tdls) in mt7921_mac_sta_event() 893 if (!sta->tdls) in mt7921_mac_sta_remove()
|
| /drivers/net/wireless/silabs/wfx/ |
| A D | sta.c | 296 if (vif->type == NL80211_IFTYPE_STATION && !sta->tdls) in wfx_sta_add()
|
| /drivers/net/wireless/realtek/rtw88/ |
| A D | main.c | 352 if (vif->type == NL80211_IFTYPE_STATION && !sta->tdls) { in rtw_sta_add() 389 if (vif->type != NL80211_IFTYPE_STATION || sta->tdls) in rtw_sta_remove()
|
| /drivers/net/wireless/ath/ath11k/ |
| A D | mac.c | 4990 if (arvif->vdev_type == WMI_VDEV_TYPE_STA && !sta->tdls) in ath11k_mac_inc_num_stations() 5008 if (arvif->vdev_type == WMI_VDEV_TYPE_STA && !sta->tdls) in ath11k_mac_dec_num_stations()
|
| /drivers/net/wireless/virtual/ |
| A D | mac80211_hwsim.c | 2711 new_state == IEEE80211_STA_AUTHORIZED && !sta->tdls) in mac80211_hwsim_sta_state()
|
| /drivers/net/wireless/ath/ath12k/ |
| A D | mac.c | 6192 if (arvif->ahvif->vdev_type == WMI_VDEV_TYPE_STA && !sta->tdls) in ath12k_mac_inc_num_stations() 6216 if (arvif->ahvif->vdev_type == WMI_VDEV_TYPE_STA && !sta->tdls) in ath12k_mac_dec_num_stations()
|