Searched refs:tdls (Results 1 - 25 of 29) sorted by relevance

12

/linux-master/drivers/net/wireless/marvell/mwifiex/
H A DMakefile33 mwifiex-y += tdls.o
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A DMakefile7 iwlmvm-y += tt.o offloading.o tdls.o
H A Dtdls.c27 if (!sta || IS_ERR(sta) || !sta->tdls)
50 if (!sta || IS_ERR(sta) || !sta->tdls)
94 if (IS_ERR_OR_NULL(sta) || !sta->tdls)
227 if (IS_ERR_OR_NULL(sta) || WARN_ON(!sta->tdls))
476 if (!sta || IS_ERR(sta) || WARN_ON(!sta->tdls))
535 * Mark the peer as "in tdls switch" for this vif. We only allow a
H A Dutils.c720 bool tdls, bool cmd_q)
743 if (tdls)
744 return le32_to_cpu(txq_timer->tdls);
718 iwl_mvm_get_wd_timeout(struct iwl_mvm *mvm, struct ieee80211_vif *vif, bool tdls, bool cmd_q) argument
H A Dmac80211.c3697 if (sta->tdls &&
3706 if (sta->tdls && ret == 0) {
3720 if (vif->type == NL80211_IFTYPE_STATION && !sta->tdls)
3810 if (sta->tdls) {
3865 if (!sta->tdls) {
3980 } else if (vif->type == NL80211_IFTYPE_STATION && !sta->tdls)
3988 if (vif->type == NL80211_IFTYPE_STATION && !sta->tdls) {
3993 if (sta->tdls) {
4009 if (sta->tdls && ret == 0) {
H A Dsta.c1601 if (vif_type == NL80211_IFTYPE_STATION && !sta->tdls &&
1898 sta->tdls ? IWL_STA_TDLS_LINK : IWL_STA_LINK);
1908 if (!sta->tdls) {
3210 iwl_mvm_get_wd_timeout(mvm, vif, sta->tdls, false);
H A Dmld-sta.c611 if (!sta->tdls) {
H A Dmvm.h2375 bool tdls, bool cmd_q);
/linux-master/net/mac80211/
H A DMakefile36 tdls.o \
H A Dtdls.c1366 if (!sta->sta.tdls || sta->sdata != sdata || !sta->uploaded ||
2039 if (!sta->sta.tdls || sta->sdata != sdata || !sta->uploaded ||
2060 if (!sta || !sta->tdls) {
H A Dstatus.c822 if (sta->sta.tdls) {
H A Dcfg.c2099 sta->sta.tdls = true;
3220 if (!sta->sta.tdls || sta->sdata != sdata || !sta->uploaded ||
H A Drx.c4598 if (sta->sta.tdls) {
4609 if (sdata->u.mgd.use_4addr && !sta->sta.tdls) {
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dser.c315 if (rtwvif->net_type == RTW89_NET_TYPE_AP_MODE || sta->tdls)
317 if (sta->tdls)
H A Dcore.c3335 if (vif->type == NL80211_IFTYPE_STATION && !sta->tdls) {
3343 } else if (vif->type == NL80211_IFTYPE_AP || sta->tdls) {
3389 if (sta->tdls)
3410 if (vif->type == NL80211_IFTYPE_AP || sta->tdls)
3412 if (sta->tdls)
3415 if (vif->type == NL80211_IFTYPE_STATION && !sta->tdls) {
3453 if (vif->type == NL80211_IFTYPE_AP || sta->tdls) {
3454 if (sta->tdls) {
3489 if (sta->tdls)
3495 if (vif->type == NL80211_IFTYPE_STATION && !sta->tdls) {
[all...]
H A Dmac80211.c570 if (vif->type == NL80211_IFTYPE_STATION && !sta->tdls)
H A Dcore.h5624 if (rtwvif->net_type == RTW89_NET_TYPE_AP_MODE || sta->tdls)
5637 if (sta->tdls)
/linux-master/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dmain.c788 if (vif->type == NL80211_IFTYPE_STATION && !sta->tdls)
812 if (vif->type == NL80211_IFTYPE_STATION && !sta->tdls)
846 if (!sta->tdls)
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/
H A Dfile.h861 * @tdls: timeout for the queues of a TDLS station in ms
871 __le32 tdls; member in struct:iwl_fw_dbg_trigger_txq_timer
/linux-master/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dmain.c671 if (vif->type == NL80211_IFTYPE_STATION && !sta->tdls) {
705 if (vif->type == NL80211_IFTYPE_STATION && !sta->tdls)
/linux-master/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dmain.c812 if (vif->type == NL80211_IFTYPE_STATION && !sta->tdls)
846 if (!sta->tdls)
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dmac.c953 ath10k_warn(ar, "failed to update tdls peer %pM on vdev %i: %i\n",
3310 if ((arvif->def_wep_key_idx != -1) && (!sta->tdls)) {
3756 if (ieee80211_is_data_present(fc) && sta && sta->tdls)
6347 if (sta->tdls && sta_vif == iter_data->curr_vif)
6666 if (sta && sta->tdls)
6819 if (arvif->vdev_type == WMI_VDEV_TYPE_STA && !sta->tdls)
6837 if (arvif->vdev_type == WMI_VDEV_TYPE_STA && !sta->tdls)
7506 if (sta->tdls) {
7508 ath10k_warn(ar, "vdev %i exceeded maximum number of tdls vdevs %i\n",
7563 if (!sta->tdls)
[all...]
/linux-master/drivers/net/wireless/silabs/wfx/
H A Dsta.c295 if (vif->type == NL80211_IFTYPE_STATION && !sta->tdls)
/linux-master/include/net/
H A Dmac80211.h2416 * @tdls: indicates whether the STA is a TDLS peer
2452 bool tdls; member in struct:ieee80211_sta
/linux-master/drivers/net/wireless/ath/ath12k/
H A Dmac.c3833 if (arvif->vdev_type == WMI_VDEV_TYPE_STA && !sta->tdls)
3851 if (arvif->vdev_type == WMI_VDEV_TYPE_STA && !sta->tdls)

Completed in 374 milliseconds

12