Home
last modified time | relevance | path

Searched defs:cfgdev (Results 1 – 21 of 21) sorted by relevance

/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/hdf/
Dhdf_mac80211_p2p.c92 bcm_struct_cfgdev *cfgdev = NULL; in WalRemainOnChannel() local
127 bcm_struct_cfgdev *cfgdev = NULL; in WalCancelRemainOnChannel() local
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
Dwl_cfgscan.c229 wl_bcnrecv_result_handler(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev, in wl_bcnrecv_result_handler()
357 wl_escan_handler(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev, in wl_escan_handler()
2174 int wl_cfg80211_scan_stop(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev) in wl_cfg80211_scan_stop()
2404 wl_notify_scan_status(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev, in wl_notify_scan_status()
3198 wl_notify_pfn_status(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev, in wl_notify_pfn_status()
3245 wl_notify_gscan_event(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev, in wl_notify_gscan_event()
Dwl_cfg80211.c3327 wl_cfg80211_del_virtual_iface(struct wiphy *wiphy, bcm_struct_cfgdev *cfgdev) in wl_cfg80211_del_virtual_iface()
3983 bcm_cfg80211_del_ibss_if(struct wiphy *wiphy, bcm_struct_cfgdev *cfgdev) in bcm_cfg80211_del_ibss_if()
4747 bcm_struct_cfgdev *cfgdev; in wl_cfg80211_deinit_p2p_discovery() local
8675 wl_cfg80211_remain_on_channel(struct wiphy *wiphy, bcm_struct_cfgdev *cfgdev, in wl_cfg80211_remain_on_channel()
8845 bcm_struct_cfgdev *cfgdev, u64 cookie) in wl_cfg80211_cancel_remain_on_channel()
9227 bcm_struct_cfgdev *cfgdev, wl_af_params_t *af_params, in wl_cfg80211_send_action_frame()
9546 wl_cfg80211_mgmt_tx(struct wiphy *wiphy, bcm_struct_cfgdev *cfgdev, in wl_cfg80211_mgmt_tx()
9792 wl_cfg80211_mgmt_frame_register(struct wiphy *wiphy, bcm_struct_cfgdev *cfgdev, in wl_cfg80211_mgmt_frame_register()
13790 bcm_struct_cfgdev *cfgdev = ndev_to_cfgdev(ndev); in wl_notify_connect_status_ap_auth() local
14129 bcm_struct_cfgdev *cfgdev, const wl_event_msg_t *e, void *data) in wl_notify_start_auth()
[all …]
Dwl_cfg80211.h1957 #define cfgdev_to_wlc_ndev(cfgdev, cfg) wdev_to_wlc_ndev(cfgdev, cfg) argument
1958 #define bcmcfg_to_prmry_cfgdev(cfgdev, cfg) bcmcfg_to_prmry_wdev(cfg) argument
1960 #define cfgdev_to_wlc_ndev(cfgdev, cfg) ndev_to_wlc_ndev(cfgdev, cfg) argument
1961 #define bcmcfg_to_prmry_cfgdev(cfgdev, cfg) bcmcfg_to_prmry_ndev(cfg) argument
1963 #define cfgdev_to_wlc_ndev(cfgdev, cfg) (cfgdev) argument
1964 #define bcmcfg_to_prmry_cfgdev(cfgdev, cfg) (cfgdev) argument
1968 #define cfgdev_to_wdev(cfgdev) (cfgdev) argument
1970 #define cfgdev_to_ndev(cfgdev) (cfgdev ? (cfgdev->netdev) : NULL) argument
1971 #define wdev_to_cfgdev(cfgdev) (cfgdev) argument
1972 #define discover_cfgdev(cfgdev, cfg) (cfgdev->iftype == NL80211_IFTYPE_P2P_DEVICE) argument
[all …]
Dwl_cfgp2p.c835 bcm_struct_cfgdev *cfgdev; in wl_cfgp2p_enable_discovery() local
1402 wl_cfgp2p_listen_complete(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev, in wl_cfgp2p_listen_complete()
1688 wl_cfgp2p_action_tx_complete(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev, in wl_cfgp2p_action_tx_complete()
Dwl_cfgnan.c7235 bcm_struct_cfgdev *cfgdev, const wl_event_msg_t *event, void *event_data) in wl_cfgnan_notify_nan_status()
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/
Dwl_cfg80211.h1347 #define cfgdev_to_wlc_ndev(cfgdev, cfg) wdev_to_wlc_ndev(cfgdev, cfg) argument
1348 #define bcmcfg_to_prmry_cfgdev(cfgdev, cfg) bcmcfg_to_prmry_wdev(cfg) argument
1350 #define cfgdev_to_wlc_ndev(cfgdev, cfg) ndev_to_wlc_ndev(cfgdev, cfg) argument
1351 #define bcmcfg_to_prmry_cfgdev(cfgdev, cfg) bcmcfg_to_prmry_ndev(cfg) argument
1353 #define cfgdev_to_wlc_ndev(cfgdev, cfg) (cfgdev) argument
1354 #define bcmcfg_to_prmry_cfgdev(cfgdev, cfg) (cfgdev) argument
1358 #define cfgdev_to_wdev(cfgdev) (cfgdev) argument
1360 #define cfgdev_to_ndev(cfgdev) (cfgdev ? (cfgdev->netdev) : NULL) argument
1361 #define wdev_to_cfgdev(cfgdev) (cfgdev) argument
1362 #define discover_cfgdev(cfgdev, cfg) (cfgdev->iftype == NL80211_IFTYPE_P2P_DEVICE) argument
[all …]
Dwl_cfg80211.c2078 wl_cfg80211_del_virtual_iface(struct wiphy *wiphy, bcm_struct_cfgdev *cfgdev) in wl_cfg80211_del_virtual_iface()
3693 bcm_cfg80211_del_ibss_if(struct wiphy *wiphy, bcm_struct_cfgdev *cfgdev) in bcm_cfg80211_del_ibss_if()
4447 wl_cfg80211_del_iface(struct wiphy *wiphy, bcm_struct_cfgdev *cfgdev) in wl_cfg80211_del_iface()
7165 wl_cfg80211_remain_on_channel(struct wiphy *wiphy, bcm_struct_cfgdev *cfgdev, in wl_cfg80211_remain_on_channel()
7312 bcm_struct_cfgdev *cfgdev, u64 cookie) in wl_cfg80211_cancel_remain_on_channel()
7624 bcm_struct_cfgdev *cfgdev, wl_af_params_t *af_params, in wl_cfg80211_send_action_frame()
7924 wl_cfg80211_mgmt_tx(struct wiphy *wiphy, bcm_struct_cfgdev *cfgdev, in wl_cfg80211_mgmt_tx()
8126 wl_cfg80211_mgmt_frame_register(struct wiphy *wiphy, bcm_struct_cfgdev *cfgdev, in wl_cfg80211_mgmt_frame_register()
12329 wl_notify_connect_status(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev, in wl_notify_connect_status()
12677 wl_notify_rmc_status(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev, in wl_notify_rmc_status()
[all …]
Dwl_cfgp2p.c1269 wl_cfgp2p_listen_complete(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev, in wl_cfgp2p_listen_complete()
1539 wl_cfgp2p_action_tx_complete(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev, in wl_cfgp2p_action_tx_complete()
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/
Dwl_cfgscan.c231 bcm_struct_cfgdev *cfgdev, in wl_bcnrecv_result_handler()
360 s32 wl_escan_handler(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev, in wl_escan_handler()
2230 int wl_cfg80211_scan_stop(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev) in wl_cfg80211_scan_stop()
2464 s32 wl_notify_scan_status(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev, in wl_notify_scan_status()
3271 s32 wl_notify_pfn_status(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev, in wl_notify_pfn_status()
3317 s32 wl_notify_gscan_event(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev, in wl_notify_gscan_event()
Dwl_cfg80211.c3368 bcm_struct_cfgdev *cfgdev) in wl_cfg80211_del_virtual_iface()
4041 bcm_struct_cfgdev *cfgdev) in bcm_cfg80211_del_ibss_if()
4834 bcm_struct_cfgdev *cfgdev; in wl_cfg80211_deinit_p2p_discovery() local
8838 bcm_struct_cfgdev *cfgdev, in wl_cfg80211_remain_on_channel()
9010 bcm_struct_cfgdev *cfgdev, in wl_cfg80211_cancel_remain_on_channel()
9397 bcm_struct_cfgdev *cfgdev, in wl_cfg80211_send_action_frame()
9741 wl_cfg80211_mgmt_tx(struct wiphy *wiphy, bcm_struct_cfgdev *cfgdev, in wl_cfg80211_mgmt_tx()
9978 bcm_struct_cfgdev *cfgdev, in wl_cfg80211_mgmt_frame_register()
14823 bcm_struct_cfgdev *cfgdev, in wl_notify_connect_status()
15360 bcm_struct_cfgdev *cfgdev, in wl_notify_rmc_status()
[all …]
Dwl_cfg80211.h1982 #define cfgdev_to_wlc_ndev(cfgdev, cfg) wdev_to_wlc_ndev(cfgdev, cfg) argument
1983 #define bcmcfg_to_prmry_cfgdev(cfgdev, cfg) bcmcfg_to_prmry_wdev(cfg) argument
1985 #define cfgdev_to_wlc_ndev(cfgdev, cfg) ndev_to_wlc_ndev(cfgdev, cfg) argument
1986 #define bcmcfg_to_prmry_cfgdev(cfgdev, cfg) bcmcfg_to_prmry_ndev(cfg) argument
1988 #define cfgdev_to_wlc_ndev(cfgdev, cfg) (cfgdev) argument
1989 #define bcmcfg_to_prmry_cfgdev(cfgdev, cfg) (cfgdev) argument
1993 #define cfgdev_to_wdev(cfgdev) (cfgdev) argument
1995 #define cfgdev_to_ndev(cfgdev) (cfgdev ? (cfgdev->netdev) : NULL) argument
1996 #define wdev_to_cfgdev(cfgdev) (cfgdev) argument
1997 #define discover_cfgdev(cfgdev, cfg) \ argument
[all …]
Dwl_cfgp2p.c866 bcm_struct_cfgdev *cfgdev; in wl_cfgp2p_enable_discovery() local
1440 bcm_struct_cfgdev *cfgdev, in wl_cfgp2p_listen_complete()
1740 bcm_struct_cfgdev *cfgdev, in wl_cfgp2p_action_tx_complete()
Dwl_cfgnan.c7263 bcm_struct_cfgdev *cfgdev, in wl_cfgnan_notify_nan_status()
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/
Dwl_cfgscan.c102 #define CFG80211_READY_ON_CHANNEL(cfgdev, cookie, channel, channel_type, duration, flags) \ argument
105 #define CFG80211_READY_ON_CHANNEL(cfgdev, cookie, channel, channel_type, duration, flags) \ argument
733 wl_bcnrecv_result_handler(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev, in wl_bcnrecv_result_handler()
864 wl_escan_handler(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev, in wl_escan_handler()
3000 int wl_cfg80211_scan_stop(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev) in wl_cfg80211_scan_stop()
3226 wl_notify_scan_status(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev, in wl_notify_scan_status()
4684 wl_notify_pfn_status(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev, in wl_notify_pfn_status()
4733 wl_notify_gscan_event(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev, in wl_notify_gscan_event()
5095 wl_cfgscan_remain_on_channel(struct wiphy *wiphy, bcm_struct_cfgdev *cfgdev, in wl_cfgscan_remain_on_channel()
5247 bcm_struct_cfgdev *cfgdev, u64 cookie) in wl_cfgscan_cancel_remain_on_channel()
Dwl_cfg80211.c3060 bcm_cfg80211_del_ibss_if(struct wiphy *wiphy, bcm_struct_cfgdev *cfgdev) in bcm_cfg80211_del_ibss_if()
3916 bcm_struct_cfgdev *cfgdev; in wl_cfg80211_deinit_p2p_discovery() local
8906 bcm_struct_cfgdev *cfgdev, wl_af_params_t *af_params, in wl_cfg80211_send_action_frame()
9257 wl_cfg80211_mgmt_tx(struct wiphy *wiphy, bcm_struct_cfgdev *cfgdev, in wl_cfg80211_mgmt_tx()
9486 wl_cfg80211_mgmt_frame_register(struct wiphy *wiphy, bcm_struct_cfgdev *cfgdev, in wl_cfg80211_mgmt_frame_register()
12572 wl_notify_connect_status(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev, in wl_notify_connect_status()
12629 wl_notify_aibss_txfail(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev, in wl_notify_aibss_txfail()
12665 wl_notify_rmc_status(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev, in wl_notify_rmc_status()
12691 wl_handle_roam_exp_event(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev, in wl_handle_roam_exp_event()
12722 static s32 wl_handle_rssi_monitor_event(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev, in wl_handle_rssi_monitor_event()
[all …]
Dwl_cfg80211.h2573 #define cfgdev_to_wlc_ndev(cfgdev, cfg) wdev_to_wlc_ndev(cfgdev, cfg) argument
2574 #define bcmcfg_to_prmry_cfgdev(cfgdev, cfg) bcmcfg_to_prmry_wdev(cfg) argument
2576 #define cfgdev_to_wlc_ndev(cfgdev, cfg) ndev_to_wlc_ndev(cfgdev, cfg) argument
2577 #define bcmcfg_to_prmry_cfgdev(cfgdev, cfg) bcmcfg_to_prmry_ndev(cfg) argument
2579 #define cfgdev_to_wlc_ndev(cfgdev, cfg) (cfgdev) argument
2580 #define bcmcfg_to_prmry_cfgdev(cfgdev, cfg) (cfgdev) argument
2584 #define cfgdev_to_wdev(cfgdev) (cfgdev) argument
2586 #define cfgdev_to_ndev(cfgdev) (cfgdev ? (cfgdev->netdev) : NULL) argument
2587 #define wdev_to_cfgdev(cfgdev) (cfgdev) argument
2588 #define discover_cfgdev(cfgdev, cfg) (cfgdev->iftype == NL80211_IFTYPE_P2P_DEVICE) argument
[all …]
Dwl_cfgp2p.c814 bcm_struct_cfgdev *cfgdev; in wl_cfgp2p_enable_discovery() local
1392 wl_cfgp2p_listen_complete(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev, in wl_cfgp2p_listen_complete()
1658 wl_cfgp2p_action_tx_complete(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev, in wl_cfgp2p_action_tx_complete()
Dwl_cfgvif.c1038 wl_cfg80211_del_virtual_iface(struct wiphy *wiphy, bcm_struct_cfgdev *cfgdev) in wl_cfg80211_del_virtual_iface()
4616 wl_tdls_event_handler(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev, in wl_tdls_event_handler()
4966 wl_cfg80211_set_mac_acl(struct wiphy *wiphy, struct net_device *cfgdev, in wl_cfg80211_set_mac_acl()
5185 wl_ap_start_ind(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev, in wl_ap_start_ind()
5215 wl_csa_complete_ind(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev, in wl_csa_complete_ind()
Dwl_cfgnan.c8236 bcm_struct_cfgdev *cfgdev, const wl_event_msg_t *event, void *event_data) in wl_cfgnan_notify_nan_status()
/device/board/hihope/rk3568/wifi/bcmdhd_wifi6/hdfadapt/
Dhdf_bdh_mac80211.c1635 bcm_struct_cfgdev *cfgdev = NULL; in WalRemainOnChannel() local
1671 bcm_struct_cfgdev *cfgdev = NULL; in WalCancelRemainOnChannel() local