Lines Matching defs:brcmf_cfg80211_priv
279 struct brcmf_cfg80211_priv { struct
280 struct wireless_dev *wdev; /* representing wl cfg80211 device */
281 struct brcmf_cfg80211_conf *conf; /* dongle configuration */
282 struct cfg80211_scan_request *scan_request; /* scan request
284 struct brcmf_cfg80211_event_loop el; /* main event loop */
285 struct list_head evt_q_list; /* used for event queue */
286 spinlock_t evt_q_lock; /* for event queue synchronization */
287 struct mutex usr_sync; /* maily for dongle up/down synchronization */
288 struct brcmf_scan_results *bss_list; /* bss_list holding scanned
290 struct brcmf_scan_results *scan_results;
291 struct brcmf_cfg80211_scan_req *scan_req_int; /* scan request object
293 struct wl_cfg80211_bss_info *bss_info; /* bss information for
295 struct brcmf_cfg80211_ie ie; /* information element object for
297 struct brcmf_cfg80211_profile *profile; /* holding dongle profile */
321 static inline struct wiphy *cfg_to_wiphy(struct brcmf_cfg80211_priv *w) in cfg_to_wiphy() argument