Quote:
Originally Posted by oisis
Try use ip command. From root acount.
Sent from my GT-I9001 using XDA
|
I was able to set the mac:
ip link set dev wlan0 addres <some_mac>
After that I was able to connect, however it seems to be connecting to open and WEP networks only (so still ****ty)...
WPA and WPA2 fails on 'authentication problem', logcat says there is not configuration for the network and refers to the key.. which 100% good:
Code:
I/wpa_supplicant( 2706): wlan0: Associated with some_mac
D/dalvikvm( 1650): GC_CONCURRENT freed 409K, 8% free 9977K/10759K, paused 1ms+3ms
I/wpa_supplicant( 2706): wlan0: WPA: 4-Way Handshake failed - pre-shared key may be incorrect
I/wpa_supplicant( 2706): wlan0: CTRL-EVENT-DISCONNECTED bssid=some_mac reason=0
D/SupplicantStateTracker( 1522): Failed to authenticate, disabling network 0
I/wpa_supplicant( 2706): wlan0: No network configuration found for the current AP
I/wpa_supplicant( 2706): wlan0: CTRL-EVENT-DISCONNECTED bssid=00:00:00:00:00:00 reason=0
|