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

  /external/wpa_supplicant_6/wpa_supplicant/
wpa_supplicant_i.h 710 if (wpa_s->driver->set_country)
711 return wpa_s->driver->set_country(wpa_s->drv_priv, alpha2);
wpa_priv.c 581 if (iface->drv_priv == NULL || iface->driver->set_country == NULL ||
585 iface->driver->set_country(iface->drv_priv, buf);
  /external/wpa_supplicant_8/src/ap/
ap_drv_ops.c 476 hapd->driver->set_country == NULL)
478 return hapd->driver->set_country(hapd->drv_priv, country);
  /external/wpa_supplicant_8/wpa_supplicant/
driver_i.h 253 if (wpa_s->driver->set_country)
254 return wpa_s->driver->set_country(wpa_s->drv_priv, alpha2);
wpa_priv.c 447 if (iface->drv_priv == NULL || iface->driver->set_country == NULL ||
451 iface->driver->set_country(iface->drv_priv, buf);
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver.h 993 int (*set_country)(void *priv, const char *alpha2); member in struct:wpa_driver_ops
    [all...]
driver_nl80211.c     [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_privsep.c 744 .set_country = wpa_driver_privsep_set_country,
driver.h 1391 int (*set_country)(void *priv, const char *alpha2); member in struct:wpa_driver_ops
    [all...]
driver_nl80211.c     [all...]

Completed in 486 milliseconds