iOS11 NEHotspotConfiguration::check method

Originator:pushkar
Number:rdar://40288319 Date Originated:May 22, 2018
Status:Open Resolved:
Product:iOS Product Version:11
Classification: Reproducible:
 
Today, with iOS11, Apple offers the NEHotspotConfigurationManager API that allows you to connect directly to a known SSID.
This feature is very convenient for setting up a wifi accessory but there is no way of knowing if the wifi is in range.
I proposed a new method ::check in the NEHotspotConfiguration class. This class already has a ::init method that allows configuring wifi settings.
This new method would allow the application to know if the Wifi network is available before calling NEHotspotConfigurationManager::apply in order to propose to the user to connect ONLY if the wifi of the accessory is present.

Could this evolution be of interest to other developers ?

Thank you.

Small precision : it is not a question of scanning the existing wifi networks but to test if a known wifi network is present for a better user experience.

Comments

Hey UP !

Hey UP !


Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!