10-05-2017 06:48 AM - edited 07-05-2021 07:43 AM
iPad , iPhone with iOS 11 cannot associate to AP.
when i use my ipad and iphone connect to new SSID with authentication OPEN, my devices are disassociate but i use iphone with iOS 10 can connect to SSID normally.
anyone here got this problem with iOS 11 ?
Solved! Go to Solution.
03-21-2018 02:03 PM - edited 03-21-2018 02:08 PM
Well after another round of IOS 11.x updates problem has resurfaced. I now have a case open with Apple Enterprise support. According to the logs I sent, the device is reporting Dauth reason code: 7.
AP sent request for Apple device to deauth and that never happens, so phone just gets stuck in an indefinite loop of connect/disconnect from our public WIFI with captive portal enabled. Below is the output from the Apple's WIFI debugger diagnostics.
The only way we can get device to reauth, is to force Deauth from the Cisco controller. What we noticed on devices that have this issue, the IDLE time is more than the Session Tiemout. So with session timeout value of 14400, you would expect by design the when device reaches an IDEL time of more than 14400 a forced deauth form controller would happen and client would pick that up and initiate a reauth.
<NOTICE>: Adding problematic state for XXXXXXXXXX, reason Deauthentication reasonData=7
<NOTICE>: __WiFiDeviceManagerUpdateNetworkProblematicState: ProbState Entries :<array> {
0 : <dictionary> {
problematicStateEntryReason : 4
problematicStateEntryReasonData : 7
problematicStateEntryTimestamp : 543178286.03785205
}
}
03/19/18 13:51:26.039 <NOTICE>: Adding XXXXXXXXXXX to list of potentially problematic networks
03/19/18 13:51:26.039 <NOTICE>: problematic networks = xxxxxxxxxxxxx and potentially problematic networks = XXXXXXXXXXX
03-22-2018 02:23 AM
Interesting. I'm not entirely sure if my story below is related, but it seems there's a timer issue somewhere ...
In my case we're using a Foreign-Anchor construction and on the Anchor WLC we're seeing lots of IOS clients (among others) stuck in a 'WEBAUTH_REQ' state. When I deauthenticate these clients on the Anchor WLC, they can reconnect again to the Webauth SSID. I'm curious if that's the case for you as well.
You can run the following command on your WLC to see how many clients have this state:
(WLC) > show client state summary
Client State Summary
====================
State Number of Clients
----- -----------------
DHCP_REQD 51
WEBAUTH_REQD 607
RUN 3442
----- -----------------
Total 4100
You can then create a list with MAC-addresses of clients with this issue by running a grep command on your SSID (In my case the ID of my SSID is 1):
(WLC) >grep include "Associated No" "show client wlan 1"
Press any key to continue..
00:6d:xx:xx:xx:xx 10.0.0.1 Associated No Mobile 4 No Export Anchor Unknown
00:6d:xx:xx:xx:xx 10.0.0.1 Associated No Mobile 4 No Export Anchor Unknown
...
Then check and compare how long these clients are in this state
(WLC) > grep include "Connected For " "show client detail 00:6d:xx:xx:xx:xx" Press any key to continue.. Connected For ................................... 6421 secs
They should not be in this state for longer than 300 seconds however if I have to believe the Web Authentication Timeout (correct me if I'm wrong)
(WLC) >grep include "Web Authentication Timeout" "show wlan 1" Press any key to continue.. Web Authentication Timeout.................... 300
We've had no changes on our controllers for at least 4 months, but this issue only surfaces recently since certain apple IOS updates.
I'm going to check some apple wifi debugger logging as you did.
03-22-2018 06:45 AM
05-04-2018 01:40 AM
Hi all, lucky I find this post. My client has similar issue and still not fix. Could you share how to do iPhone WiFi debugger? Maybe I can provide more information for our study. Thanks,
05-04-2018 06:03 AM
05-04-2018 07:26 AM
05-04-2018 07:30 AM
05-08-2018 09:06 AM
05-04-2018 07:23 AM
02-25-2018 03:15 AM
02-25-2018 08:49 AM
02-26-2018 07:52 AM
I have a mixed case as well. Specifically, the "profile name" has lower case and upper case letters and the "SSID" is all caps...I'll test this theory as well. Question, changing the profile name is disruptive correct (meaning I'll have to take an outage on that SSID)??
02-26-2018 11:24 PM
Yes, but just for a second or two.
03-16-2018 01:22 PM
Anthony,
Any update on your test after making the case change on your profile?
02-28-2018 01:54 AM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide