Searched defs:mlme_priv (Results 1 – 2 of 2) sorted by relevance
79 struct mlme_priv { struct80 spinlock_t lock;81 spinlock_t lock2;105 static inline u8 *get_bssid(struct mlme_priv *pmlmepriv) in get_bssid() argument
284 struct mlme_priv { struct286 spinlock_t lock;287 signed int fw_state; /* shall we protect this variable? maybe not necessarily... */288 u8 bScanInProcess;289 u8 to_join; /* flag */291 u8 to_roam; /* roaming trying times */292 struct wlan_network *roam_network; /* the target of active roam */293 u8 roam_flags;294 u8 roam_rssi_diff_th; /* rssi difference threshold for active scan candidate selection */295 u32 roam_scan_int_ms; /* scan interval for active roam */[all …]