Home
last modified time | relevance | path

Searched refs:hostapd_set_country (Results 1 – 3 of 3) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dap_drv_ops.h70 int hostapd_set_country(struct hostapd_data *hapd, const char *country);
Dap_drv_ops.c536 int hostapd_set_country(struct hostapd_data *hapd, const char *country) in hostapd_set_country() function
Dhostapd.c1353 if (hostapd_set_country(hapd, country) < 0) { in setup_interface()