Home
last modified time | relevance | path

Searched defs:alpha2 (Results 1 – 6 of 6) sorted by relevance

/hostap-latest/src/ap/
Dap_drv_ops.h297 static inline int hostapd_get_country(struct hostapd_data *hapd, char *alpha2) in hostapd_get_country()
/hostap-latest/src/drivers/
Ddriver_privsep.c814 static int wpa_driver_privsep_set_country(void *priv, const char *alpha2) in wpa_driver_privsep_set_country()
Ddriver_zephyr.c2006 char alpha2[3]; in wpa_drv_zep_set_country() local
2030 static int wpa_drv_zep_get_country(void *priv, char *alpha2) in wpa_drv_zep_get_country()
Ddriver_nl80211.c1870 char alpha2[3]; in wpa_driver_nl80211_set_country() local
1894 char *alpha2 = arg; in nl80211_get_country() local
1909 static int wpa_driver_nl80211_get_country(void *priv, char *alpha2) in wpa_driver_nl80211_get_country()
11026 char alpha2[3] = { 0, 0, 0 }; in wpa_driver_nl80211_status() local
Ddriver.h6690 char alpha2[3]; member
/hostap-latest/wpa_supplicant/
Ddriver_i.h317 const char *alpha2) in wpa_drv_set_country()