mahesh789 / iphone-wireless

Automatically exported from code.google.com/p/iphone-wireless
0 stars 0 forks source link

Apple80211SetPower not working in v3.0 (3.1.2..) #31

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Call Apple80211SetPower with 1 to turn Wi-Fi On
2. Call returns with 0 as OK
3. Wi-Fi is still off

What is the expected output? What do you see instead?
Wi-Fi was supposed to be turned on

What version of the product are you using? On what operating system?
3.1.2 - iPOD or IPhone 3G

Please provide any additional information below.
When trying to turn the Wi-Fi off, it only disconnects from the AP

Original issue reported on code.google.com by Omer.Pa...@gmail.com on 19 Oct 2009 at 5:48

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
I have experienced the same issue, with the same environment (iPhone 3.1.2).
The relevant entries on the console log are:
Sun Nov 29 18:33:38 unknown kernel[0] <Debug>: AppleBCMWLAN::setPOWER()
[Apple80211App]: Setting power state to 1
Sun Nov 29 18:33:38 unknown configd[23] <Error>: WiFi:[281208818.725708]: 
Unable to
dispatch message to client dataaccessd (0x10000004)
Sun Nov 29 18:33:38 unknown kernel[0] <Debug>: AppleBCMWLAN::setPOWER() 
[configd]:
Setting power state to 0
Sun Nov 29 18:33:38 unknown kernel[0] <Debug>: AppleBCMWLAN::powerOff Ready to 
power off

Original comment by ntuv...@gmail.com on 29 Nov 2009 at 8:03