/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
D | wl_linux_mon.c | 57 int dhd_del_monitor(struct net_device *ndev); 86 static monitor_interface* ndev_to_monif(struct net_device *ndev); 87 static int dhd_mon_if_open(struct net_device *ndev); 88 static int dhd_mon_if_stop(struct net_device *ndev); 89 static netdev_tx_t dhd_mon_if_subif_start_xmit(struct sk_buff *skb, struct net_device *ndev); 90 static void dhd_mon_if_set_multicast_list(struct net_device *ndev); 91 static int dhd_mon_if_change_mac(struct net_device *ndev, void *addr); 119 struct net_device *ndev; in lookup_real_netdev() local 126 ndev = dhd_idx2net(g_monitor.dhd_pub, i); in lookup_real_netdev() 131 if (ndev && strstr(ndev->name, "p2p-p2p0")) { in lookup_real_netdev() [all …]
|
D | dhd_cfg80211.c | 65 static s32 wl_dongle_up(struct net_device *ndev); 66 static s32 wl_dongle_down(struct net_device *ndev); 86 struct net_device *ndev; in dhd_cfg80211_down() local 96 ndev = bcmcfg_to_prmry_ndev(cfg); in dhd_cfg80211_down() 97 wl_dongle_down(ndev); in dhd_cfg80211_down() 138 wl_cfg80211_update_iflist_info(struct bcm_cfg80211 *cfg, struct net_device *ndev, in wl_cfg80211_update_iflist_info() argument 141 return dhd_update_iflist_info(cfg->pub, ndev, ifidx, addr, bssidx, name, if_state); in wl_cfg80211_update_iflist_info() 152 int ifidx, struct net_device* ndev, bool rtnl_lock_reqd) in wl_cfg80211_register_if() argument 158 int ifidx, struct net_device* ndev, bool rtnl_lock_reqd) in wl_cfg80211_remove_if() argument 170 struct net_device * dhd_cfg80211_netdev_free(struct net_device *ndev) in dhd_cfg80211_netdev_free() argument [all …]
|
D | wl_cfgscan.c | 129 wl_cfg80211_clear_iw_ie(struct bcm_cfg80211 *cfg, struct net_device *ndev, s32 bssidx) in wl_cfg80211_clear_iw_ie() argument 141 return wldev_iovar_setbuf_bsscfg(ndev, "ie", &ie_setbuf, sizeof(ie_setbuf), in wl_cfg80211_clear_iw_ie() 146 wl_cfg80211_add_iw_ie(struct bcm_cfg80211 *cfg, struct net_device *ndev, s32 bssidx, s32 pktflag, in wl_cfg80211_add_iw_ie() argument 178 if (wldev_iovar_getbuf_bsscfg(ndev, "ie", (void *)&ie_getbufp, in wl_cfg80211_add_iw_ie() 189 if ((err = wl_cfg80211_clear_iw_ie(cfg, ndev, bssidx)) != BCME_OK) { in wl_cfg80211_add_iw_ie() 213 if ((err = wldev_iovar_setbuf_bsscfg(ndev, "ie", ie_setbuf, buf_len, in wl_cfg80211_add_iw_ie() 218 err = wldev_iovar_setint_bsscfg(ndev, "grat_arp", 1, bssidx); in wl_cfg80211_add_iw_ie() 363 struct net_device *ndev = NULL; in wl_escan_handler() local 379 ndev = cfgdev_to_wlc_ndev(cfgdev, cfg); in wl_escan_handler() 385 ndev = cfg->afx_hdl->dev; in wl_escan_handler() [all …]
|
D | wl_cfg80211.c | 216 extern void HdfInformBssFrameEventCallback(struct net_device *ndev, const struct InnerBssInfo *inne… 217 extern int32_t HdfConnectResultEventCallback(struct net_device *ndev, const struct InnerConnetResul… 413 static s32 wl_cfg80211_start_bssload_report(struct net_device *ndev); 463 struct net_device *ndev, char *vndr_oui, u32 vndr_oui_len); 570 struct wiphy *wiphy, struct net_device *ndev, 574 struct net_device *ndev, const u8* mac_addr); 577 struct net_device *ndev, u8* mac_addr); 638 struct net_device *ndev, s32 bsscfg_idx, 641 struct net_device *ndev, s32 bsscfg_idx, 680 static s32 wl_enq_event(struct bcm_cfg80211 *cfg, struct net_device *ndev, u32 type, [all …]
|
D | wl_cfg80211.h | 750 struct net_device *ndev; member 902 struct net_device *ndev; member 1137 struct net_device *ndev; member 1399 #define IS_CFG80211_STATIC_IF(cfg, ndev) \ argument 1400 ((cfg && (cfg->static_ndev == ndev)) ? true : false) 1527 wl_alloc_netinfo(struct bcm_cfg80211 *cfg, struct net_device *ndev, in wl_alloc_netinfo() argument 1560 _net_info->ndev = ndev; in wl_alloc_netinfo() 1634 if (_net_info->ndev && in wl_get_status_all() 1675 struct net_device *ndev, u32 op) in wl_set_status_by_netdev() argument 1694 if (ndev && (_net_info->ndev == ndev)) { in wl_set_status_by_netdev() [all …]
|
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/ |
D | wl_linux_mon.c | 56 int dhd_del_monitor(struct net_device *ndev); 87 static monitor_interface *ndev_to_monif(struct net_device *ndev); 88 static int dhd_mon_if_open(struct net_device *ndev); 89 static int dhd_mon_if_stop(struct net_device *ndev); 91 struct net_device *ndev); 92 static void dhd_mon_if_set_multicast_list(struct net_device *ndev); 93 static int dhd_mon_if_change_mac(struct net_device *ndev, void *addr); 121 struct net_device *ndev; in lookup_real_netdev() local 128 ndev = dhd_idx2net(g_monitor.dhd_pub, i); in lookup_real_netdev() 132 if (ndev && strstr(ndev->name, "p2p-p2p0")) { in lookup_real_netdev() [all …]
|
D | dhd_cfg80211.c | 65 static s32 wl_dongle_up(struct net_device *ndev); 66 static s32 wl_dongle_down(struct net_device *ndev); 86 struct net_device *ndev; in dhd_cfg80211_down() local 96 ndev = bcmcfg_to_prmry_ndev(cfg); in dhd_cfg80211_down() 97 wl_dongle_down(ndev); in dhd_cfg80211_down() 138 struct net_device *ndev, int ifidx, in wl_cfg80211_update_iflist_info() argument 142 return dhd_update_iflist_info(cfg->pub, ndev, ifidx, addr, bssidx, name, in wl_cfg80211_update_iflist_info() 156 struct net_device *ndev, bool rtnl_lock_reqd) in wl_cfg80211_register_if() argument 162 struct net_device *ndev, bool rtnl_lock_reqd) in wl_cfg80211_remove_if() argument 176 struct net_device *dhd_cfg80211_netdev_free(struct net_device *ndev) in dhd_cfg80211_netdev_free() argument [all …]
|
D | wl_cfgscan.c | 128 struct net_device *ndev, s32 bssidx) in wl_cfg80211_clear_iw_ie() argument 140 return wldev_iovar_setbuf_bsscfg(ndev, "ie", &ie_setbuf, sizeof(ie_setbuf), in wl_cfg80211_clear_iw_ie() 146 struct net_device *ndev, s32 bssidx, in wl_cfg80211_add_iw_ie() argument 179 if (wldev_iovar_getbuf_bsscfg(ndev, "ie", (void *)&ie_getbufp, in wl_cfg80211_add_iw_ie() 190 if ((err = wl_cfg80211_clear_iw_ie(cfg, ndev, bssidx)) != BCME_OK) { in wl_cfg80211_add_iw_ie() 216 ndev, "ie", ie_setbuf, buf_len, cfg->ioctl_buf, WLC_IOCTL_MAXLEN, in wl_cfg80211_add_iw_ie() 220 err = wldev_iovar_setint_bsscfg(ndev, "grat_arp", 1, bssidx); in wl_cfg80211_add_iw_ie() 366 struct net_device *ndev = NULL; in wl_escan_handler() local 382 ndev = cfgdev_to_wlc_ndev(cfgdev, cfg); in wl_escan_handler() 388 ndev = cfg->afx_hdl->dev; in wl_escan_handler() [all …]
|
D | wl_cfg80211.c | 224 extern void HdfInformBssFrameEventCallback(struct net_device *ndev, 229 extern int32_t HdfConnectResultEventCallback(struct net_device *ndev, 432 static s32 wl_cfg80211_start_bssload_report(struct net_device *ndev); 482 struct net_device *ndev, char *vndr_oui, 598 static s32 wl_cfg80211_del_station(struct wiphy *wiphy, struct net_device *ndev, 601 static s32 wl_cfg80211_del_station(struct wiphy *wiphy, struct net_device *ndev, 604 static s32 wl_cfg80211_del_station(struct wiphy *wiphy, struct net_device *ndev, 674 s32 wl_cfg80211_interface_ops(struct bcm_cfg80211 *cfg, struct net_device *ndev, 677 s32 wl_cfg80211_add_del_bss(struct bcm_cfg80211 *cfg, struct net_device *ndev, 720 static s32 wl_enq_event(struct bcm_cfg80211 *cfg, struct net_device *ndev, [all …]
|
D | wl_cfg80211.h | 762 struct net_device *ndev; member 914 struct net_device *ndev; member 1147 struct net_device *ndev; member 1412 bool wl_cfg80211_static_if(struct bcm_cfg80211 *cfg, struct net_device *ndev); 1413 int wl_cfg80211_static_ifidx(struct bcm_cfg80211 *cfg, struct net_device *ndev); 1541 struct net_device *ndev, in wl_alloc_netinfo() argument 1578 _net_info->ndev = ndev; in wl_alloc_netinfo() 1652 if (_net_info->ndev && test_bit(status, &_net_info->sme_state)) { in wl_get_status_all() 1694 struct net_device *ndev, u32 op) in wl_set_status_by_netdev() argument 1713 if (ndev && (_net_info->ndev == ndev)) { in wl_set_status_by_netdev() [all …]
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/ |
D | wl_linux_mon.c | 56 int dhd_del_monitor(struct net_device *ndev); 85 static monitor_interface* ndev_to_monif(struct net_device *ndev); 86 static int dhd_mon_if_open(struct net_device *ndev); 87 static int dhd_mon_if_stop(struct net_device *ndev); 88 static int dhd_mon_if_subif_start_xmit(struct sk_buff *skb, struct net_device *ndev); 89 static void dhd_mon_if_set_multicast_list(struct net_device *ndev); 90 static int dhd_mon_if_change_mac(struct net_device *ndev, void *addr); 118 struct net_device *ndev; in lookup_real_netdev() local 125 ndev = dhd_idx2net(g_monitor.dhd_pub, i); in lookup_real_netdev() 130 if (ndev && strstr(ndev->name, "p2p-p2p0")) { in lookup_real_netdev() [all …]
|
D | dhd_cfg80211.c | 58 static s32 wl_dongle_up(struct net_device *ndev); 59 static s32 wl_dongle_down(struct net_device *ndev); 79 struct net_device *ndev; in dhd_cfg80211_down() local 88 ndev = bcmcfg_to_prmry_ndev(cfg); in dhd_cfg80211_down() 89 wl_dongle_down(ndev); in dhd_cfg80211_down() 134 int ifidx, struct net_device* ndev, bool rtnl_lock_reqd) in wl_cfg80211_register_if() argument 140 int ifidx, struct net_device* ndev, bool rtnl_lock_reqd) in wl_cfg80211_remove_if() argument 145 struct net_device *dhd_cfg80211_netdev_free(struct net_device *ndev) in dhd_cfg80211_netdev_free() argument 147 if (ndev) { in dhd_cfg80211_netdev_free() 148 if (ndev->ieee80211_ptr) { in dhd_cfg80211_netdev_free() [all …]
|
D | wl_cfgnan.h | 187 typedef int (nan_func_t)(struct net_device *ndev, struct bcm_cfg80211 *cfg, 245 extern int wl_cfgnan_enable_events(struct net_device *ndev, 247 extern int wl_cfgnan_start_handler(struct net_device *ndev, 249 extern int wl_cfgnan_stop_handler(struct net_device *ndev, 251 extern int wl_cfgnan_support_handler(struct net_device *ndev, 253 extern int wl_cfgnan_status_handler(struct net_device *ndev, 255 extern int wl_cfgnan_pub_handler(struct net_device *ndev, 257 extern int wl_cfgnan_p2p_ie_add_handler(struct net_device *ndev, 259 extern int wl_cfgnan_p2p_ie_enable_handler(struct net_device *ndev, 261 extern int wl_cfgnan_p2p_ie_del_handler(struct net_device *ndev, [all …]
|
D | wl_cfg80211.h | 506 struct net_device *ndev; member 570 struct net_device *ndev; member 916 _net_info->ndev, _net_info->wdev)); in wl_probe_wdev_all() 976 wl_alloc_netinfo(struct bcm_cfg80211 *cfg, struct net_device *ndev, in wl_alloc_netinfo() argument 983 WL_ERR(("alloc_netinfo enter bssidx=%d wdev=%p ndev=%p\n", bssidx, wdev, ndev)); in wl_alloc_netinfo() 1008 _net_info->ndev = ndev; in wl_alloc_netinfo() 1063 if (_net_info->ndev && in wl_get_status_all() 1105 struct net_device *ndev, u32 op) in wl_set_status_by_netdev() argument 1113 if (ndev && (_net_info->ndev == ndev)) { in wl_set_status_by_netdev() 1171 struct net_device *ndev) in wl_get_status_by_netdev() argument [all …]
|
D | wl_cfg80211.c | 437 struct net_device *ndev, const u8 *vndr_oui); 438 static s32 wl_set_adps_mode(struct bcm_cfg80211 *cfg, struct net_device *ndev, uint8 enable_mode); 456 struct net_device *ndev, char *vndr_oui, u32 vndr_oui_len); 465 static s32 __wl_cfg80211_scan(struct wiphy *wiphy, struct net_device *ndev, 473 wl_cfg80211_scan(struct wiphy *wiphy, struct net_device *ndev, 537 struct wiphy *wiphy, struct net_device *ndev, 541 struct net_device *ndev, const u8* mac_addr); 544 struct net_device *ndev, u8* mac_addr); 576 struct net_device *ndev, bool aborted, bool fw_abort); 622 struct net_device *ndev, s32 bsscfg_idx, [all …]
|
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/ |
D | wl_linux_mon.c | 57 int dhd_del_monitor(struct net_device *ndev); 86 static monitor_interface* ndev_to_monif(struct net_device *ndev); 87 static int dhd_mon_if_open(struct net_device *ndev); 88 static int dhd_mon_if_stop(struct net_device *ndev); 89 static netdev_tx_t dhd_mon_if_subif_start_xmit(struct sk_buff *skb, struct net_device *ndev); 90 static void dhd_mon_if_set_multicast_list(struct net_device *ndev); 91 static int dhd_mon_if_change_mac(struct net_device *ndev, void *addr); 120 struct net_device *ndev; in lookup_real_netdev() local 127 ndev = dhd_idx2net(g_monitor.dhd_pub, i); in lookup_real_netdev() 132 if (ndev && strstr(ndev->name, "p2p-p2p0")) { in lookup_real_netdev() [all …]
|
D | dhd_cfg80211.c | 57 static s32 wl_dongle_up(struct net_device *ndev); 58 static s32 wl_dongle_down(struct net_device *ndev); 61 static s32 wl_dongle_power(struct net_device *ndev, u32 power_mode); 63 static s32 wl_dongle_glom(struct net_device *ndev, s32 glom, u32 dongle_align); 65 static s32 wl_dongle_scantime(struct net_device *ndev, s32 scan_assoc_time, s32 scan_unassoc_time); 66 static s32 wl_dongle_offload(struct net_device *ndev, s32 arpoe, s32 arp_ol); 68 static s32 wl_dongle_filter(struct net_device *ndev, u32 filter_mode); 90 struct net_device *ndev; in dhd_cfg80211_down() local 99 ndev = bcmcfg_to_prmry_ndev(cfg); in dhd_cfg80211_down() 100 wl_dongle_down(ndev); in dhd_cfg80211_down() [all …]
|
D | wl_cfg80211.c | 337 static void wl_cfg80211_wbtext_reset_conf(struct bcm_cfg80211 *cfg, struct net_device *ndev); 357 static s32 wl_cfg80211_start_bssload_report(struct net_device *ndev); 395 struct net_device *ndev, char *vndr_oui, u32 vndr_oui_len); 399 struct net_device *ndev, const char *vndr_oui); 495 struct wiphy *wiphy, struct net_device *ndev, 499 struct net_device *ndev, const u8* mac_addr); 502 struct net_device *ndev, u8* mac_addr); 532 struct net_device *ndev, s32 bsscfg_idx, 535 struct net_device *ndev, s32 bsscfg_idx, 573 static s32 wl_enq_event(struct bcm_cfg80211 *cfg, struct net_device *ndev, u32 type, [all …]
|
D | wl_cfgvif.c | 185 wl_update_apchan_bwcap(struct bcm_cfg80211 *cfg, struct net_device *ndev, chanspec_t chanspec); 329 wl_cfg80211_check_vif_in_use(struct net_device *ndev) in wl_cfg80211_check_vif_in_use() argument 331 struct bcm_cfg80211 *cfg = wl_get_cfg(ndev); in wl_cfg80211_check_vif_in_use() 389 wl_cfg80211_set_iface_conc_disc(struct net_device *ndev, in wl_cfg80211_set_iface_conc_disc() argument 392 struct bcm_cfg80211 *cfg = wl_get_cfg(ndev); in wl_cfg80211_set_iface_conc_disc() 412 wl_cfg80211_get_iface_conc_disc(struct net_device *ndev) in wl_cfg80211_get_iface_conc_disc() argument 414 struct bcm_cfg80211 *cfg = wl_get_cfg(ndev); in wl_cfg80211_get_iface_conc_disc() 424 wl_cfg80211_set_iface_policy(struct net_device *ndev, in wl_cfg80211_set_iface_policy() argument 431 struct bcm_cfg80211 *cfg = wl_get_cfg(ndev); in wl_cfg80211_set_iface_policy() 471 wl_cfg80211_get_iface_policy(struct net_device *ndev) in wl_cfg80211_get_iface_policy() argument [all …]
|
D | wl_cfgscan.c | 134 struct net_device *ndev, bool aborted); 517 wl_update_connected_rssi_cache(ndev, &cfg->g_rssi_cache_ctrl, &rssi); in wl_cfg80211_update_bss_cache() 547 struct net_device *ndev = bcmcfg_to_prmry_ndev(cfg); in wl_inform_bss_cache() local 560 wl_ext_get_best_channel(ndev, &cfg->g_bss_cache_ctrl, ioctl_version, in wl_inform_bss_cache() 574 struct net_device *ndev = bcmcfg_to_prmry_ndev(cfg); in wl_inform_bss() local 603 wl_ext_get_best_channel(ndev, bss_list, ioctl_version, in wl_inform_bss() 633 wl_cfg80211_clear_iw_ie(struct bcm_cfg80211 *cfg, struct net_device *ndev, s32 bssidx) in wl_cfg80211_clear_iw_ie() argument 645 return wldev_iovar_setbuf_bsscfg(ndev, "ie", &ie_setbuf, sizeof(ie_setbuf), in wl_cfg80211_clear_iw_ie() 650 wl_cfg80211_add_iw_ie(struct bcm_cfg80211 *cfg, struct net_device *ndev, s32 bssidx, s32 pktflag, in wl_cfg80211_add_iw_ie() argument 682 if (wldev_iovar_getbuf_bsscfg(ndev, "ie", (void *)&ie_getbufp, in wl_cfg80211_add_iw_ie() [all …]
|
D | wl_cfg80211.h | 1041 struct net_device *ndev; member 1184 struct net_device *ndev; member 1346 struct net_device *ndev; member 1608 struct net_device *ndev; member 2003 #define IS_CFG80211_STATIC_IF(cfg, ndev) \ argument 2004 ((cfg && (cfg->static_ndev == ndev)) ? true : false) 2132 wl_alloc_netinfo(struct bcm_cfg80211 *cfg, struct net_device *ndev, in wl_alloc_netinfo() argument 2165 _net_info->ndev = ndev; in wl_alloc_netinfo() 2239 if (_net_info->ndev && in wl_get_status_all() 2280 struct net_device *ndev, u32 op) in wl_set_status_by_netdev() argument [all …]
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/gmac/ |
D | sunxi-gmac.c | 431 struct net_device *ndev; member 1113 static int sunxi_gmac_stop(struct net_device *ndev); 1134 struct net_device *ndev = dev_get_drvdata(dev); in sunxi_gmac_extra_tx_stats_show() local 1135 struct sunxi_gmac *chip = netdev_priv(ndev); in sunxi_gmac_extra_tx_stats_show() 1154 struct net_device *ndev = dev_get_drvdata(dev); in sunxi_gmac_extra_rx_stats_show() local 1155 struct sunxi_gmac *chip = netdev_priv(ndev); in sunxi_gmac_extra_rx_stats_show() 1193 struct net_device *ndev = dev_get_drvdata(dev); in sunxi_gmac_gphy_test_store() local 1197 phyreg_val = phy_read(ndev->phydev, MII_CTRL1000); in sunxi_gmac_gphy_test_store() 1207 phy_write(ndev->phydev, MII_CTRL1000, phyreg_val); in sunxi_gmac_gphy_test_store() 1208 netdev_info(ndev, "Set MII_CTRL1000(0x09) Reg: 0x%x\n", phyreg_val); in sunxi_gmac_gphy_test_store() [all …]
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/emac/ |
D | sun4i-emac.c | 187 struct net_device *ndev; member 333 db->phy_dev = of_phy_connect(db->ndev, db->phy_node, in emac_mdio_probe() 337 netdev_err(db->ndev, "could not find the PHY\n"); in emac_mdio_probe() 411 static unsigned int emac_setup(struct net_device *ndev) in emac_setup() argument 413 struct emac_board_info *db = netdev_priv(ndev); in emac_setup() 454 static void emac_set_rx_mode(struct net_device *ndev) in emac_set_rx_mode() argument 456 struct emac_board_info *db = netdev_priv(ndev); in emac_set_rx_mode() 462 if (ndev->flags & IFF_PROMISC) in emac_set_rx_mode() 474 static unsigned int emac_powerup(struct net_device *ndev) in emac_powerup() argument 476 struct emac_board_info *db = netdev_priv(ndev); in emac_powerup() [all …]
|
/device/board/hihope/rk3568/wifi/bcmdhd_wifi6/hdfadapt/ |
D | hdf_bdh_event.c | 46 void HdfInformBssFrameEventCallback(struct net_device *ndev, const struct InnerBssInfo *innerBssInf… in HdfInformBssFrameEventCallback() argument 49 NetDevice *netDev = GetHdfNetDeviceByLinuxInf(ndev); in HdfInformBssFrameEventCallback() 72 int32_t HdfScanEventCallback(struct net_device *ndev, HdfWifiScanStatus _status) in HdfScanEventCallback() argument 76 NetDevice *netDev = GetHdfNetDeviceByLinuxInf(ndev); in HdfScanEventCallback() 85 int32_t HdfConnectResultEventCallback(struct net_device *ndev, const struct InnerConnetResult *inne… in HdfConnectResultEventCallback() argument 88 NetDevice *netDev = GetHdfNetDeviceByLinuxInf(ndev); in HdfConnectResultEventCallback() 118 int32_t HdfDisconnectedEventCallback(struct net_device *ndev, uint16_t reason, uint8_t *ie, uint32_… in HdfDisconnectedEventCallback() argument 122 NetDevice *netDev = GetHdfNetDeviceByLinuxInf(ndev); in HdfDisconnectedEventCallback()
|
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/hdf/ |
D | hdf_mac80211_sta.c | 167 struct net_device *ndev = NULL; in HdfAbortScan() local 179 ndev = GetLinuxInfByNetDevice(netDev); in HdfAbortScan() 180 wiphy = get_linux_wiphy_ndev(ndev); in HdfAbortScan() 181 if (ndev == NULL) { in HdfAbortScan() 185 wdev = ndev->ieee80211_ptr; in HdfAbortScan() 224 struct net_device *ndev = NULL; in HdfDisconnect() local 235 ndev = GetLinuxInfByNetDevice(netDev); in HdfDisconnect() 236 if (ndev == NULL) { in HdfDisconnect() 241 wiphy = get_linux_wiphy_ndev(ndev); in HdfDisconnect() 247 ret = wl_cfg80211_ops.disconnect(wiphy, ndev, reasonCode); in HdfDisconnect()
|