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