Searched refs:reg_domain (Results 1 – 5 of 5) sorted by relevance
30 bool hostapd_ap_reg_domain(struct wifi_reg_domain *reg_domain);
196 int supplicant_reg_domain(const struct device *dev, struct wifi_reg_domain *reg_domain);
1693 struct wifi_reg_domain *reg_domain) argument1699 if (!wifi_mgmt_api || !wifi_mgmt_api->reg_domain) {1704 if (reg_domain->oper == WIFI_MGMT_GET) {1705 return wifi_mgmt_api->reg_domain(dev, reg_domain);1708 if (reg_domain->oper == WIFI_MGMT_SET) {1717 if (!wpa_cli_cmd_v("set country %s", reg_domain->country_code)) {1722 if (!hostapd_ap_reg_domain(reg_domain)) {
368 bool hostapd_ap_reg_domain(struct wifi_reg_domain *reg_domain) in hostapd_ap_reg_domain() argument370 return hostapd_cli_cmd_v("set country_code %s", reg_domain->country_code); in hostapd_ap_reg_domain()
73 .reg_domain = supplicant_reg_domain,
Completed in 14 milliseconds