Home
last modified time | relevance | path

Searched refs:p2p_device_vif (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/mvm/
Dtime-event.c137 if (!WARN_ON(!mvm->p2p_device_vif)) { in iwl_mvm_roc_done_wk()
138 mvmvif = iwl_mvm_vif_from_mac80211(mvm->p2p_device_vif); in iwl_mvm_roc_done_wk()
Dmac80211.c1073 mvm->p2p_device_vif = NULL; in iwl_mvm_restart_cleanup()
1507 mvm->p2p_device_vif = vif; in iwl_mvm_mac_add_interface()
1605 mvm->p2p_device_vif = NULL; in iwl_mvm_mac_remove_interface()
2528 if (vif->p2p && mvm->p2p_device_vif) in iwl_mvm_start_ap_ibss()
2529 iwl_mvm_mac_ctxt_changed(mvm, mvm->p2p_device_vif, false, NULL); in iwl_mvm_start_ap_ibss()
2590 if (vif->p2p && mvm->p2p_device_vif) in iwl_mvm_stop_ap_ibss()
2591 iwl_mvm_mac_ctxt_changed(mvm, mvm->p2p_device_vif, false, NULL); in iwl_mvm_stop_ap_ibss()
Dmvm.h1000 struct ieee80211_vif *p2p_device_vif; member