Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dap.c299 if (vif->p2p && mld->p2p_device_vif) { in iwl_mld_start_ap_ibss()
300 ret = iwl_mld_mac_fw_action(mld, mld->p2p_device_vif, in iwl_mld_start_ap_ibss()
336 if (vif->p2p && mld->p2p_device_vif) in iwl_mld_start_ap_ibss()
337 iwl_mld_mac_fw_action(mld, mld->p2p_device_vif, in iwl_mld_start_ap_ibss()
352 if (vif->p2p && mld->p2p_device_vif) in iwl_mld_stop_ap_ibss()
353 iwl_mld_mac_fw_action(mld, mld->p2p_device_vif, in iwl_mld_stop_ap_ibss()
H A Dmld.h231 struct ieee80211_vif *p2p_device_vif;
H A Dmac80211.c710 mld->p2p_device_vif = vif; in iwl_mld_mac80211_add_interface()
740 mld->p2p_device_vif = NULL; in iwl_mld_mac80211_remove_interface()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmld-mac80211.c74 mvm->p2p_device_vif = vif; in iwl_mvm_mld_mac_add_interface()
155 mvm->p2p_device_vif = NULL; in iwl_mvm_mld_mac_remove_interface()
447 if (vif->p2p && mvm->p2p_device_vif) in iwl_mvm_mld_start_ap_ibss()
448 iwl_mvm_mld_mac_ctxt_changed(mvm, mvm->p2p_device_vif, false); in iwl_mvm_mld_start_ap_ibss()
493 if (vif->p2p && mvm->p2p_device_vif) in iwl_mvm_mld_stop_ap_ibss()
494 iwl_mvm_mld_mac_ctxt_changed(mvm, mvm->p2p_device_vif, false); in iwl_mvm_mld_stop_ap_ibss()
H A Dmac80211.c1153 mvm->p2p_device_vif = NULL; in iwl_mvm_restart_cleanup()
1771 mvm->p2p_device_vif = vif; in iwl_mvm_mac_add_interface()
1882 mvm->p2p_device_vif = NULL; in iwl_mvm_mac_remove_interface()
2999 if (vif->p2p && mvm->p2p_device_vif) in iwl_mvm_start_ap_ibss()
3000 iwl_mvm_mac_ctxt_changed(mvm, mvm->p2p_device_vif, false, NULL); in iwl_mvm_start_ap_ibss()
3085 if (vif->p2p && mvm->p2p_device_vif) in iwl_mvm_stop_ap_ibss()
3086 iwl_mvm_mac_ctxt_changed(mvm, mvm->p2p_device_vif, false, NULL); in iwl_mvm_stop_ap_ibss()
H A Dtime-event.c49 struct ieee80211_vif *vif = mvm->p2p_device_vif; in iwl_mvm_cleanup_roc()
H A Dmvm.h1093 struct ieee80211_vif *p2p_device_vif; member