Implementation of the scanning functions for Simple Sniffer and Scanner Application. More...
Go to the source code of this file.
Functions | |
| void | scan_init (void) |
| Initialize the scan mode. | |
| void | scan_update_status (void) |
| Update status in scan mode. | |
| time_t | timer_scan (timer_arg_t t) |
| Timer routine called once for each scan period. | |
Implementation of the scanning functions for Simple Sniffer and Scanner Application.
Definition in file sniffer_scan.c.
| void scan_init | ( | void | ) |
Initialize the scan mode.
Definition at line 55 of file sniffer_scan.c.
| void scan_update_status | ( | void | ) |
Update status in scan mode.
Definition at line 79 of file sniffer_scan.c.
| time_t timer_scan | ( | timer_arg_t | t | ) |
Timer routine called once for each scan period.
Definition at line 194 of file sniffer_scan.c.
1.7.1