/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/os_dep/linux/ |
D | wifi_regd.c | 21 struct wiphy *wiphy = dvobj_to_wiphy(rfctl_to_dvobj(rfctl)); in rtw_chset_hook_os_channels() local 37 ch = ieee80211_get_channel(wiphy, freq); in rtw_chset_hook_os_channels() 48 bool rtw_regd_is_wiphy_self_managed(struct wiphy *wiphy) in rtw_regd_is_wiphy_self_managed() argument 50 return rtw_rfctl_is_disable_sw_channel_plan(wiphy_to_dvobj(wiphy)) in rtw_regd_is_wiphy_self_managed() 51 || !REGSTY_REGD_SRC_FROM_OS(dvobj_to_regsty(wiphy_to_dvobj(wiphy))); in rtw_regd_is_wiphy_self_managed() 93 static int rtw_build_wiphy_regd(struct wiphy *wiphy, struct get_chplan_resp *chplan, struct ieee802… in rtw_build_wiphy_regd() argument 115 , FUNC_WIPHY_ARG(wiphy), band_str(chinfo->band), chinfo->ChannelNum); in rtw_build_wiphy_regd() 187 static void rtw_regd_disable_no_20mhz_chs(struct wiphy *wiphy) in rtw_regd_disable_no_20mhz_chs() argument 194 sband = wiphy->bands[i]; in rtw_regd_disable_no_20mhz_chs() 202 …RTW_INFO(FUNC_WIPHY_FMT" disable band:%d ch:%u w/o 20MHz\n", FUNC_WIPHY_ARG(wiphy), ch->band, ch->… in rtw_regd_disable_no_20mhz_chs() [all …]
|
D | ioctl_cfg80211.h | 24 int32_t WifiScanSetChannel(const struct wiphy *wiphy, const struct WlanScanRequest *params, \ 244 #define wdev_to_wiphy(w) ((w)->wiphy) 266 #define rtw_wiphy_priv(wiphy) ((struct rtw_wiphy_data *)wiphy_priv(wiphy)) argument 267 #define wiphy_to_dvobj(wiphy) (((struct rtw_wiphy_data *)wiphy_priv(wiphy))->dvobj) argument 269 #define wiphy_to_adapter(wiphy) (dvobj_get_primary_adapter(wiphy_to_dvobj(wiphy))) argument 271 #define wiphy_to_adapter(wiphy) (((struct rtw_wiphy_data *)wiphy_priv(wiphy))->adapter) argument 275 #define wiphy_to_pd_wdev(wiphy) (rtw_wiphy_priv(wiphy)->pd_wdev) argument 277 #define wiphy_to_pd_wdev(wiphy) NULL argument 281 #define WIPHY_ARG(wiphy) wiphy_name(wiphy) argument 283 #define FUNC_WIPHY_ARG(wiphy) __func__, WIPHY_ARG(wiphy) argument [all …]
|
D | rtw_cfgvendor.c | 46 struct sk_buff *dbg_rtw_cfg80211_vendor_event_alloc(struct wiphy *wiphy, struct wireless_dev *wdev,… in dbg_rtw_cfg80211_vendor_event_alloc() argument 53 skb = cfg80211_vendor_event_alloc(wiphy, len, event_id, gfp); in dbg_rtw_cfg80211_vendor_event_alloc() 55 skb = cfg80211_vendor_event_alloc(wiphy, wdev, len, event_id, gfp); in dbg_rtw_cfg80211_vendor_event_alloc() 90 struct sk_buff *dbg_rtw_cfg80211_vendor_cmd_alloc_reply_skb(struct wiphy *wiphy, int len in dbg_rtw_cfg80211_vendor_cmd_alloc_reply_skb() argument 96 skb = cfg80211_vendor_cmd_alloc_reply_skb(wiphy, len); in dbg_rtw_cfg80211_vendor_cmd_alloc_reply_skb() 133 #define rtw_cfg80211_vendor_event_alloc(wiphy, wdev, len, event_id, gfp) \ argument 134 …dbg_rtw_cfg80211_vendor_event_alloc(wiphy, wdev, len, event_id, gfp, MSTAT_FUNC_CFG_VENDOR | MSTAT… 139 #define rtw_cfg80211_vendor_cmd_alloc_reply_skb(wiphy, len) \ argument 140 …dbg_rtw_cfg80211_vendor_cmd_alloc_reply_skb(wiphy, len, MSTAT_FUNC_CFG_VENDOR | MSTAT_TYPE_SKB, __… 147 struct wiphy *wiphy, struct wireless_dev *wdev, int len, int event_id, gfp_t gfp) in rtw_cfg80211_vendor_event_alloc() argument [all …]
|
D | nlrtw.c | 165 struct wiphy *wiphy; in rtw_nlrtw_ch_util_rpt() local 169 wiphy = adapter_to_wiphy(adapter); in rtw_nlrtw_ch_util_rpt() 170 if (!wiphy) in rtw_nlrtw_ch_util_rpt() 189 ret = nla_put_string(skb, NLRTW_ATTR_WIPHY_NAME, wiphy_name(wiphy)); in rtw_nlrtw_ch_util_rpt() 240 struct wiphy *wiphy; in rtw_nlrtw_reg_change_event() local 244 wiphy = adapter_to_wiphy(adapter); in rtw_nlrtw_reg_change_event() 245 if (!wiphy) { in rtw_nlrtw_reg_change_event() 265 ret = nla_put_string(skb, NLRTW_ATTR_WIPHY_NAME, wiphy_name(wiphy)); in rtw_nlrtw_reg_change_event() 275 " Maybe no process waits for this msg\n", FUNC_WIPHY_ARG(wiphy)); in rtw_nlrtw_reg_change_event() 278 RTW_WARN(FUNC_WIPHY_FMT" return %d\n", FUNC_WIPHY_ARG(wiphy), ret); in rtw_nlrtw_reg_change_event() [all …]
|
D | wifi_regd.h | 20 void rtw_regd_change_complete_sync(struct wiphy *wiphy, struct get_chplan_resp *chplan, bool rtnl_l… 21 int rtw_regd_change_complete_async(struct wiphy *wiphy, struct get_chplan_resp *chplan); 27 int rtw_regd_init(struct wiphy *wiphy); 28 void rtw_regd_deinit(struct wiphy *wiphy);
|
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/ |
D | wl_cfgscan.h | 57 extern s32 wl_do_escan(struct bcm_cfg80211 *cfg, struct wiphy *wiphy, 60 extern s32 __wl_cfg80211_scan(struct wiphy *wiphy, struct net_device *ndev, 64 extern s32 wl_cfg80211_scan(struct wiphy *wiphy, 67 extern s32 wl_cfg80211_scan(struct wiphy *wiphy, struct net_device *ndev, 73 extern void wl_cfg80211_abort_scan(struct wiphy *wiphy, 77 void wl_cfg80211_abort_scan(struct wiphy *wiphy, struct wireless_dev *wdev); 101 wl_cfg80211_sched_scan_start(struct wiphy *wiphy, struct net_device *dev, 104 extern int wl_cfg80211_sched_scan_stop(struct wiphy *wiphy, 107 extern int wl_cfg80211_sched_scan_stop(struct wiphy *wiphy,
|
D | wl_cfgvendor.c | 111 struct wiphy *wiphy; in wl_cfgvendor_send_supp_eventstring() local 123 wiphy = cfg->wdev->wiphy; in wl_cfgvendor_send_supp_eventstring() 149 return wl_cfgvendor_send_async_event(wiphy, bcmcfg_to_prmry_ndev(cfg), in wl_cfgvendor_send_supp_eventstring() 158 struct wiphy *wiphy; in wl_cfgvendor_notify_supp_event_str() local 169 wiphy = cfg->wdev->wiphy; in wl_cfgvendor_notify_supp_event_str() 193 return wl_cfgvendor_send_async_event(wiphy, bcmcfg_to_prmry_ndev(cfg), in wl_cfgvendor_notify_supp_event_str() 204 int wl_cfgvendor_send_async_event(struct wiphy *wiphy, struct net_device *dev, in wl_cfgvendor_send_async_event() argument 216 skb = cfg80211_vendor_event_alloc(wiphy, ndev_to_wdev(dev), len, event_id, in wl_cfgvendor_send_async_event() 219 skb = cfg80211_vendor_event_alloc(wiphy, len, event_id, kflags); in wl_cfgvendor_send_async_event() 236 static int wl_cfgvendor_send_cmd_reply(struct wiphy *wiphy, const void *data, in wl_cfgvendor_send_cmd_reply() argument [all …]
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
D | wl_cfgscan.h | 57 extern s32 wl_do_escan(struct bcm_cfg80211 *cfg, struct wiphy *wiphy, 59 extern s32 __wl_cfg80211_scan(struct wiphy *wiphy, struct net_device *ndev, 62 extern s32 wl_cfg80211_scan(struct wiphy *wiphy, struct cfg80211_scan_request *request); 64 extern s32 wl_cfg80211_scan(struct wiphy *wiphy, struct net_device *ndev, 69 extern void wl_cfg80211_abort_scan(struct wiphy *wiphy, struct wireless_dev *wdev); 73 wl_cfg80211_abort_scan(struct wiphy *wiphy, struct wireless_dev *wdev); 92 extern int wl_cfg80211_sched_scan_start(struct wiphy *wiphy, struct net_device *dev, 95 extern int wl_cfg80211_sched_scan_stop(struct wiphy *wiphy, struct net_device *dev, u64 reqid); 97 extern int wl_cfg80211_sched_scan_stop(struct wiphy *wiphy, struct net_device *dev);
|
D | hdf_public_ap6275s.h | 54 int32_t wal_cfg80211_cancel_remain_on_channel(struct wiphy *wiphy, struct net_device *netDev); 55 int32_t wal_cfg80211_remain_on_channel(struct wiphy *wiphy, struct net_device *netDev, int32_t freq, 57 void wl_cfg80211_add_virtual_iface_wrap(struct wiphy *wiphy, char *name, enum nl80211_iftype type, 61 …gister_ndev(struct net_device *p2p_netdev, struct net_device *primary_netdev, struct wiphy *wiphy); 65 struct wiphy *get_linux_wiphy_hdfdev(NetDevice *netDev); 76 extern struct wiphy *get_linux_wiphy_ndev(struct net_device *ndev); 86 extern int32_t WifiScanSetChannel(const struct wiphy *wiphy, const struct WlanScanRequest *params, 116 extern struct ieee80211_channel *WalGetChannel(struct wiphy *wiphy, int32_t freq); 117 extern struct ieee80211_channel *GetChannelByFreq(const struct wiphy *wiphy, uint16_t center_freq);
|
D | wl_cfgvendor.c | 112 struct wiphy *wiphy; in wl_cfgvendor_send_supp_eventstring() local 124 wiphy = cfg->wdev->wiphy; in wl_cfgvendor_send_supp_eventstring() 149 return wl_cfgvendor_send_async_event(wiphy, in wl_cfgvendor_send_supp_eventstring() 158 struct wiphy *wiphy; in wl_cfgvendor_notify_supp_event_str() local 169 wiphy = cfg->wdev->wiphy; in wl_cfgvendor_notify_supp_event_str() 193 return wl_cfgvendor_send_async_event(wiphy, in wl_cfgvendor_notify_supp_event_str() 204 int wl_cfgvendor_send_async_event(struct wiphy *wiphy, in wl_cfgvendor_send_async_event() argument 215 skb = cfg80211_vendor_event_alloc(wiphy, ndev_to_wdev(dev), len, event_id, kflags); in wl_cfgvendor_send_async_event() 217 skb = cfg80211_vendor_event_alloc(wiphy, len, event_id, kflags); in wl_cfgvendor_send_async_event() 234 wl_cfgvendor_send_cmd_reply(struct wiphy *wiphy, in wl_cfgvendor_send_cmd_reply() argument [all …]
|
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/ |
D | wl_cfgvif.h | 152 extern s32 wl_cfg80211_tdls_mgmt(struct wiphy *wiphy, struct net_device *dev, 157 extern s32 wl_cfg80211_tdls_mgmt(struct wiphy *wiphy, struct net_device *dev, 161 extern s32 wl_cfg80211_tdls_mgmt(struct wiphy *wiphy, struct net_device *dev, 165 extern s32 wl_cfg80211_tdls_mgmt(struct wiphy *wiphy, struct net_device *dev, 170 extern s32 wl_cfg80211_tdls_oper(struct wiphy *wiphy, struct net_device *dev, 173 extern s32 wl_cfg80211_tdls_oper(struct wiphy *wiphy, struct net_device *dev, 180 extern s32 wl_cfg80211_change_virtual_iface(struct wiphy *wiphy, struct net_device *ndev, 190 wl_cfg80211_set_channel(struct wiphy *wiphy, struct net_device *dev, 196 extern s32 wl_cfg80211_start_ap(struct wiphy *wiphy, struct net_device *dev, 198 extern s32 wl_cfg80211_stop_ap(struct wiphy *wiphy, struct net_device *dev); [all …]
|
D | wl_cfgscan.h | 58 extern s32 wl_do_escan(struct bcm_cfg80211 *cfg, struct wiphy *wiphy, 60 extern s32 __wl_cfg80211_scan(struct wiphy *wiphy, struct net_device *ndev, 63 extern s32 wl_cfg80211_scan(struct wiphy *wiphy, struct cfg80211_scan_request *request); 65 extern s32 wl_cfg80211_scan(struct wiphy *wiphy, struct net_device *ndev, 76 extern void wl_cfg80211_abort_scan(struct wiphy *wiphy, struct wireless_dev *wdev); 117 extern int wl_cfg80211_sched_scan_start(struct wiphy *wiphy, struct net_device *dev, 120 extern int wl_cfg80211_sched_scan_stop(struct wiphy *wiphy, struct net_device *dev, u64 reqid); 122 extern int wl_cfg80211_sched_scan_stop(struct wiphy *wiphy, struct net_device *dev); 131 extern s32 wl_cfgscan_remain_on_channel(struct wiphy *wiphy, bcm_struct_cfgdev *cfgdev, 134 extern s32 wl_cfgscan_remain_on_channel(struct wiphy *wiphy, bcm_struct_cfgdev *cfgdev, [all …]
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/umac/ |
D | main.c | 41 struct wiphy *g_wiphy = NULL; 43 void hdf_wiphy_register(struct wiphy *wiphy) in hdf_wiphy_register() argument 45 g_wiphy = wiphy; in hdf_wiphy_register() 320 wiphy_info(hw->wiphy, in mac80211_restart_hw() 376 if (wdev->wiphy != local->hw.wiphy) in ieee80211_ifa_changed() 445 if (!wdev || wdev->wiphy != local->hw.wiphy) in ieee80211_ifa6_changed() 621 struct wiphy *wiphy; in mac80211_alloc_hw_nm() local 658 wiphy = wiphy_new_nm(&xrmac_config_ops, priv_size, requested_name); in mac80211_alloc_hw_nm() 660 wiphy = wiphy_new_nm(&mac80211_config_ops, priv_size, requested_name); in mac80211_alloc_hw_nm() 663 if (!wiphy) in mac80211_alloc_hw_nm() [all …]
|
D | cfg.c | 116 static struct wireless_dev *ieee80211_add_iface(struct wiphy *wiphy, in ieee80211_add_iface() argument 122 struct ieee80211_local *local = wiphy_priv(wiphy); in ieee80211_add_iface() 148 static int ieee80211_del_iface(struct wiphy *wiphy, struct wireless_dev *wdev) in ieee80211_del_iface() argument 159 static int ieee80211_change_iface(struct wiphy *wiphy, in ieee80211_change_iface() argument 192 static int ieee80211_start_p2p_device(struct wiphy *wiphy, in ieee80211_start_p2p_device() argument 210 static void ieee80211_stop_p2p_device(struct wiphy *wiphy, in ieee80211_stop_p2p_device() argument 220 static int ieee80211_start_nan(struct wiphy *wiphy, in ieee80211_start_nan() argument 251 static void ieee80211_stop_nan(struct wiphy *wiphy, in ieee80211_stop_nan() argument 264 static int ieee80211_nan_change_conf(struct wiphy *wiphy, in ieee80211_nan_change_conf() argument 298 static int ieee80211_add_nan_func(struct wiphy *wiphy, in ieee80211_add_nan_func() argument [all …]
|
/device/board/hihope/rk3568/wifi/bcmdhd_wifi6/hdfadapt/ |
D | hdf_bdh_mac80211.c | 45 int32_t wl_cfg80211_abort_scan(struct wiphy *wiphy, struct wireless_dev *wdev); 47 struct wiphy *get_linux_wiphy_ndev(struct net_device *ndev) in get_linux_wiphy_ndev() 53 return ndev->ieee80211_ptr->wiphy; in get_linux_wiphy_ndev() 56 struct wiphy *get_linux_wiphy_hdfdev(NetDevice *netDev) in get_linux_wiphy_hdfdev() 85 struct wiphy *wiphy = NULL; in BDH6WalSetMode() local 95 wiphy = get_linux_wiphy_ndev(netdev); in BDH6WalSetMode() 96 if (!wiphy) { in BDH6WalSetMode() 113 retVal = (int32_t)wl_cfg80211_ops.change_virtual_intf(wiphy, netdev, in BDH6WalSetMode() 129 struct wiphy *wiphy = NULL; in BDH6WalAddKey() local 142 wiphy = get_linux_wiphy_ndev(netdev); in BDH6WalAddKey() [all …]
|
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/hdf/ |
D | hdf_bdh_mac80211.c | 35 struct wiphy *get_linux_wiphy_ndev(struct net_device *ndev) in get_linux_wiphy_ndev() 41 return ndev->ieee80211_ptr->wiphy; in get_linux_wiphy_ndev() 44 struct wiphy *get_linux_wiphy_hdfdev(NetDevice *netDev) in get_linux_wiphy_hdfdev() 55 struct wiphy *wiphy = NULL; in BDH6WalSetMode() local 65 wiphy = get_linux_wiphy_ndev(netdev); in BDH6WalSetMode() 66 if (!wiphy) { in BDH6WalSetMode() 82 retVal = (int32_t)wl_cfg80211_ops.change_virtual_intf(wiphy, netdev, in BDH6WalSetMode() 97 struct wiphy *wiphy = NULL; in BDH6WalAddKey() local 110 wiphy = get_linux_wiphy_ndev(netdev); in BDH6WalAddKey() 111 if (!wiphy) { in BDH6WalAddKey() [all …]
|
D | hdf_mac80211_p2p.c | 69 extern struct wiphy *get_linux_wiphy_ndev(struct net_device *ndev); 70 extern struct wiphy *get_linux_wiphy_hdfdev(NetDevice *netDev); 91 struct wiphy *wiphy = NULL; in WalRemainOnChannel() local 105 wiphy = get_linux_wiphy_ndev(netdev); in WalRemainOnChannel() 106 if (!wiphy) { in WalRemainOnChannel() 118 ret = wl_cfg80211_ops.remain_on_channel(wiphy, cfgdev, channel, duration, in WalRemainOnChannel() 128 struct wiphy *wiphy = NULL; in WalCancelRemainOnChannel() local 133 wiphy = get_linux_wiphy_ndev(netdev); in WalCancelRemainOnChannel() 134 if (!wiphy) { in WalCancelRemainOnChannel() 147 return wl_cfg80211_ops.cancel_remain_on_channel(wiphy, cfgdev, p2p_cookie); in WalCancelRemainOnChannel() [all …]
|
D | hdf_mac80211_sta.c | 42 struct ieee80211_channel *GetChannelByFreq(const struct wiphy *wiphy, uint16_t center_freq) in GetChannelByFreq() argument 48 currentBand = wiphy->bands[band]; in GetChannelByFreq() 110 request->wiphy = GET_NET_DEV_CFG80211_WIRELESS(netdev)->wiphy; in WifiScanSetRequest() 113 if (WifiScanSetChannel(GET_NET_DEV_CFG80211_WIRELESS(netdev)->wiphy, params, request)) { in WifiScanSetRequest() 169 struct wiphy *wiphy = NULL; in HdfAbortScan() local 180 wiphy = get_linux_wiphy_ndev(ndev); in HdfAbortScan() 186 if (!wdev || !wdev->wiphy) { in HdfAbortScan() 189 wl_cfg80211_abort_scan(wiphy, wdev); in HdfAbortScan() 193 struct ieee80211_channel *WalGetChannel(struct wiphy *wiphy, int32_t freq) in WalGetChannel() argument 200 if (wiphy == NULL) { in WalGetChannel() [all …]
|
D | hdf_public_ap6256.h | 61 int32_t wal_cfg80211_cancel_remain_on_channel(struct wiphy *wiphy, struct net_device *netDev); 62 int32_t wal_cfg80211_remain_on_channel(struct wiphy *wiphy, struct net_device *netDev, int32_t freq, 64 void wl_cfg80211_add_virtual_iface_wrap(struct wiphy *wiphy, char *name, enum nl80211_iftype type, 68 …gister_ndev(struct net_device *p2p_netdev, struct net_device *primary_netdev, struct wiphy *wiphy); 72 struct wiphy *get_linux_wiphy_hdfdev(NetDevice *netDev); 83 extern struct wiphy *get_linux_wiphy_ndev(struct net_device *ndev); 93 extern int32_t WifiScanSetChannel(const struct wiphy *wiphy, const struct WlanScanRequest *params, 123 extern struct ieee80211_channel *WalGetChannel(struct wiphy *wiphy, int32_t freq); 124 extern struct ieee80211_channel *GetChannelByFreq(const struct wiphy *wiphy, uint16_t center_freq);
|
/device/board/unionman/unionpi_tiger/kernel/hdf/wifi/rtl8822cs/hdf/ |
D | wal_mac80211.c | 75 struct wiphy* get_linux_wiphy_ndev(struct net_device *ndev) in get_linux_wiphy_ndev() 81 return ndev->ieee80211_ptr->wiphy; in get_linux_wiphy_ndev() 84 struct wiphy* get_linux_wiphy_hdfdev(NetDevice *netDev) in get_linux_wiphy_hdfdev() 93 struct wiphy *wiphy = NULL; in WalDisconnect() local 104 wiphy = oal_wiphy_get(); in WalDisconnect() 105 if (!wiphy) { in WalDisconnect() 110 return cfg80211_rtw_disconnect(wiphy, ndev, reasonCode); in WalDisconnect() 180 struct ieee80211_channel *GetChannelByFreq(const struct wiphy *wiphy, uint16_t center_freq) in GetChannelByFreq() argument 186 currentBand = wiphy->bands[band]; in GetChannelByFreq() 205 request->wiphy = GET_NET_DEV_CFG80211_WIRELESS(netdev)->wiphy; in WifiScanSetRequest() [all …]
|
/device/board/osware/imx8mm/drivers/wifi/ap6212/hdfadapter/ |
D | hdf_mac80211.c | 38 extern struct wiphy* wrap_get_wiphy(void); 44 extern int32_t wal_cfg80211_cancel_remain_on_channel(struct wiphy *wiphy, struct net_device *netDev… 46 extern int32_t wal_cfg80211_remain_on_channel(struct wiphy *wiphy, struct net_device *netDev, int32… 48 extern void wl_cfg80211_add_virtual_iface_wrap(struct wiphy *wiphy, char *name, 55 extern int32_t wl_cfg80211_change_beacon_wrap(struct wiphy *wiphy, struct net_device *dev, 134 static struct ieee80211_channel *GetChannelByFreq(struct wiphy* wiphy, uint16_t center_freq) in GetChannelByFreq() argument 140 currentBand = wiphy->bands[band]; in GetChannelByFreq() 153 static struct ieee80211_channel *WalGetChannel(struct wiphy *wiphy, int32_t freq) in WalGetChannel() argument 159 if (wiphy == NULL) { in WalGetChannel() 165 currentBand = wiphy->bands[band]; in WalGetChannel() [all …]
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/ |
D | wl_cfgvendor.c | 98 int wl_cfgvendor_send_async_event(struct wiphy *wiphy, in wl_cfgvendor_send_async_event() argument 109 skb = cfg80211_vendor_event_alloc(wiphy, NULL, len, event_id, kflags); in wl_cfgvendor_send_async_event() 111 skb = cfg80211_vendor_event_alloc(wiphy, len, event_id, kflags); in wl_cfgvendor_send_async_event() 128 wl_cfgvendor_send_cmd_reply(struct wiphy *wiphy, in wl_cfgvendor_send_cmd_reply() argument 134 skb = cfg80211_vendor_cmd_alloc_reply_skb(wiphy, len); in wl_cfgvendor_send_cmd_reply() 147 wl_cfgvendor_get_feature_set(struct wiphy *wiphy, in wl_cfgvendor_get_feature_set() argument 151 struct bcm_cfg80211 *cfg = wiphy_priv(wiphy); in wl_cfgvendor_get_feature_set() 156 err = wl_cfgvendor_send_cmd_reply(wiphy, bcmcfg_to_prmry_ndev(cfg), in wl_cfgvendor_get_feature_set() 165 wl_cfgvendor_get_feature_set_matrix(struct wiphy *wiphy, in wl_cfgvendor_get_feature_set_matrix() argument 169 struct bcm_cfg80211 *cfg = wiphy_priv(wiphy); in wl_cfgvendor_get_feature_set_matrix() [all …]
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/wlan/ |
D | vendor.c | 24 static int xradio_vendor_do_acs(struct wiphy *wiphy, 28 static int xradio_vendor_get_features(struct wiphy *wiphy, 32 static int xradio_vendor_start_mkeep_alive(struct wiphy *wiphy, 36 static int xradio_vendor_stop_mkeep_alive(struct wiphy *wiphy, 40 static int xradio_dump_interface(struct wiphy *wiphy, 75 static int xradio_vendor_subcmd_set_mac(struct wiphy *wiphy, in xradio_vendor_subcmd_set_mac() argument 170 static unsigned int xradio_acs_calc_channel(struct wiphy *wiphy) in xradio_acs_calc_channel() argument 177 static void xradio_acs_report_channel(struct wiphy *wiphy, struct wireless_dev *wdev) in xradio_acs_report_channel() argument 183 u8 channel = xradio_acs_calc_channel(wiphy); in xradio_acs_report_channel() 185 vendor_event = cfg80211_vendor_event_alloc(wiphy, NULL, in xradio_acs_report_channel() [all …]
|
/device/board/isoftstone/zhiyuan/kernel/hdf/driver/wifi/xr829_hdfadapter/ |
D | hdf_mac80211.c | 29 extern struct wiphy* wrap_get_wiphy(void); 35 extern int ieee80211_cancel_scan(struct wiphy *wiphy, struct wireless_dev *wdev); 133 static struct ieee80211_channel *GetChannelByFreq(struct wiphy* wiphy, uint16_t center_freq) in GetChannelByFreq() argument 139 currentBand = wiphy->bands[band]; in GetChannelByFreq() 152 static struct ieee80211_channel *WalGetChannel(struct wiphy *wiphy, int32_t freq) in WalGetChannel() argument 158 if (wiphy == NULL) { in WalGetChannel() 164 currentBand = wiphy->bands[band]; in WalGetChannel() 186 struct wiphy* wiphy = wrap_get_wiphy(); in WalAssociate() local 202 channel = WalGetChannel(wiphy, global_param->centerFreq); in WalAssociate() 210 …assoc_params.bss = cfg80211_get_bss(wiphy, channel, global_param->bssid, global_param->ssid, globa… in WalAssociate() [all …]
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/ |
D | wal_cfg80211.h | 236 hi_u32 wal_cfg80211_set_default_key(oal_wiphy_stru *wiphy, oal_net_device_stru *netdev, hi_u8 key_i… 239 hi_u32 wal_cfg80211_mgmt_tx(oal_wiphy_stru *wiphy, oal_wireless_dev *wdev, struct cfg80211_mgmt_tx_… 242 hi_u32 wal_cfg80211_mgmt_tx(oal_wiphy_stru *wiphy, oal_wireless_dev *wdev, oal_ieee80211_channel *p… 248 hi_u32 wal_cfg80211_add_key(oal_wiphy_stru *wiphy, oal_net_device_stru *netdev, hi_u8 key_index, bo… 250 hi_u32 wal_cfg80211_remove_key(oal_wiphy_stru *wiphy, oal_net_device_stru *netdev, hi_u8 key_index,… 252 hi_u32 wal_cfg80211_change_virtual_intf(oal_wiphy_stru *wiphy, oal_net_device_stru *netdev, nl80211… 254 hi_u32 wal_cfg80211_scan(oal_wiphy_stru *wiphy, oal_cfg80211_scan_request_stru *request); 255 hi_u32 wal_cfg80211_del_station(oal_wiphy_stru *wiphy, oal_net_device_stru *netdev, 260 hi_s32 wal_cfg80211_stop_ap(oal_wiphy_stru *wiphy, oal_net_device_stru *netdev); 261 hi_s32 wal_cfg80211_del_virtual_intf(oal_wiphy_stru *wiphy, oal_wireless_dev *wdev); [all …]
|