#include <nitro/wm.h>
u16 WM_GetDispersionScanPeriod( void );
Gets the maximum time limit (in ms) the child can spend searching for parents
If the child scanned repeatedly with the same period of duration, it would take a long time to discover a parent beaming with a set beacon period. To prevent long lags, this function sets an appropriate time limit.
None
Returns the maximum time the child is allowed to scan for parents.
WM_StartScan, WM_GetDispersionBeaconPeriod
10/18/2004 Initial version