|
hostapd
|
sched_scan_plans - Scan plans for scheduled scan More...
#include <driver.h>
Public Attributes | |
| u32 | interval |
| u32 | iterations |
sched_scan_plans - Scan plans for scheduled scan
Each scan plan consists of the number of iterations to scan and the interval between scans. When a scan plan finishes (i.e., it was run for the specified number of iterations), the next scan plan is executed. The scan plans are executed in the order they appear in the array (lower index first). The last scan plan will run infinitely (until requested to stop), thus must not specify the number of iterations. All other scan plans must specify the number of iterations.
1.8.12