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