Home
last modified time | relevance | path

Searched refs:cfg_to_wiphy (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.h383 static inline struct wiphy *cfg_to_wiphy(struct brcmf_cfg80211_info *cfg) in cfg_to_wiphy() function
H A Dcfg80211.c831 cfg80211_sched_scan_results(cfg_to_wiphy(cfg), in brcmf_notify_escan_complete()
2966 struct wiphy *wiphy = cfg_to_wiphy(cfg); in brcmf_inform_single_bss()
3065 struct wiphy *wiphy = cfg_to_wiphy(cfg); in brcmf_inform_ibss()
3337 if (!(cfg_to_wiphy(cfg)->interface_modes & in brcmf_cfg80211_escan_handler()
3512 struct wiphy *wiphy = cfg_to_wiphy(cfg); in brcmf_notify_sched_scan_results()
5895 struct wiphy *wiphy = cfg_to_wiphy(cfg); in brcmf_bss_roaming_done()
6425 struct wiphy *wiphy = cfg_to_wiphy(cfg); in brcmf_construct_chaninfo()
6604 band = cfg_to_wiphy(cfg)->bands[NL80211_BAND_2GHZ]; in brcmf_enable_bw40_2g()
6743 struct wiphy *wiphy = cfg_to_wiphy(cfg); in brcmf_setup_wiphybands()
H A Dcore.c655 dev_net_set(ndev, wiphy_net(cfg_to_wiphy(drvr->config))); in brcmf_net_attach()