Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
Dcfg80211.c538 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_ap_add_vif()
616 err = brcmf_vif_add_validate(wiphy_to_cfg(wiphy), type); in brcmf_cfg80211_add_iface()
811 err = brcmf_vif_change_validate(wiphy_to_cfg(wiphy), vif, type); in brcmf_cfg80211_change_iface()
1027 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_cfg80211_escan()
1190 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_cfg80211_set_wiphy_params()
1258 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(vif->wdev.wiphy); in brcmf_link_down()
1285 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_cfg80211_join_ibss()
1729 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_cfg80211_connect()
1955 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_cfg80211_set_tx_power()
2005 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_cfg80211_get_tx_power()
[all …]
Dp2p.c890 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_p2p_scan_prep()
975 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_p2p_remain_on_channel()
2151 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_p2p_add_vif()
2316 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_p2p_start_device()
2332 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_p2p_stop_device()
Dcfg80211.h429 static inline struct brcmf_cfg80211_info *wiphy_to_cfg(struct wiphy *w) in wiphy_to_cfg() function