Macros | |
| #define | WWD_WLAN_WAKE_TIMEOUT 10000 |
Functions | |
| wwd_result_t | wwd_wlan_bus_complete_ds_wake (wiced_bool_t wake_from_firmware, uint32_t wake_event_indication_addr, uint32_t wake_indication_addr, uint32_t sdio_control_addr) |
| wwd_result_t | wwd_wlan_register_read (uint32_t addr, uint32_t size, uint32_t *value) |
| wwd_result_t | wwd_wlan_register_write (uint32_t addr, uint32_t size, uint32_t value) |
| wwd_result_t | wwd_wlan_shared_memory_read (uint32_t addr, uint8_t size, uint32_t *value) |
Prototypes of functions for controlling the Wi-Fi system chip specific features
| #define WWD_WLAN_WAKE_TIMEOUT 10000 |
Definitions
|
extern |
Function prototypes Gets the current value of all beacon listen interval variables
| listen_interval_beacon | : The current value of the listen interval set as a multiple of the beacon period |
| listen_interval_dtim | : The current value of the listen interval set as a multiple of the DTIM period |
| listen_interval_assoc | : The current value of the listen interval sent to access points in an association request frame |
|
extern |
Gets the current value of a WLAN register
| addr | : absolute address to read |
| size | : size of read to do |
| value | : value of successful read |
|
extern |
Writes a value to a WLAN register
| addr | : absolute address to write |
| value | : value to write |
| size | : size of write |
|
extern |
Gets the current value of a WLAN shared memory location
| addr | : absolute address to read |
| size | : size of read to do |
| value | : value of successful read |