Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/intel/iwlwifi/mld/
H A Dap.c313 if (vif->p2p && mld->p2p_device_vif) in iwl_mld_start_ap_ibss()
314 return iwl_mld_mac_fw_action(mld, mld->p2p_device_vif, in iwl_mld_start_ap_ibss()
333 if (vif->p2p && mld->p2p_device_vif) in iwl_mld_stop_ap_ibss()
334 iwl_mld_mac_fw_action(mld, mld->p2p_device_vif, in iwl_mld_stop_ap_ibss()
H A Droc.c196 struct ieee80211_vif *vif = mld->p2p_device_vif; in iwl_mld_handle_roc_notif()
H A Dmld.h209 struct ieee80211_vif *p2p_device_vif;
H A Dmac80211.c621 mld->p2p_device_vif = vif; in iwl_mld_mac80211_add_interface()
648 mld->p2p_device_vif = NULL; in iwl_mld_mac80211_remove_interface()
/linux-6.15/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmld-mac80211.c81 mvm->p2p_device_vif = vif; in iwl_mvm_mld_mac_add_interface()
178 mvm->p2p_device_vif = NULL; in iwl_mvm_mld_mac_remove_interface()
613 if (vif->p2p && mvm->p2p_device_vif) in iwl_mvm_mld_start_ap_ibss()
614 iwl_mvm_mld_mac_ctxt_changed(mvm, mvm->p2p_device_vif, false); in iwl_mvm_mld_start_ap_ibss()
659 if (vif->p2p && mvm->p2p_device_vif) in iwl_mvm_mld_stop_ap_ibss()
660 iwl_mvm_mld_mac_ctxt_changed(mvm, mvm->p2p_device_vif, false); in iwl_mvm_mld_stop_ap_ibss()
H A Dmac80211.c1188 mvm->p2p_device_vif = NULL; in iwl_mvm_restart_cleanup()
1885 mvm->p2p_device_vif = vif; in iwl_mvm_mac_add_interface()
2013 mvm->p2p_device_vif = NULL; in iwl_mvm_mac_remove_interface()
3132 if (vif->p2p && mvm->p2p_device_vif) in iwl_mvm_start_ap_ibss()
3133 iwl_mvm_mac_ctxt_changed(mvm, mvm->p2p_device_vif, false, NULL); in iwl_mvm_start_ap_ibss()
3218 if (vif->p2p && mvm->p2p_device_vif) in iwl_mvm_stop_ap_ibss()
3219 iwl_mvm_mac_ctxt_changed(mvm, mvm->p2p_device_vif, false, NULL); in iwl_mvm_stop_ap_ibss()
H A Dtime-event.c51 struct ieee80211_vif *vif = mvm->p2p_device_vif; in iwl_mvm_cleanup_roc()
H A Dmvm.h1184 struct ieee80211_vif *p2p_device_vif; member