Lines Matching defs:gelic_wl_info
230 struct gelic_wl_info { struct
232 struct mutex scan_lock;
233 struct list_head network_list;
234 struct list_head network_free_list;
235 struct gelic_wl_scan_info *networks;
237 unsigned long scan_age; /* last scanned time */
238 enum gelic_wl_scan_state scan_stat;
239 struct completion scan_done;
242 struct workqueue_struct *eurus_cmd_queue;
243 struct completion cmd_done_intr;
246 struct workqueue_struct *event_queue;
247 struct delayed_work event_work;
250 unsigned long stat;
251 enum gelic_eurus_auth_method auth_method; /* open/shared */
252 enum gelic_wl_cipher_method group_cipher_method;
253 enum gelic_wl_cipher_method pairwise_cipher_method;
254 enum gelic_wl_wpa_level wpa_level; /* wpa/wpa2 */
257 struct mutex assoc_stat_lock;
258 struct delayed_work assoc_work;
259 enum gelic_wl_assoc_state assoc_stat;
260 struct completion assoc_done;
285 static inline struct gelic_port *wl_port(struct gelic_wl_info *wl) in wl_port() argument