Searched defs:mlme_priv (Results 1 – 3 of 3) sorted by relevance
112 struct mlme_priv { struct113 spinlock_t lock;114 int fw_state;115 u8 bScanInProcess;116 u8 to_join; /* flag */117 u8 to_roaming; /* roaming trying times */119 struct rtw_adapter *nic_hdl;121 u8 not_indic_disco;122 struct rtw_queue scanned_queue;124 struct cfg80211_ssid assoc_ssid;[all …]
86 struct mlme_priv { struct88 spinlock_t lock;89 spinlock_t lock2;113 static inline u8 *get_bssid(struct mlme_priv *pmlmepriv) in get_bssid() argument
300 struct mlme_priv { struct301 spinlock_t lock;302 int fw_state; /* shall we protect this variable? maybe not necessarily... */303 u8 bScanInProcess;304 u8 to_join; /* flag */305 u8 to_roaming; /* roaming trying times */307 u8 *nic_hdl;309 u8 not_indic_disco;310 struct list_head *pscanned;311 struct __queue free_bss_pool;[all …]