Searched refs:brcmf_cfg80211_info (Results 1 – 8 of 8) sorted by relevance
/drivers/net/wireless/brcm80211/brcmfmac/ |
D | cfg80211.h | 235 s32 (*run)(struct brcmf_cfg80211_info *cfg, struct brcmf_if *ifp, 374 struct brcmf_cfg80211_info { struct 424 static inline struct wiphy *cfg_to_wiphy(struct brcmf_cfg80211_info *cfg) in cfg_to_wiphy() argument 429 static inline struct brcmf_cfg80211_info *wiphy_to_cfg(struct wiphy *w) in wiphy_to_cfg() 431 return (struct brcmf_cfg80211_info *)(wiphy_priv(w)); in wiphy_to_cfg() 434 static inline struct brcmf_cfg80211_info *wdev_to_cfg(struct wireless_dev *wd) in wdev_to_cfg() 436 return (struct brcmf_cfg80211_info *)(wdev_priv(wd)); in wdev_to_cfg() 440 struct net_device *cfg_to_ndev(struct brcmf_cfg80211_info *cfg) in cfg_to_ndev() 447 static inline struct brcmf_cfg80211_info *ndev_to_cfg(struct net_device *ndev) in ndev_to_cfg() 465 brcmf_cfg80211_connect_info *cfg_to_conn(struct brcmf_cfg80211_info *cfg) in cfg_to_conn() [all …]
|
D | p2p.h | 21 struct brcmf_cfg80211_info; 131 struct brcmf_cfg80211_info *cfg; 153 s32 brcmf_p2p_attach(struct brcmf_cfg80211_info *cfg, bool p2pdev_forced); 160 int brcmf_p2p_ifchange(struct brcmf_cfg80211_info *cfg, 181 bool brcmf_p2p_send_action_frame(struct brcmf_cfg80211_info *cfg, 184 bool brcmf_p2p_scan_finding_common_channel(struct brcmf_cfg80211_info *cfg,
|
D | cfg80211.c | 389 static int brcmf_vif_change_validate(struct brcmf_cfg80211_info *cfg, in brcmf_vif_change_validate() 406 static int brcmf_vif_add_validate(struct brcmf_cfg80211_info *cfg, in brcmf_vif_add_validate() 538 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_ap_add_vif() 667 s32 brcmf_notify_escan_complete(struct brcmf_cfg80211_info *cfg, in brcmf_notify_escan_complete() 731 struct brcmf_cfg80211_info *cfg = wiphy_priv(wiphy); in brcmf_cfg80211_del_iface() 772 struct brcmf_cfg80211_info *cfg = wiphy_priv(wiphy); in brcmf_cfg80211_change_iface() 865 static void brcmf_escan_prep(struct brcmf_cfg80211_info *cfg, in brcmf_escan_prep() 936 brcmf_run_escan(struct brcmf_cfg80211_info *cfg, struct brcmf_if *ifp, in brcmf_run_escan() 979 brcmf_do_escan(struct brcmf_cfg80211_info *cfg, struct wiphy *wiphy, in brcmf_do_escan() 1016 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_cfg80211_escan() [all …]
|
D | btcoex.h | 24 int brcmf_btcoex_attach(struct brcmf_cfg80211_info *cfg); 25 void brcmf_btcoex_detach(struct brcmf_cfg80211_info *cfg);
|
D | p2p.c | 765 static s32 brcmf_p2p_run_escan(struct brcmf_cfg80211_info *cfg, in brcmf_p2p_run_escan() 888 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_p2p_scan_prep() 973 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_p2p_remain_on_channel() 1010 struct brcmf_cfg80211_info *cfg = ifp->drvr->config; in brcmf_p2p_notify_listen_complete() 1218 bool brcmf_p2p_scan_finding_common_channel(struct brcmf_cfg80211_info *cfg, in brcmf_p2p_scan_finding_common_channel() 1270 brcmf_p2p_stop_wait_next_action_frame(struct brcmf_cfg80211_info *cfg) in brcmf_p2p_stop_wait_next_action_frame() 1303 struct brcmf_cfg80211_info *cfg = p2p->cfg; in brcmf_p2p_gon_req_collision() 1353 struct brcmf_cfg80211_info *cfg = ifp->drvr->config; in brcmf_p2p_notify_action_frame_rx() 1460 struct brcmf_cfg80211_info *cfg = ifp->drvr->config; in brcmf_p2p_notify_action_tx_complete() 1566 static s32 brcmf_p2p_pub_af_tx(struct brcmf_cfg80211_info *cfg, in brcmf_p2p_pub_af_tx() [all …]
|
D | btcoex.c | 94 struct brcmf_cfg80211_info *cfg; 371 int brcmf_btcoex_attach(struct brcmf_cfg80211_info *cfg) in brcmf_btcoex_attach() 402 void brcmf_btcoex_detach(struct brcmf_cfg80211_info *cfg) in brcmf_btcoex_detach() 469 struct brcmf_cfg80211_info *cfg = wiphy_priv(vif->wdev.wiphy); in brcmf_btcoex_set_mode()
|
D | core.h | 109 struct brcmf_cfg80211_info *config;
|
D | fweh.h | 29 struct brcmf_cfg80211_info;
|