Searched refs:p2p_device_vif (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | mld-mac80211.c | 67 mvm->p2p_device_vif = vif; in iwl_mvm_mld_mac_add_interface() 165 mvm->p2p_device_vif = NULL; in iwl_mvm_mld_mac_remove_interface() 507 if (vif->p2p && mvm->p2p_device_vif) in iwl_mvm_mld_start_ap_ibss() 508 iwl_mvm_mld_mac_ctxt_changed(mvm, mvm->p2p_device_vif, false); in iwl_mvm_mld_start_ap_ibss() 555 if (vif->p2p && mvm->p2p_device_vif) in iwl_mvm_mld_stop_ap_ibss() 556 iwl_mvm_mld_mac_ctxt_changed(mvm, mvm->p2p_device_vif, false); in iwl_mvm_mld_stop_ap_ibss()
|
H A D | time-event.c | 80 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 D | mac80211.c | 1074 mvm->p2p_device_vif = NULL; in iwl_mvm_restart_cleanup() 1593 mvm->p2p_device_vif = vif; in iwl_mvm_mac_add_interface() 1728 mvm->p2p_device_vif = NULL; in iwl_mvm_mac_remove_interface() 2862 if (vif->p2p && mvm->p2p_device_vif) in iwl_mvm_start_ap_ibss() 2863 iwl_mvm_mac_ctxt_changed(mvm, mvm->p2p_device_vif, false, NULL); in iwl_mvm_start_ap_ibss() 2948 if (vif->p2p && mvm->p2p_device_vif) in iwl_mvm_stop_ap_ibss() 2949 iwl_mvm_mac_ctxt_changed(mvm, mvm->p2p_device_vif, false, NULL); in iwl_mvm_stop_ap_ibss()
|
H A D | mvm.h | 1023 struct ieee80211_vif *p2p_device_vif; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | time-event.c | 129 if (!WARN_ON(!mvm->p2p_device_vif)) { in iwl_mvm_roc_done_wk() 130 mvmvif = iwl_mvm_vif_from_mac80211(mvm->p2p_device_vif); in iwl_mvm_roc_done_wk()
|
H A D | mac80211.c | 1110 mvm->p2p_device_vif = NULL; in iwl_mvm_restart_cleanup() 1573 mvm->p2p_device_vif = vif; in iwl_mvm_mac_add_interface() 1671 mvm->p2p_device_vif = NULL; in iwl_mvm_mac_remove_interface() 2625 if (vif->p2p && mvm->p2p_device_vif) in iwl_mvm_start_ap_ibss() 2626 iwl_mvm_mac_ctxt_changed(mvm, mvm->p2p_device_vif, false, NULL); in iwl_mvm_start_ap_ibss() 2687 if (vif->p2p && mvm->p2p_device_vif) in iwl_mvm_stop_ap_ibss() 2688 iwl_mvm_mac_ctxt_changed(mvm, mvm->p2p_device_vif, false, NULL); in iwl_mvm_stop_ap_ibss()
|
H A D | mvm.h | 991 struct ieee80211_vif *p2p_device_vif; member
|
Completed in 27 milliseconds