Home
last modified time | relevance | path

Searched refs:tdls (Results 1 – 25 of 31) sorted by relevance

12

/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtdls.c27 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()
H A DMakefile7 iwlmvm-y += tt.o offloading.o tdls.o
H A Dutils.c657 bool tdls, bool cmd_q) in iwl_mvm_get_wd_timeout() argument
680 if (tdls) in iwl_mvm_get_wd_timeout()
681 return le32_to_cpu(txq_timer->tdls); in iwl_mvm_get_wd_timeout()
H A Dmac80211.c3699 if (sta->tdls && in iwl_mvm_sta_state_notexist_to_none()
3708 if (sta->tdls && ret == 0) { in iwl_mvm_sta_state_notexist_to_none()
3722 if (vif->type == NL80211_IFTYPE_STATION && !sta->tdls) in iwl_mvm_sta_state_notexist_to_none()
3814 if (sta->tdls) { in iwl_mvm_sta_state_assoc_to_authorized()
3862 if (!sta->tdls) { in iwl_mvm_sta_state_authorized_to_assoc()
3976 } else if (vif->type == NL80211_IFTYPE_STATION && !sta->tdls) in iwl_mvm_mac_sta_state_common()
3984 if (vif->type == NL80211_IFTYPE_STATION && !sta->tdls) { in iwl_mvm_mac_sta_state_common()
3989 if (sta->tdls) { in iwl_mvm_mac_sta_state_common()
4005 if (sta->tdls && ret == 0) { in iwl_mvm_mac_sta_state_common()
H A Dsta.c1572 if (vif_type == NL80211_IFTYPE_STATION && !sta->tdls && in iwl_mvm_reserve_sta_stream()
1869 sta->tdls ? IWL_STA_TDLS_LINK : IWL_STA_LINK); in iwl_mvm_add_sta()
1879 if (!sta->tdls) { in iwl_mvm_add_sta()
3207 iwl_mvm_get_wd_timeout(mvm, vif, sta->tdls, false); in iwl_mvm_sta_tx_agg_oper()
H A Dmld-sta.c614 if (!sta->tdls) { in iwl_mvm_mld_set_ap_sta_id()
H A Dmvm.h2359 bool tdls, bool cmd_q);
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A DMakefile33 mwifiex-y += tdls.o
/openbmc/linux/net/mac80211/
H A DMakefile36 tdls.o \
H A Dtdls.c1397 if (!sta->sta.tdls || sta->sdata != sdata || !sta->uploaded || in iee80211_tdls_have_ht_peers()
2081 if (!sta->sta.tdls || sta->sdata != sdata || !sta->uploaded || in ieee80211_teardown_tdls_peers()
2099 if (!sta || !sta->tdls) { in ieee80211_tdls_handle_disconnect()
H A Dstatus.c809 if (sta->sta.tdls) { in ieee80211_lost_packet()
H A Drx.c4541 if (sta->sta.tdls) { in ieee80211_check_fast_rx()
4552 if (sdata->u.mgd.use_4addr && !sta->sta.tdls) { in ieee80211_check_fast_rx()
H A Dcfg.c2081 sta->sta.tdls = true; in ieee80211_add_station()
3213 if (!sta->sta.tdls || sta->sdata != sdata || !sta->uploaded || in __ieee80211_request_smps_mgd()
/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Dcore.c2898 if (vif->type == NL80211_IFTYPE_STATION && !sta->tdls) { in rtw89_core_sta_add()
2906 } else if (vif->type == NL80211_IFTYPE_AP || sta->tdls) { in rtw89_core_sta_add()
2942 if (sta->tdls) in rtw89_core_sta_disassoc()
2963 if (vif->type == NL80211_IFTYPE_AP || sta->tdls) in rtw89_core_sta_disconnect()
2965 if (sta->tdls) in rtw89_core_sta_disconnect()
2968 if (vif->type == NL80211_IFTYPE_STATION && !sta->tdls) { in rtw89_core_sta_disconnect()
3006 if (vif->type == NL80211_IFTYPE_AP || sta->tdls) { in rtw89_core_sta_assoc()
3007 if (sta->tdls) { in rtw89_core_sta_assoc()
3042 if (sta->tdls) in rtw89_core_sta_assoc()
3048 if (vif->type == NL80211_IFTYPE_STATION && !sta->tdls) { in rtw89_core_sta_assoc()
[all …]
H A Dser.c319 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()
H A Dmac80211.c552 if (vif->type == NL80211_IFTYPE_STATION && !sta->tdls) in __rtw89_ops_sta_state()
H A Dcore.h4914 if (rtwvif->net_type == RTW89_NET_TYPE_AP_MODE || sta->tdls) in rtw89_get_addr_cam_of()
4927 if (sta->tdls) in rtw89_get_bssid_cam_of()
H A Ddebug.c3488 sta->tdls ? "(TDLS)" : ""); in rtw89_sta_ids_get_iter()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/
H A Dfile.h837 __le32 tdls; member
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dmain.c763 if (vif->type == NL80211_IFTYPE_STATION && !sta->tdls) in mt7921_mac_sta_assoc()
797 if (!sta->tdls) in mt7921_mac_sta_remove()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dmain.c671 if (vif->type == NL80211_IFTYPE_STATION && !sta->tdls) { in mt7615_mac_sta_add()
705 if (vif->type == NL80211_IFTYPE_STATION && !sta->tdls) in mt7615_mac_sta_remove()
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dmac.c3317 if ((arvif->def_wep_key_idx != -1) && (!sta->tdls)) { in ath10k_station_assoc()
3763 if (ieee80211_is_data_present(fc) && sta && sta->tdls) in ath10k_mac_tx_h_get_txmode()
6347 if (sta->tdls && sta_vif == iter_data->curr_vif) in ath10k_mac_tdls_vif_stations_count_iter()
6666 if (sta && sta->tdls) in ath10k_set_key()
6819 if (arvif->vdev_type == WMI_VDEV_TYPE_STA && !sta->tdls) in ath10k_mac_inc_num_stations()
6837 if (arvif->vdev_type == WMI_VDEV_TYPE_STA && !sta->tdls) in ath10k_mac_dec_num_stations()
7506 if (sta->tdls) { in ath10k_sta_state()
7563 if (!sta->tdls) in ath10k_sta_state()
7602 if (sta->tdls) { in ath10k_sta_state()
7646 if (!sta->tdls) in ath10k_sta_state()
[all …]
/openbmc/linux/drivers/net/wireless/silabs/wfx/
H A Dsta.c313 if (vif->type == NL80211_IFTYPE_STATION && !sta->tdls) in wfx_sta_add()
/openbmc/linux/include/net/
H A Dmac80211.h2359 bool tdls; member
/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c3618 if (arvif->vdev_type == WMI_VDEV_TYPE_STA && !sta->tdls) in ath12k_mac_inc_num_stations()
3636 if (arvif->vdev_type == WMI_VDEV_TYPE_STA && !sta->tdls) in ath12k_mac_dec_num_stations()

12