I want to connect to Wi-Fi programmatically using swift in my iPad application and I want to create according to bellow flow.
- Enter the network name programmatically
- Set the programmatically "WAP2-Enterprise" for security.
- Set username/password.
- A certificate popup will appear, so tap "Trust".
- "Turn on the following information." otherwise off.
- Automatic connection
- Restrict IP address tracking
- Set the programmatically IPV4 address below.
- Configure ID: Manual
- IP address: 192.XXX.XXX.XXX
- For tablets, ○○: 1 to 20
- Subnet mask: 255.255.255.0
- Router: 192.XXX.XXX.XXX
- Configure DNS server(Set the programmatically)
- Manual
- Add server: 8.8.8.8
- HTTP proxy(Set the programmatically)
- Configure proxy: off
if anyone you can guide me to proper way much a appreciated!!!