Functions | |
| WEAK 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) |
| WEAK 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 ) |
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 |
| wwd_result_t wwd_wlan_register_read | ( | uint32_t | addr, |
| uint32_t | size, | ||
| uint32_t * | value ) |
Gets the current value of a WLAN register
| addr | : absolute address to read |
| size | : size of read to do |
| value | : value of successful read |
| wwd_result_t wwd_wlan_register_write | ( | uint32_t | addr, |
| uint32_t | size, | ||
| uint32_t | value ) |
Writes a value to a WLAN register
| addr | : absolute address to write |
| value | : value to write |
| size | : size of write |
| wwd_result_t wwd_wlan_shared_memory_read | ( | uint32_t | addr, |
| uint8_t | size, | ||
| uint32_t * | value ) |
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 |