Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dcfg80211.h228 s32 (*run)(struct brcmf_cfg80211_info *cfg, struct brcmf_if *ifp,
304 struct brcmf_cfg80211_info { struct
351 static inline struct wiphy *cfg_to_wiphy(struct brcmf_cfg80211_info *cfg) in cfg_to_wiphy() argument
356 static inline struct brcmf_cfg80211_info *wiphy_to_cfg(struct wiphy *w) in wiphy_to_cfg()
362 static inline struct brcmf_cfg80211_info *wdev_to_cfg(struct wireless_dev *wd) in wdev_to_cfg()
373 struct net_device *cfg_to_ndev(struct brcmf_cfg80211_info *cfg) in cfg_to_ndev()
378 static inline struct brcmf_cfg80211_info *ndev_to_cfg(struct net_device *ndev) in ndev_to_cfg()
396 brcmf_cfg80211_connect_info *cfg_to_conn(struct brcmf_cfg80211_info *cfg) in cfg_to_conn()
401 struct brcmf_cfg80211_info *brcmf_cfg80211_attach(struct brcmf_pub *drvr,
404 void brcmf_cfg80211_detach(struct brcmf_cfg80211_info *cfg);
[all …]
Dp2p.h21 struct brcmf_cfg80211_info;
129 struct brcmf_cfg80211_info *cfg;
149 s32 brcmf_p2p_attach(struct brcmf_cfg80211_info *cfg, bool p2pdev_forced);
156 int brcmf_p2p_ifchange(struct brcmf_cfg80211_info *cfg,
177 bool brcmf_p2p_send_action_frame(struct brcmf_cfg80211_info *cfg,
180 bool brcmf_p2p_scan_finding_common_channel(struct brcmf_cfg80211_info *cfg,
Dbtcoex.h24 int brcmf_btcoex_attach(struct brcmf_cfg80211_info *cfg);
25 void brcmf_btcoex_detach(struct brcmf_cfg80211_info *cfg);
Dpno.h57 int brcmf_pno_attach(struct brcmf_cfg80211_info *cfg);
64 void brcmf_pno_detach(struct brcmf_cfg80211_info *cfg);
Dcfg80211.c402 static int brcmf_vif_change_validate(struct brcmf_cfg80211_info *cfg, in brcmf_vif_change_validate()
428 static int brcmf_vif_add_validate(struct brcmf_cfg80211_info *cfg, in brcmf_vif_add_validate()
543 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_ap_add_vif()
676 s32 brcmf_notify_escan_complete(struct brcmf_cfg80211_info *cfg, in brcmf_notify_escan_complete()
756 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_cfg80211_del_ap_iface()
789 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_cfg80211_del_iface()
834 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_cfg80211_change_iface()
928 static void brcmf_escan_prep(struct brcmf_cfg80211_info *cfg, in brcmf_escan_prep()
999 brcmf_run_escan(struct brcmf_cfg80211_info *cfg, struct brcmf_if *ifp, in brcmf_run_escan()
1044 struct brcmf_cfg80211_info *cfg = ifp->drvr->config; in brcmf_do_escan()
[all …]
Dp2p.c758 static s32 brcmf_p2p_run_escan(struct brcmf_cfg80211_info *cfg, in brcmf_p2p_run_escan()
880 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_p2p_scan_prep()
963 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_p2p_remain_on_channel()
1000 struct brcmf_cfg80211_info *cfg = ifp->drvr->config; in brcmf_p2p_notify_listen_complete()
1207 bool brcmf_p2p_scan_finding_common_channel(struct brcmf_cfg80211_info *cfg, in brcmf_p2p_scan_finding_common_channel()
1259 brcmf_p2p_stop_wait_next_action_frame(struct brcmf_cfg80211_info *cfg) in brcmf_p2p_stop_wait_next_action_frame()
1292 struct brcmf_cfg80211_info *cfg = p2p->cfg; in brcmf_p2p_gon_req_collision()
1342 struct brcmf_cfg80211_info *cfg = ifp->drvr->config; in brcmf_p2p_notify_action_frame_rx()
1449 struct brcmf_cfg80211_info *cfg = ifp->drvr->config; in brcmf_p2p_notify_action_tx_complete()
1542 static s32 brcmf_p2p_pub_af_tx(struct brcmf_cfg80211_info *cfg, in brcmf_p2p_pub_af_tx()
[all …]
Dbtcoex.c94 struct brcmf_cfg80211_info *cfg;
369 int brcmf_btcoex_attach(struct brcmf_cfg80211_info *cfg) in brcmf_btcoex_attach()
398 void brcmf_btcoex_detach(struct brcmf_cfg80211_info *cfg) in brcmf_btcoex_detach()
465 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(vif->wdev.wiphy); in brcmf_btcoex_set_mode()
Dcore.h111 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.h29 struct brcmf_cfg80211_info;