Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dcfg80211.h217 s32 (*run)(struct brcmf_cfg80211_info *cfg, struct brcmf_if *ifp,
293 struct brcmf_cfg80211_info { struct
339 static inline struct wiphy *cfg_to_wiphy(struct brcmf_cfg80211_info *cfg) in cfg_to_wiphy() argument
344 static inline struct brcmf_cfg80211_info *wiphy_to_cfg(struct wiphy *w) in wiphy_to_cfg()
350 static inline struct brcmf_cfg80211_info *wdev_to_cfg(struct wireless_dev *wd) in wdev_to_cfg()
361 struct net_device *cfg_to_ndev(struct brcmf_cfg80211_info *cfg) in cfg_to_ndev()
366 static inline struct brcmf_cfg80211_info *ndev_to_cfg(struct net_device *ndev) in ndev_to_cfg()
384 brcmf_cfg80211_connect_info *cfg_to_conn(struct brcmf_cfg80211_info *cfg) in cfg_to_conn()
389 struct brcmf_cfg80211_info *brcmf_cfg80211_attach(struct brcmf_pub *drvr,
392 void brcmf_cfg80211_detach(struct brcmf_cfg80211_info *cfg);
[all …]
Dp2p.h10 struct brcmf_cfg80211_info;
119 struct brcmf_cfg80211_info *cfg;
140 s32 brcmf_p2p_attach(struct brcmf_cfg80211_info *cfg, bool p2pdev_forced);
147 int brcmf_p2p_ifchange(struct brcmf_cfg80211_info *cfg,
168 bool brcmf_p2p_send_action_frame(struct brcmf_cfg80211_info *cfg,
171 bool brcmf_p2p_scan_finding_common_channel(struct brcmf_cfg80211_info *cfg,
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);
Dcfg80211.c410 static int brcmf_vif_change_validate(struct brcmf_cfg80211_info *cfg, in brcmf_vif_change_validate()
436 static int brcmf_vif_add_validate(struct brcmf_cfg80211_info *cfg, in brcmf_vif_add_validate()
553 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_ap_add_vif()
628 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_cfg80211_add_iface()
690 s32 brcmf_notify_escan_complete(struct brcmf_cfg80211_info *cfg, in brcmf_notify_escan_complete()
771 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_cfg80211_del_ap_iface()
805 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_cfg80211_del_iface()
850 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_cfg80211_change_iface()
945 static void brcmf_escan_prep(struct brcmf_cfg80211_info *cfg, in brcmf_escan_prep()
1016 brcmf_run_escan(struct brcmf_cfg80211_info *cfg, struct brcmf_if *ifp, in brcmf_run_escan()
[all …]
Dp2p.c750 static s32 brcmf_p2p_run_escan(struct brcmf_cfg80211_info *cfg, in brcmf_p2p_run_escan()
873 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_p2p_scan_prep()
957 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_p2p_remain_on_channel()
994 struct brcmf_cfg80211_info *cfg = ifp->drvr->config; in brcmf_p2p_notify_listen_complete()
1202 bool brcmf_p2p_scan_finding_common_channel(struct brcmf_cfg80211_info *cfg, in brcmf_p2p_scan_finding_common_channel()
1254 brcmf_p2p_stop_wait_next_action_frame(struct brcmf_cfg80211_info *cfg) in brcmf_p2p_stop_wait_next_action_frame()
1287 struct brcmf_cfg80211_info *cfg = p2p->cfg; in brcmf_p2p_gon_req_collision()
1338 struct brcmf_cfg80211_info *cfg = drvr->config; in brcmf_p2p_notify_action_frame_rx()
1445 struct brcmf_cfg80211_info *cfg = ifp->drvr->config; in brcmf_p2p_notify_action_tx_complete()
1552 static s32 brcmf_p2p_pub_af_tx(struct brcmf_cfg80211_info *cfg, in brcmf_p2p_pub_af_tx()
[all …]
Dbtcoex.c83 struct brcmf_cfg80211_info *cfg;
358 int brcmf_btcoex_attach(struct brcmf_cfg80211_info *cfg) in brcmf_btcoex_attach()
387 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.c511 int brcmf_pno_attach(struct brcmf_cfg80211_info *cfg) in brcmf_pno_attach()
525 void brcmf_pno_detach(struct brcmf_cfg80211_info *cfg) in brcmf_pno_detach()
Dfweh.h18 struct brcmf_cfg80211_info;