Home
last modified time | relevance | path

Searched refs:wiphy_to_cfg (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.h394 static inline struct brcmf_cfg80211_info *wiphy_to_cfg(struct wiphy *w) in wiphy_to_cfg() function
402 return wiphy_to_cfg(wd->wiphy); in wdev_to_cfg()
H A Dcfg80211.c823 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_apsta_add_vif()
907 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_mon_add_vif()
962 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_mon_del_vif()
980 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_cfg80211_add_iface()
1248 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_cfg80211_del_apsta_iface()
1282 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_cfg80211_del_iface()
1328 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_cfg80211_change_iface()
1514 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_cfg80211_scan()
1624 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_cfg80211_set_wiphy_params()
1767 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_cfg80211_join_ibss()
[all …]
H A Dp2p.c895 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_p2p_scan_prep()
978 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_p2p_remain_on_channel()
2267 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_p2p_add_vif()
2369 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_p2p_del_vif()
2460 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_p2p_start_device()
2476 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_p2p_stop_device()
H A Dbtcoex.c454 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(vif->wdev.wiphy); in brcmf_btcoex_set_mode()