external/wpa_supplicant_6
Revision | f6470875ff8bc17503a70a54108c65c31190533c (tree) |
---|---|
Zeit | 2011-01-23 01:29:38 |
Autor | Chih-Wei Huang <cwhuang@linu...> |
Commiter | Chih-Wei Huang |
change wifi.interface to wlan.interface
We are not allowed to set wifi.interface in libhardware_legacy.
Change-Id: Iba9ad419d07b6c6eab9a57c9ce518c86b23cc409
@@ -1859,7 +1859,7 @@ static char * wpa_cli_get_default_ifname(void) | ||
1859 | 1859 | if (!dir) { |
1860 | 1860 | #ifdef ANDROID |
1861 | 1861 | char ifprop[PROPERTY_VALUE_MAX]; |
1862 | - if (property_get("wifi.interface", ifprop, NULL) != 0) { | |
1862 | + if (property_get("wlan.interface", ifprop, NULL) != 0) { | |
1863 | 1863 | ifname = os_strdup(ifprop); |
1864 | 1864 | printf("Using interface '%s'\n", ifname); |
1865 | 1865 | return ifname; |