Searched refs:set_country (Results 1 - 18 of 18) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_drv_ops.c615 hapd->driver->set_country == NULL)
617 return hapd->driver->set_country(hapd->drv_priv, country);
/external/wpa_supplicant_8/src/ap/
H A Dap_drv_ops.c615 hapd->driver->set_country == NULL)
617 return hapd->driver->set_country(hapd->drv_priv, country);
/external/wpa_supplicant_8/wpa_supplicant/
H A Ddriver_i.h267 if (wpa_s->driver->set_country)
268 return wpa_s->driver->set_country(wpa_s->drv_priv, alpha2);
H A Dwpa_priv.c447 if (iface->drv_priv == NULL || iface->driver->set_country == NULL ||
451 iface->driver->set_country(iface->drv_priv, buf);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_drv_ops.c615 hapd->driver->set_country == NULL)
617 return hapd->driver->set_country(hapd->drv_priv, country);
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
H A Dmkvmuxer.hpp590 bool set_country(const char* country);
H A Dmkvmuxer.cpp1126 if (!d.set_country(country))
1269 bool Chapter::Display::set_country(const char* country) { function in class:mkvmuxer::Chapter::Display
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvmuxer.hpp597 bool set_country(const char* country);
H A Dmkvmuxer.cpp1156 if (!d.set_country(country))
1302 bool Chapter::Display::set_country(const char* country) { function in class:mkvmuxer::Chapter::Display
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_privsep.c732 .set_country = wpa_driver_privsep_set_country,
H A Ddriver.h1728 * set_country - Set country
1736 int (*set_country)(void *priv, const char *alpha2); member in struct:wpa_driver_ops
H A Ddriver_nl80211.c12624 .set_country = wpa_driver_nl80211_set_country,
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_privsep.c732 .set_country = wpa_driver_privsep_set_country,
H A Ddriver.h1728 * set_country - Set country
1736 int (*set_country)(void *priv, const char *alpha2); member in struct:wpa_driver_ops
H A Ddriver_nl80211.c12624 .set_country = wpa_driver_nl80211_set_country,
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_privsep.c732 .set_country = wpa_driver_privsep_set_country,
H A Ddriver.h1728 * set_country - Set country
1736 int (*set_country)(void *priv, const char *alpha2); member in struct:wpa_driver_ops
H A Ddriver_nl80211.c12624 .set_country = wpa_driver_nl80211_set_country,

Completed in 332 milliseconds