Searched refs:brcmf_cfg80211_info (Results 1 – 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | cfg80211.h | 260 s32 (*run)(struct brcmf_cfg80211_info *cfg, struct brcmf_if *ifp, 336 struct brcmf_cfg80211_info { struct 383 static inline struct wiphy *cfg_to_wiphy(struct brcmf_cfg80211_info *cfg) in cfg_to_wiphy() argument 388 static inline struct brcmf_cfg80211_info *wiphy_to_cfg(struct wiphy *w) in wiphy_to_cfg() 394 static inline struct brcmf_cfg80211_info *wdev_to_cfg(struct wireless_dev *wd) in wdev_to_cfg() 405 struct net_device *cfg_to_ndev(struct brcmf_cfg80211_info *cfg) in cfg_to_ndev() 410 static inline struct brcmf_cfg80211_info *ndev_to_cfg(struct net_device *ndev) in ndev_to_cfg() 428 brcmf_cfg80211_connect_info *cfg_to_conn(struct brcmf_cfg80211_info *cfg) in cfg_to_conn() 433 struct brcmf_cfg80211_info *brcmf_cfg80211_attach(struct brcmf_pub *drvr, 436 void brcmf_cfg80211_detach(struct brcmf_cfg80211_info *cfg); [all …]
|
D | p2p.h | 10 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,
|
D | btcoex.h | 13 int brcmf_btcoex_attach(struct brcmf_cfg80211_info *cfg); 14 void brcmf_btcoex_detach(struct brcmf_cfg80211_info *cfg);
|
D | pno.h | 46 int brcmf_pno_attach(struct brcmf_cfg80211_info *cfg); 53 void brcmf_pno_detach(struct brcmf_cfg80211_info *cfg);
|
D | cfg80211.c | 415 static int brcmf_vif_change_validate(struct brcmf_cfg80211_info *cfg, in brcmf_vif_change_validate() 441 static int brcmf_vif_add_validate(struct brcmf_cfg80211_info *cfg, in brcmf_vif_add_validate() 558 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_ap_add_vif() 636 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_mon_add_vif() 691 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_mon_del_vif() 709 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_cfg80211_add_iface() 772 s32 brcmf_notify_escan_complete(struct brcmf_cfg80211_info *cfg, in brcmf_notify_escan_complete() 853 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_cfg80211_del_ap_iface() 887 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_cfg80211_del_iface() 933 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_cfg80211_change_iface() [all …]
|
D | p2p.c | 772 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 …]
|
D | btcoex.c | 84 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()
|
D | core.h | 101 struct brcmf_cfg80211_info *config;
|
D | pno.c | 515 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()
|
D | fweh.h | 18 struct brcmf_cfg80211_info;
|