Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Dmac80211.c1398 mvm->p2p_device_vif = NULL; in iwl_mvm_restart_cleanup()
1752 mvm->p2p_device_vif = vif; in iwl_mvm_mac_add_interface()
1872 mvm->p2p_device_vif = NULL; in iwl_mvm_mac_remove_interface()
2398 if (vif->p2p && mvm->p2p_device_vif) in iwl_mvm_start_ap_ibss()
2399 iwl_mvm_mac_ctxt_changed(mvm, mvm->p2p_device_vif, false, NULL); in iwl_mvm_start_ap_ibss()
2456 if (vif->p2p && mvm->p2p_device_vif) in iwl_mvm_stop_ap_ibss()
2457 iwl_mvm_mac_ctxt_changed(mvm, mvm->p2p_device_vif, false, NULL); in iwl_mvm_stop_ap_ibss()
Dmvm.h727 struct ieee80211_vif *p2p_device_vif; member