Searched defs:mlme_priv (Results 1 – 3 of 3) 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 …]
298 struct mlme_priv { struct299 spinlock_t lock;300 int fw_state; /* shall we protect this variable? maybe not necessarily... */301 bool bScanInProcess;302 u8 to_join; /* flag */303 u8 to_roaming; /* roaming trying times */305 u8 *nic_hdl;307 struct list_head *pscanned;308 struct __queue free_bss_pool;309 struct __queue scanned_queue;[all …]