external/wpa_supplicant_6
Revision | 74c34493a84638c83ddc02a671cd9f34c20cfc0c (tree) |
---|---|
Zeit | 2011-11-28 17:45:05 |
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
@@ -1882,7 +1882,7 @@ static char * wpa_cli_get_default_ifname(void) | ||
1882 | 1882 | if (!dir) { |
1883 | 1883 | #ifdef ANDROID |
1884 | 1884 | char ifprop[PROPERTY_VALUE_MAX]; |
1885 | - if (property_get("wifi.interface", ifprop, NULL) != 0) { | |
1885 | + if (property_get("wlan.interface", ifprop, NULL) != 0) { | |
1886 | 1886 | ifname = os_strdup(ifprop); |
1887 | 1887 | printf("Using interface '%s'\n", ifname); |
1888 | 1888 | return ifname; |