Lines Matching defs:brcmf_cfg80211_info
374 struct brcmf_cfg80211_info { struct
375 struct wiphy *wiphy;
376 struct brcmf_cfg80211_conf *conf;
377 struct brcmf_p2p_info p2p;
378 struct brcmf_btcoex_info *btcoex;
379 struct cfg80211_scan_request *scan_request;
380 struct mutex usr_sync;
381 struct brcmf_cfg80211_scan_req scan_req_int;
382 struct wl_cfg80211_bss_info *bss_info;
383 struct brcmf_cfg80211_ie ie;
384 struct brcmf_cfg80211_connect_info conn_info;
385 struct brcmf_cfg80211_pmk_list *pmk_list;
386 unsigned long scan_status;
387 struct brcmf_pub *pub;
388 u32 channel;
389 bool active_scan;
390 bool sched_escan;
391 bool ibss_starter;
392 bool pwr_save;
393 bool dongle_up;
394 bool scan_tried;
395 u8 *dcmd_buf;
396 u8 *extra_buf;
397 struct dentry *debugfsdir;
398 struct escan_info escan_info;
399 struct timer_list escan_timeout;
400 struct work_struct escan_timeout_work;
424 static inline struct wiphy *cfg_to_wiphy(struct brcmf_cfg80211_info *cfg) in cfg_to_wiphy() argument