Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
Dtdls.c84 if (!sta || IS_ERR(sta) || !sta->tdls) in iwl_mvm_teardown_tdls_peers()
107 if (!sta || IS_ERR(sta) || !sta->tdls) in iwl_mvm_tdls_sta_count()
151 if (IS_ERR_OR_NULL(sta) || !sta->tdls) in iwl_mvm_tdls_config()
289 if (IS_ERR_OR_NULL(sta) || WARN_ON(!sta->tdls)) in iwl_mvm_rx_tdls_notif()
538 if (!sta || IS_ERR(sta) || WARN_ON(!sta->tdls)) in iwl_mvm_tdls_ch_switch_work()
DMakefile6 iwlmvm-y += tt.o offloading.o tdls.o
Dutils.c927 bool tdls, bool cmd_q) in iwl_mvm_get_wd_timeout() argument
941 if (tdls) in iwl_mvm_get_wd_timeout()
942 return le32_to_cpu(txq_timer->tdls); in iwl_mvm_get_wd_timeout()
Dsta.c294 if (sta->tdls) { in iwl_mvm_add_sta()
317 if (!sta->tdls) { in iwl_mvm_add_sta()
542 if (sta->tdls) { in iwl_mvm_rm_sta()
553 if (sta->tdls) in iwl_mvm_rm_sta()
984 iwl_mvm_get_wd_timeout(mvm, vif, sta->tdls, false); in iwl_mvm_sta_tx_agg_oper()
Dmac80211.c2648 if (sta->tdls && in iwl_mvm_mac_sta_state()
2659 if (sta->tdls && ret == 0) in iwl_mvm_mac_sta_state()
2701 if (sta->tdls) in iwl_mvm_mac_sta_state()
2709 if (sta->tdls && ret == 0) { in iwl_mvm_mac_sta_state()
3876 WARN_ON(i != mvmvif->ap_sta_id && !sta->tdls); in iwl_mvm_mac_flush()
Dtx.c447 if (sta->tdls) { in iwl_mvm_tx_skb()
Dmvm.h1491 bool tdls, bool cmd_q);
/linux-4.1.27/drivers/net/wireless/mwifiex/
DMakefile44 mwifiex-y += tdls.o
/linux-4.1.27/net/mac80211/
DMakefile32 tdls.o \
Dstatus.c536 if (!sta->sta.tdls && sta->lost_packets < STA_LOST_PKT_THRESHOLD) in ieee80211_lost_packet()
545 if (sta->sta.tdls && in ieee80211_lost_packet()
Dcfg.c1253 sta->sta.tdls = true; in ieee80211_add_station()
/linux-4.1.27/drivers/net/wireless/iwlwifi/
Diwl-fw-file.h641 __le32 tdls; member
/linux-4.1.27/include/net/
Dmac80211.h1630 bool tdls; member