Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmld-mac80211.c77 mvm->p2p_device_vif = vif; in iwl_mvm_mld_mac_add_interface()
173 mvm->p2p_device_vif = NULL; in iwl_mvm_mld_mac_remove_interface()
510 if (vif->p2p && mvm->p2p_device_vif) in iwl_mvm_mld_start_ap_ibss()
511 iwl_mvm_mld_mac_ctxt_changed(mvm, mvm->p2p_device_vif, false); in iwl_mvm_mld_start_ap_ibss()
558 if (vif->p2p && mvm->p2p_device_vif) in iwl_mvm_mld_stop_ap_ibss()
559 iwl_mvm_mld_mac_ctxt_changed(mvm, mvm->p2p_device_vif, false); in iwl_mvm_mld_stop_ap_ibss()
H A Dtime-event.c80 if (!WARN_ON(!mvm->p2p_device_vif)) { in iwl_mvm_roc_done_wk()
81 struct ieee80211_vif *vif = mvm->p2p_device_vif; in iwl_mvm_roc_done_wk()
H A Dmac80211.c1104 mvm->p2p_device_vif = NULL; in iwl_mvm_restart_cleanup()
1636 mvm->p2p_device_vif = vif; in iwl_mvm_mac_add_interface()
1773 mvm->p2p_device_vif = NULL; in iwl_mvm_mac_remove_interface()
2907 if (vif->p2p && mvm->p2p_device_vif) in iwl_mvm_start_ap_ibss()
2908 iwl_mvm_mac_ctxt_changed(mvm, mvm->p2p_device_vif, false, NULL); in iwl_mvm_start_ap_ibss()
2993 if (vif->p2p && mvm->p2p_device_vif) in iwl_mvm_stop_ap_ibss()
2994 iwl_mvm_mac_ctxt_changed(mvm, mvm->p2p_device_vif, false, NULL); in iwl_mvm_stop_ap_ibss()
H A Dmvm.h1023 struct ieee80211_vif *p2p_device_vif; member