Home
last modified time | relevance | path

Searched refs:wlan_reg_ctry_support_vlp (Results 1 – 5 of 5) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/regulatory/dispatcher/inc/
H A Dwlan_reg_services_api.h1234 bool wlan_reg_ctry_support_vlp(uint8_t *country);
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/dispatcher/src/
H A Dwlan_reg_services_api.c675 bool wlan_reg_ctry_support_vlp(uint8_t *country) in wlan_reg_ctry_support_vlp() function
/wlan-driver/qcacld-3.0/components/tdls/core/src/
H A Dwlan_tdls_main.c907 if (!wlan_reg_ctry_support_vlp(country_code)) in tdls_is_6g_freq_allowed()
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_process_tdls.c257 is_vlp_country = wlan_reg_ctry_support_vlp(ap_cc) && in populate_dot11f_tdls_offchannel_params()
258 wlan_reg_ctry_support_vlp(reg_cc); in populate_dot11f_tdls_offchannel_params()
/wlan-driver/qcacld-3.0/core/sap/src/
H A Dsap_fsm.c3281 if (!wlan_reg_ctry_support_vlp(country)) { in wlansap_is_power_change_required()