Searched refs:set_country (Results 1 – 10 of 10) sorted by relevance
267 if (wpa_s->driver->set_country) in wpa_drv_set_country()268 return wpa_s->driver->set_country(wpa_s->drv_priv, alpha2); in wpa_drv_set_country()
447 if (iface->drv_priv == NULL || iface->driver->set_country == NULL || in wpa_priv_cmd_set_country()451 iface->driver->set_country(iface->drv_priv, buf); in wpa_priv_cmd_set_country()
615 hapd->driver->set_country == NULL) in hostapd_set_country()617 return hapd->driver->set_country(hapd->drv_priv, country); in hostapd_set_country()
590 bool set_country(const char* country);
1126 if (!d.set_country(country)) in add_string()1269 bool Chapter::Display::set_country(const char* country) { in set_country() function in mkvmuxer::Chapter::Display
597 bool set_country(const char* country);
1156 if (!d.set_country(country)) in add_string()1302 bool Chapter::Display::set_country(const char* country) { in set_country() function in mkvmuxer::Chapter::Display
732 .set_country = wpa_driver_privsep_set_country,
1736 int (*set_country)(void *priv, const char *alpha2); member
12624 .set_country = wpa_driver_nl80211_set_country,