Lines Matching refs:brcmf_cfg80211_info
237 s32 (*run)(struct brcmf_cfg80211_info *cfg, struct brcmf_if *ifp,
376 struct brcmf_cfg80211_info { struct
425 static inline struct wiphy *cfg_to_wiphy(struct brcmf_cfg80211_info *cfg) in cfg_to_wiphy() argument
430 static inline struct brcmf_cfg80211_info *wiphy_to_cfg(struct wiphy *w) in wiphy_to_cfg()
432 return (struct brcmf_cfg80211_info *)(wiphy_priv(w)); in wiphy_to_cfg()
435 static inline struct brcmf_cfg80211_info *wdev_to_cfg(struct wireless_dev *wd) in wdev_to_cfg()
437 return (struct brcmf_cfg80211_info *)(wdev_priv(wd)); in wdev_to_cfg()
441 struct net_device *cfg_to_ndev(struct brcmf_cfg80211_info *cfg) in cfg_to_ndev()
448 static inline struct brcmf_cfg80211_info *ndev_to_cfg(struct net_device *ndev) in ndev_to_cfg()
466 brcmf_cfg80211_connect_info *cfg_to_conn(struct brcmf_cfg80211_info *cfg) in cfg_to_conn()
471 struct brcmf_cfg80211_info *brcmf_cfg80211_attach(struct brcmf_pub *drvr,
473 void brcmf_cfg80211_detach(struct brcmf_cfg80211_info *cfg);
478 struct brcmf_cfg80211_vif *brcmf_alloc_vif(struct brcmf_cfg80211_info *cfg,
490 bool brcmf_get_vif_state_any(struct brcmf_cfg80211_info *cfg,
492 void brcmf_cfg80211_arm_vif_event(struct brcmf_cfg80211_info *cfg,
494 bool brcmf_cfg80211_vif_event_armed(struct brcmf_cfg80211_info *cfg);
495 int brcmf_cfg80211_wait_vif_event_timeout(struct brcmf_cfg80211_info *cfg,
497 s32 brcmf_notify_escan_complete(struct brcmf_cfg80211_info *cfg,
501 void brcmf_abort_scanning(struct brcmf_cfg80211_info *cfg);