Searched defs:mlme_priv (Results 1 – 3 of 3) sorted by relevance
107 struct mlme_priv { struct108 spinlock_t lock;109 int fw_state; /* shall we protect this variable? maybe not necessarily... */110 u8 bScanInProcess;111 u8 to_join; /* flag */112 u8 to_roaming; /* roaming trying times */114 u8 *nic_hdl;116 struct list_head *pscanned;117 struct __queue free_bss_pool;118 struct __queue scanned_queue;[all …]
79 struct mlme_priv { struct81 spinlock_t lock;82 spinlock_t lock2;106 static inline u8 *get_bssid(struct mlme_priv *pmlmepriv) in get_bssid() argument
330 struct mlme_priv { struct332 _lock lock;333 sint fw_state; /* shall we protect this variable? maybe not necessarily... */334 u8 bScanInProcess;335 u8 to_join; /* flag */337 u8 to_roam; /* roaming trying times */338 struct wlan_network *roam_network; /* the target of active roam */339 u8 roam_flags;340 u8 roam_rssi_diff_th; /* rssi difference threshold for active scan candidate selection */341 u32 roam_scan_int_ms; /* scan interval for active roam */[all …]