Searched defs:mlme_priv (Results 1 – 3 of 3) sorted by relevance
280 struct mlme_priv { struct282 spinlock_t lock;283 signed int fw_state; /* shall we protect this variable? maybe not necessarily... */284 u8 bScanInProcess;285 u8 to_join; /* flag */287 u8 to_roam; /* roaming trying times */288 struct wlan_network *roam_network; /* the target of active roam */289 u8 roam_flags;290 u8 roam_rssi_diff_th; /* rssi difference threshold for active scan candidate selection */291 u32 roam_scan_int_ms; /* scan interval for active roam */[all …]
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
322 struct mlme_priv { struct323 spinlock_t lock;324 int fw_state; /* shall we protect this variable? maybe not necessarily... */325 u8 bScanInProcess;326 u8 to_join; /* flag */327 u8 to_roaming; /* roaming trying times */329 u8 *nic_hdl;331 u8 not_indic_disco;332 struct list_head *pscanned;333 struct __queue free_bss_pool;[all …]