![]() |
WE310F5
39.00.000
|
Beacon miss parameters setting in firmware. More...
#include <m2mb_wlan_driver.h>
Data Fields | |
UINT16 | bmiss_time_in_ms |
UINT16 | num_beacons |
Beacon miss parameters setting in firmware.
Structure used to set beacon missing parameters in the firmware. Either of the values will be set by the user. Based on the values the WLAN firmware detects link loss and disconnected from the network. This can be settled by using m2mb_wlan_set_param with M2MB_WLAN_PARAM_BMISS_CONFIG flag.
Definition at line 149 of file m2mb_wlan_driver.h.
UINT16 bmiss_time_in_ms |
New beacon miss time to be set by application.
Definition at line 151 of file m2mb_wlan_driver.h.
UINT16 num_beacons |
New number of Beacons to be set by application to detect beacon missed.
Definition at line 153 of file m2mb_wlan_driver.h.