NOTICE: The Processors Wiki will End-of-Life on January 15, 2021. It is recommended to download any files or other content you may need that are hosted on processors.wiki.ti.com. The site is now set to read only.
OMAP35x Wireless Connectivity WLAN Driver API
Following is a list of API functions that are most common used for WLAN connectivity
Perform Scan operation[edit]
Command | Description |
---|---|
CuCmd_Init_Scan_Params() | Init Scan parameters |
CuCmd_StartScan() | Perform Scan (using private ioctl command) |
CuCmd_WextStartScan() | Perform Scan (using Wext ioctl command) |
CuCmd_BssidList() | Retrieve scan results (list of AP's) |
CuCmd_StopScan() | Stop Scan operation in the middle |
Connect to a WLAN network (Secured & Non Secured)[edit]
Command | Description | No Security | WEP | WPA | WP2 |
---|---|---|---|---|---|
CuCmd_SetPrivacyAuth() | define authentication metod | X | V | V | V |
CuCmd_SetPrivacyEncryption() | define Encryption metod | X | V | V | V |
CuCmd_AddPrivacyKey() | define Privacy key | X | V | X | X |
CuCmd_SetPrivacyPskPassPhrase() | define Privacy key | X | X | V | V |
CuCmd_Connect() | Connect to an AP | V | V | V | V |
CuCmd_Disassociate() | Disconnect from AP | V | V | V | V |
follow this link for Complete API Reference Guide,
download the WLAN_API_Functions.zip file, extract it in your PC and doble click on "index.html" inside the extracted folder
<Complete WLAN API Functions>
HOME