Home
last modified time | relevance | path

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

/modules/hostap/src/
A Dhapd_api.h30 bool hostapd_ap_reg_domain(struct wifi_reg_domain *reg_domain);
A Dsupp_api.h196 int supplicant_reg_domain(const struct device *dev, struct wifi_reg_domain *reg_domain);
A Dsupp_api.c1693 struct wifi_reg_domain *reg_domain) argument
1699 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)) {
A Dhapd_api.c368 bool hostapd_ap_reg_domain(struct wifi_reg_domain *reg_domain) in hostapd_ap_reg_domain() argument
370 return hostapd_cli_cmd_v("set country_code %s", reg_domain->country_code); in hostapd_ap_reg_domain()
A Dsupp_main.c73 .reg_domain = supplicant_reg_domain,

Completed in 14 milliseconds