Home
last modified time | relevance | path

Searched refs:brcmf_cfg80211_info (Results 1 – 10 of 10) sorted by relevance

/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dcfg80211.h266 s32 (*run)(struct brcmf_cfg80211_info *cfg, struct brcmf_if *ifp,
342 struct brcmf_cfg80211_info { struct
389 static inline struct wiphy *cfg_to_wiphy(struct brcmf_cfg80211_info *cfg) in cfg_to_wiphy() argument
394 static inline struct brcmf_cfg80211_info *wiphy_to_cfg(struct wiphy *w) in wiphy_to_cfg()
400 static inline struct brcmf_cfg80211_info *wdev_to_cfg(struct wireless_dev *wd) in wdev_to_cfg()
411 struct net_device *cfg_to_ndev(struct brcmf_cfg80211_info *cfg) in cfg_to_ndev()
416 static inline struct brcmf_cfg80211_info *ndev_to_cfg(struct net_device *ndev) in ndev_to_cfg()
434 brcmf_cfg80211_connect_info *cfg_to_conn(struct brcmf_cfg80211_info *cfg) in cfg_to_conn()
439 struct brcmf_cfg80211_info *brcmf_cfg80211_attach(struct brcmf_pub *drvr,
442 void brcmf_cfg80211_detach(struct brcmf_cfg80211_info *cfg);
[all …]
Dp2p.h10 struct brcmf_cfg80211_info;
121 struct brcmf_cfg80211_info *cfg;
143 s32 brcmf_p2p_attach(struct brcmf_cfg80211_info *cfg, bool p2pdev_forced);
150 int brcmf_p2p_ifchange(struct brcmf_cfg80211_info *cfg,
171 bool brcmf_p2p_send_action_frame(struct brcmf_cfg80211_info *cfg,
174 bool brcmf_p2p_scan_finding_common_channel(struct brcmf_cfg80211_info *cfg,
Dcfg80211.c419 static int brcmf_vif_change_validate(struct brcmf_cfg80211_info *cfg, in brcmf_vif_change_validate()
445 static int brcmf_vif_add_validate(struct brcmf_cfg80211_info *cfg, in brcmf_vif_add_validate()
562 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_ap_add_vif()
640 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_mon_add_vif()
695 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_mon_del_vif()
713 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_cfg80211_add_iface()
776 s32 brcmf_notify_escan_complete(struct brcmf_cfg80211_info *cfg, in brcmf_notify_escan_complete()
857 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_cfg80211_del_ap_iface()
891 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_cfg80211_del_iface()
937 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_cfg80211_change_iface()
[all …]
Dp2p.c772 static s32 brcmf_p2p_run_escan(struct brcmf_cfg80211_info *cfg, in brcmf_p2p_run_escan()
895 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()
1015 struct brcmf_cfg80211_info *cfg = ifp->drvr->config; in brcmf_p2p_notify_listen_complete()
1223 bool brcmf_p2p_scan_finding_common_channel(struct brcmf_cfg80211_info *cfg, in brcmf_p2p_scan_finding_common_channel()
1274 static s32 brcmf_p2p_abort_action_frame(struct brcmf_cfg80211_info *cfg) in brcmf_p2p_abort_action_frame()
1299 brcmf_p2p_stop_wait_next_action_frame(struct brcmf_cfg80211_info *cfg) in brcmf_p2p_stop_wait_next_action_frame()
1339 struct brcmf_cfg80211_info *cfg = p2p->cfg; in brcmf_p2p_gon_req_collision()
1390 struct brcmf_cfg80211_info *cfg = drvr->config; in brcmf_p2p_notify_action_frame_rx()
1497 struct brcmf_cfg80211_info *cfg = ifp->drvr->config; in brcmf_p2p_notify_action_tx_complete()
[all …]
Dbtcoex.h13 int brcmf_btcoex_attach(struct brcmf_cfg80211_info *cfg);
14 void brcmf_btcoex_detach(struct brcmf_cfg80211_info *cfg);
Dpno.h46 int brcmf_pno_attach(struct brcmf_cfg80211_info *cfg);
53 void brcmf_pno_detach(struct brcmf_cfg80211_info *cfg);
Dbtcoex.c84 struct brcmf_cfg80211_info *cfg;
359 int brcmf_btcoex_attach(struct brcmf_cfg80211_info *cfg) in brcmf_btcoex_attach()
388 void brcmf_btcoex_detach(struct brcmf_cfg80211_info *cfg) in brcmf_btcoex_detach()
454 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(vif->wdev.wiphy); in brcmf_btcoex_set_mode()
Dcore.h101 struct brcmf_cfg80211_info *config;
Dpno.c515 int brcmf_pno_attach(struct brcmf_cfg80211_info *cfg) in brcmf_pno_attach()
529 void brcmf_pno_detach(struct brcmf_cfg80211_info *cfg) in brcmf_pno_detach()
Dfweh.h18 struct brcmf_cfg80211_info;