Searched refs:p2p_device_vif (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | mld-mac80211.c | 79 mvm->p2p_device_vif = vif; in iwl_mvm_mld_mac_add_interface() 176 mvm->p2p_device_vif = NULL; in iwl_mvm_mld_mac_remove_interface() 666 if (vif->p2p && mvm->p2p_device_vif) in iwl_mvm_mld_start_ap_ibss() 667 iwl_mvm_mld_mac_ctxt_changed(mvm, mvm->p2p_device_vif, false); in iwl_mvm_mld_start_ap_ibss() 712 if (vif->p2p && mvm->p2p_device_vif) in iwl_mvm_mld_stop_ap_ibss() 713 iwl_mvm_mld_mac_ctxt_changed(mvm, mvm->p2p_device_vif, false); in iwl_mvm_mld_stop_ap_ibss()
|
D | mac80211.c | 1187 mvm->p2p_device_vif = NULL; in iwl_mvm_restart_cleanup() 1852 mvm->p2p_device_vif = vif; in iwl_mvm_mac_add_interface() 1978 mvm->p2p_device_vif = NULL; in iwl_mvm_mac_remove_interface() 3124 if (vif->p2p && mvm->p2p_device_vif) in iwl_mvm_start_ap_ibss() 3125 iwl_mvm_mac_ctxt_changed(mvm, mvm->p2p_device_vif, false, NULL); in iwl_mvm_start_ap_ibss() 3210 if (vif->p2p && mvm->p2p_device_vif) in iwl_mvm_stop_ap_ibss() 3211 iwl_mvm_mac_ctxt_changed(mvm, mvm->p2p_device_vif, false, NULL); in iwl_mvm_stop_ap_ibss()
|
D | time-event.c | 51 struct ieee80211_vif *vif = mvm->p2p_device_vif; in iwl_mvm_cleanup_roc()
|
D | mvm.h | 1179 struct ieee80211_vif *p2p_device_vif; member
|