Searched refs:p2p_device_vif (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/drivers/net/wireless/intel/iwlwifi/mld/ |
| H A D | ap.c | 313 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 D | roc.c | 196 struct ieee80211_vif *vif = mld->p2p_device_vif; in iwl_mld_handle_roc_notif()
|
| H A D | mld.h | 209 struct ieee80211_vif *p2p_device_vif;
|
| H A D | mac80211.c | 621 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 D | mld-mac80211.c | 81 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 D | mac80211.c | 1188 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 D | time-event.c | 51 struct ieee80211_vif *vif = mvm->p2p_device_vif; in iwl_mvm_cleanup_roc()
|
| H A D | mvm.h | 1184 struct ieee80211_vif *p2p_device_vif; member
|