http://defect.opensolaris.org/bz/show_bug.cgi?id=10280
amaguire <alan.maguire at sun.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |alan.maguire at sun.com
AssignedTo|nwam-dev at opensolaris.org |alan.maguire at sun.com
--- Comment #1 from amaguire <alan.maguire at sun.com> 2009-07-27 00:50:31 ---
it would probably make sense to fix nwamd_ncu_create_periodic_scan_event() to
interpret a wireless_scan_interval of 0 as a request not to periodically scan
at all. Scans will still be triggered at other times they are needed (wifi
disconnect etc), they will just not be triggered at the regular interval. We
should also specify a minimum value below which we will not support periodic
scans (e.g. 30s), as supporting scans more frequently than that would likely
starve other processes of computing resources.
Also noticed that we're reusing the value of wireless_scan_interval value as
the value determining the interval between periodic condition checks. We need a
separate SMF property to specify the condition check interval, and again we
need to have a minimum value (e.g. 30s).
--
Configure bugmail: http://defect.opensolaris.org/bz/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.