Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
Dmac80211.c1241 mvm->p2p_device_vif = NULL; in iwl_mvm_restart_cleanup()
1615 mvm->p2p_device_vif = vif; in iwl_mvm_mac_add_interface()
1735 mvm->p2p_device_vif = NULL; in iwl_mvm_mac_remove_interface()
2238 if (vif->p2p && mvm->p2p_device_vif) in iwl_mvm_start_ap_ibss()
2239 iwl_mvm_mac_ctxt_changed(mvm, mvm->p2p_device_vif, false, NULL); in iwl_mvm_start_ap_ibss()
2296 if (vif->p2p && mvm->p2p_device_vif) in iwl_mvm_stop_ap_ibss()
2297 iwl_mvm_mac_ctxt_changed(mvm, mvm->p2p_device_vif, false, NULL); in iwl_mvm_stop_ap_ibss()
Dmvm.h730 struct ieee80211_vif *p2p_device_vif; member