Home
last modified time | relevance | path

Searched refs:get_country (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Dap_drv_ops.h279 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()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver.h2912 int (*get_country)(void *priv, char *alpha2); member
H A Ddriver_nl80211.c12136 .get_country = wpa_driver_nl80211_get_country,