Searched defs:brcmf_cfg80211_priv (Results 1 – 1 of 1) sorted by relevance
279 struct brcmf_cfg80211_priv { struct280 struct wireless_dev *wdev; /* representing wl cfg80211 device */281 struct brcmf_cfg80211_conf *conf; /* dongle configuration */282 struct cfg80211_scan_request *scan_request; /* scan request284 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 scanned290 struct brcmf_scan_results *scan_results;[all …]