Home
last modified time | relevance | path

Searched refs:wlan_reg_is_us (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/scan/core/src/
H A Dwlan_scan_11d.c99 if (wlan_reg_is_us(cc_db->votes[0].cc)) { in scm_11d_elected_country_algo_fcc()
109 if (wlan_reg_is_us(cc_db->votes[i].cc)) { in scm_11d_elected_country_algo_fcc()
390 if (wlan_reg_is_us(current_cc) || wlan_reg_is_world(current_cc)) in scm_11d_decide_country_code()
H A Dwlan_scan_cache_db.c1133 if (wlan_reg_is_us(programmed_country)) in scm_is_bss_allowed_for_country()
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/dispatcher/inc/
H A Dwlan_reg_services_api.h1217 bool wlan_reg_is_us(uint8_t *country);
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/dispatcher/src/
H A Dwlan_reg_services_api.c665 bool wlan_reg_is_us(uint8_t *country) in wlan_reg_is_us() function