Searched refs:get_country (Results 1 - 9 of 9) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_drv_ops.h253 if (hapd->driver == NULL || hapd->driver->get_country == NULL)
255 return hapd->driver->get_country(hapd->drv_priv, alpha2);
/external/wpa_supplicant_8/src/ap/
H A Dap_drv_ops.h253 if (hapd->driver == NULL || hapd->driver->get_country == NULL)
255 return hapd->driver->get_country(hapd->drv_priv, alpha2);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_drv_ops.h253 if (hapd->driver == NULL || hapd->driver->get_country == NULL)
255 return hapd->driver->get_country(hapd->drv_priv, alpha2);
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h1739 * get_country - Get country
1744 int (*get_country)(void *priv, char *alpha2); member in struct:wpa_driver_ops
H A Ddriver_nl80211.c12625 .get_country = wpa_driver_nl80211_get_country,
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h1739 * get_country - Get country
1744 int (*get_country)(void *priv, char *alpha2); member in struct:wpa_driver_ops
H A Ddriver_nl80211.c12625 .get_country = wpa_driver_nl80211_get_country,
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver.h1739 * get_country - Get country
1744 int (*get_country)(void *priv, char *alpha2); member in struct:wpa_driver_ops
H A Ddriver_nl80211.c12625 .get_country = wpa_driver_nl80211_get_country,

Completed in 1978 milliseconds