Home
last modified time | relevance | path

Searched refs:alpha2_arg (Results 1 - 2 of 2) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_nl80211.c1634 * @alpha2_arg: country to which to switch to
1640 static int wpa_driver_nl80211_set_country(void *priv, const char *alpha2_arg) in wpa_driver_nl80211_set_country() argument
1651 alpha2[0] = alpha2_arg[0]; in wpa_driver_nl80211_set_country()
1652 alpha2[1] = alpha2_arg[1]; in wpa_driver_nl80211_set_country()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_nl80211.c1960 * @alpha2_arg: country to which to switch to
1966 static int wpa_driver_nl80211_set_country(void *priv, const char *alpha2_arg) in wpa_driver_nl80211_set_country() argument
1977 alpha2[0] = alpha2_arg[0]; in wpa_driver_nl80211_set_country()
1978 alpha2[1] = alpha2_arg[1]; in wpa_driver_nl80211_set_country()

Completed in 26 milliseconds