HomeSort by relevance Sort by last modified time
    Searched refs:set_country (Results 1 - 10 of 10) sorted by null

  /external/wpa_supplicant_8/src/ap/
ap_drv_ops.c 547 hapd->driver->set_country == NULL)
549 return hapd->driver->set_country(hapd->drv_priv, country);
  /external/wpa_supplicant_8/wpa_supplicant/
driver_i.h 283 if (wpa_s->driver->set_country)
284 return wpa_s->driver->set_country(wpa_s->drv_priv, alpha2);
wpa_priv.c 449 if (iface->drv_priv == NULL || iface->driver->set_country == NULL ||
453 iface->driver->set_country(iface->drv_priv, buf);
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxer.hpp 590 bool set_country(const char* country);
    [all...]
mkvmuxer.cpp 1126 if (!d.set_country(country))
1269 bool Chapter::Display::set_country(const char* country) { function in class:mkvmuxer::Chapter::Display
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_privsep.c 742 .set_country = wpa_driver_privsep_set_country,
driver.h 1986 int (*set_country)(void *priv, const char *alpha2); member in struct:wpa_driver_ops
    [all...]
driver_nl80211.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxer.hpp 597 bool set_country(const char* country);
    [all...]
mkvmuxer.cpp 1156 if (!d.set_country(country))
1302 bool Chapter::Display::set_country(const char* country) { function in class:mkvmuxer::Chapter::Display
    [all...]

Completed in 102 milliseconds