Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/wireless/intel/iwlwifi/mvm/
Dmld-mac80211.c90 mvm->p2p_device_vif = vif; in iwl_mvm_mld_mac_add_interface()
189 mvm->p2p_device_vif = NULL; in iwl_mvm_mld_mac_remove_interface()
536 if (vif->p2p && mvm->p2p_device_vif) in iwl_mvm_mld_start_ap_ibss()
537 iwl_mvm_mld_mac_ctxt_changed(mvm, mvm->p2p_device_vif, false); in iwl_mvm_mld_start_ap_ibss()
584 if (vif->p2p && mvm->p2p_device_vif) in iwl_mvm_mld_stop_ap_ibss()
585 iwl_mvm_mld_mac_ctxt_changed(mvm, mvm->p2p_device_vif, false); in iwl_mvm_mld_stop_ap_ibss()
Dtime-event.c80 if (!WARN_ON(!mvm->p2p_device_vif)) { in iwl_mvm_roc_done_wk()
81 mvmvif = iwl_mvm_vif_from_mac80211(mvm->p2p_device_vif); in iwl_mvm_roc_done_wk()
Dmac80211.c1074 mvm->p2p_device_vif = NULL; in iwl_mvm_restart_cleanup()
1616 mvm->p2p_device_vif = vif; in iwl_mvm_mac_add_interface()
1748 mvm->p2p_device_vif = NULL; in iwl_mvm_mac_remove_interface()
2886 if (vif->p2p && mvm->p2p_device_vif) in iwl_mvm_start_ap_ibss()
2887 iwl_mvm_mac_ctxt_changed(mvm, mvm->p2p_device_vif, false, NULL); in iwl_mvm_start_ap_ibss()
2972 if (vif->p2p && mvm->p2p_device_vif) in iwl_mvm_stop_ap_ibss()
2973 iwl_mvm_mac_ctxt_changed(mvm, mvm->p2p_device_vif, false, NULL); in iwl_mvm_stop_ap_ibss()
Dmvm.h1023 struct ieee80211_vif *p2p_device_vif; member