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

/freebsd-current/contrib/wpa/src/ap/
H A Dap_drv_ops.h279 if (hapd->driver == NULL || hapd->driver->get_country == NULL)
281 return hapd->driver->get_country(hapd->drv_priv, alpha2);
/freebsd-current/contrib/wpa/src/drivers/
H A Ddriver.h2907 * get_country - Get country
2912 int (*get_country)(void *priv, char *alpha2); member in struct:wpa_driver_ops
H A Ddriver_nl80211.c12136 .get_country = wpa_driver_nl80211_get_country,

Completed in 222 milliseconds