#include <monitor.h>
Collaboration diagram for monitor_global_data:
Definition at line 83 of file monitor.h.
Data Fields | |
int | current_fa |
char | current_dev [IFNAMSIZ] |
int | interfaces |
int | iwspy_supported |
int | dev_priority_percentage |
int | priority_factor |
int | threshold |
int | default_ch |
int | old_fa_factor |
int | expiretime |
int | min_balance |
int | worst_min_time |
int | worst_max_time |
int | average_length |
int | rec_qual |
int | SQ_cache |
agentadv_data ** | current_adv |
timeval * | reg_send_timer |
char monitor_global_data::current_dev[IFNAMSIZ] |
Definition at line 86 of file monitor.h.
Referenced by monitor_get_dev(), and MONITOR_register_module().
Definition at line 98 of file monitor.h.
Referenced by MONITOR_register_module(), and MONITOR_unregister_module().
Definition at line 99 of file monitor.h.
Referenced by MONITOR_register_module(), and MONITOR_unregister_module().
struct timeval* monitor_global_data::reg_send_timer |