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

  /external/wpa_supplicant_8/src/ap/
ap_drv_ops.c 539 hapd->driver->set_country == NULL)
541 return hapd->driver->set_country(hapd->drv_priv, country);
  /external/wpa_supplicant_8/wpa_supplicant/
driver_i.h 290 if (wpa_s->driver->set_country)
291 return wpa_s->driver->set_country(wpa_s->drv_priv, alpha2);
wpa_priv.c 618 if (iface->drv_priv == NULL || iface->driver->set_country == NULL ||
622 iface->driver->set_country(iface->drv_priv, buf);
  /external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
mkvmuxer.h 982 bool set_country(const char* country);
    [all...]
mkvmuxer.cc 2035 bool Chapter::Display::set_country(const char* country) { function in class:mkvmuxer::Chapter::Display
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_privsep.c 849 .set_country = wpa_driver_privsep_set_country,
driver.h 2291 int (*set_country)(void *priv, const char *alpha2); member in struct:wpa_driver_ops
    [all...]
driver_nl80211.c     [all...]

Completed in 87 milliseconds