Home
last modified time | relevance | path

Searched refs:tdls_cs (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
Dtdls.c247 if (mvm->tdls_cs.state == state) in iwl_mvm_tdls_update_cs_state()
251 iwl_mvm_tdls_cs_state_str(mvm->tdls_cs.state), in iwl_mvm_tdls_update_cs_state()
253 mvm->tdls_cs.state = state; in iwl_mvm_tdls_update_cs_state()
257 mvm->tdls_cs.peer.sent_timestamp = in iwl_mvm_tdls_update_cs_state()
261 mvm->tdls_cs.cur_sta_id = IWL_MVM_STATION_COUNT; in iwl_mvm_tdls_update_cs_state()
300 mod_delayed_work(system_wq, &mvm->tdls_cs.dwork, in iwl_mvm_rx_tdls_notif()
318 if (mvm->tdls_cs.state != IWL_MVM_TDLS_SW_IDLE && in iwl_mvm_tdls_check_action()
319 mvm->tdls_cs.cur_sta_id != IWL_MVM_STATION_COUNT) { in iwl_mvm_tdls_check_action()
321 mvm->fw_id_to_mac_id[mvm->tdls_cs.cur_sta_id], in iwl_mvm_tdls_check_action()
327 switch (mvm->tdls_cs.state) { in iwl_mvm_tdls_check_action()
[all …]
Dsta.c522 if (WARN_ON_ONCE(mvm->tdls_cs.peer.sta_id == mvm_sta->sta_id)) { in iwl_mvm_rm_sta()
523 mvm->tdls_cs.peer.sta_id = IWL_MVM_STATION_COUNT; in iwl_mvm_rm_sta()
524 cancel_delayed_work(&mvm->tdls_cs.dwork); in iwl_mvm_rm_sta()
Dfw.c713 mvm->tdls_cs.peer.sta_id = IWL_MVM_STATION_COUNT; in iwl_mvm_up()
Dops.c460 INIT_DELAYED_WORK(&mvm->tdls_cs.dwork, iwl_mvm_tdls_ch_switch_work); in iwl_op_mode_mvm_start()
Dmvm.h844 } tdls_cs; member