Wireless Programming
This section describe how to use and control Wireless options such:
- Scanning for a Wireless Access Point
- Joining A Wireless Access Point
- Leaving Wireless Access Point
- Creating Wireless Ad Hoc Access Point
Using Network Interface Wireless Programming API
Wherever you want to configure or access an Interface option you should include this file:
Include file | Description |
---|---|
IF/net_if_wifi.h | Functions used for Interface Wireless API |
API Reference
All Interface APIs are presented in the section Wireless Network Interface Functions.
Function Name | Description |
---|---|
NetIF_WiFi_CreateAdhoc() | Create an wireless adhoc access point. |
NetIF_WiFi_Join() | Join an wireless access point. |
NetIF_WiFi_Leave() | Leave the access point previously joined. |
NetIF_WiFi_Scan() | Scan available wireless access point. |