Searched refs:get_country (Results 1 – 3 of 3) sorted by relevance
279 if (hapd->driver == NULL || hapd->driver->get_country == NULL) in hostapd_get_country()281 return hapd->driver->get_country(hapd->drv_priv, alpha2); in hostapd_get_country()
2924 int (*get_country)(void *priv, char *alpha2); member
12185 .get_country = wpa_driver_nl80211_get_country,