Searched defs:mlme_priv (Results 1 – 1 of 1) sorted by relevance
121 struct mlme_priv { struct123 spinlock_t lock;124 signed int fw_state; /* shall we protect this variable? maybe not necessarily... */125 u8 bScanInProcess;126 u8 to_join; /* flag */128 u8 to_roam; /* roaming trying times */129 struct wlan_network *roam_network; /* the target of active roam */130 u8 roam_flags;131 u8 roam_rssi_diff_th; /* rssi difference threshold for active scan candidate selection */132 u32 roam_scan_int_ms; /* scan interval for active roam */[all …]