Home
last modified time | relevance | path

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

/src/sys/contrib/dev/iwlwifi/mvm/
H A Dpower.c568 bool ap_active; member
612 power_iterator->ap_active = true; in iwl_mvm_power_get_vifs_iterator()
674 !vifs->ap_active) { in iwl_mvm_power_set_pm()
681 !vifs->ap_active) { in iwl_mvm_power_set_pm()
690 if (bss_mvmvif && ap_mvmvif && vifs->bss_active && vifs->ap_active) in iwl_mvm_power_set_pm()
707 if (client_same_channel && !vifs->ap_active) { in iwl_mvm_power_set_pm()
/src/sys/contrib/device-tree/src/arm64/marvell/
H A Darmada-8040-clearfog-gt-8k.dts118 ap_active: trip-active { label
126 trip = <&ap_active>;
H A Dcn9132-sr-cex7.dtsi155 ap_active: trip-active { label
164 trip = <&ap_active>;
/src/sys/contrib/dev/rtw88/
H A Dmac80211.c486 rtwdev->ap_active = true; in rtw_ops_start_ap()
502 rtwdev->ap_active = false; in rtw_ops_stop_ap()
H A Dmain.c374 !rtwdev->beacon_loss && !rtwdev->ap_active) in rtw_watch_dog_work()
2542 return rtwdev->ap_active || sta_active; in rtw_core_check_sta_active()
2547 if (!rtwdev->ap_active) in rtw_core_enable_beacon()
H A Dfw.c1577 if (vif->type == NL80211_IFTYPE_AP && !rtwdev->ap_active) in rtw_build_rsvd_page_iter()
2347 if (rtwdev->ap_active) { in rtw_hw_scan_offload()
H A Dmain.h2136 bool ap_active; member