#include <monitor.h>
Collaboration diagram for monitor_interface:
Definition at line 104 of file monitor.h.
Data Fields | |
short | in_use |
short | priority |
short | channel_get_support |
short | channel_support |
short | iwspy_support |
char | ifname [IFNAMSIZ] |
int | sock |
int | spy_number |
int | channel |
int | test_slot |
iw_range | range |
short | vector_update [MAX_MONITOR] |
monitor_address | mon [MAX_MONITOR] |
char | ap_hwaddr [ETH_ALEN] |
char monitor_interface::ifname[IFNAMSIZ] |
struct iw_range monitor_interface::range |
short monitor_interface::vector_update[MAX_MONITOR] |
struct monitor_address monitor_interface::mon[MAX_MONITOR] |
Definition at line 119 of file monitor.h.
Referenced by drop_worst(), get_free_slot(), and print_entries().
char monitor_interface::ap_hwaddr[ETH_ALEN] |