Home
last modified time | relevance | path

Searched refs:net (Results 1 - 25 of 70) sorted by relevance

123

/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dwl_android.h48 #include <net/genetlink.h>
118 int wl_android_priv_cmd(struct net_device *net, struct ifreq *ifr);
119 int wl_handle_private_cmd(struct net_device *net, char *command, u32 cmd_len);
121 int wl_ext_genl_init(struct net_device *net);
122 void wl_ext_genl_deinit(struct net_device *net);
125 int wl_ext_iapsta_attach_netdev(struct net_device *net, int ifidx, uint8 bssidx);
126 int wl_ext_iapsta_attach_name(struct net_device *net, int ifidx);
127 int wl_ext_iapsta_dettach_netdev(struct net_device *net, int ifidx);
128 int wl_ext_iapsta_update_net_device(struct net_device *net, int ifidx);
138 bool wl_legacy_chip_check(struct net_device *net);
[all...]
H A Dwl_android.c33 #include <net/netlink.h>
507 extern struct net init_net;
509 * possible values defined in net/netlink.h
580 int wl_cfg80211_get_p2p_dev_addr(struct net_device *net, struct ether_addr *p2pdev_addr);
583 int wl_cfg80211_get_p2p_dev_addr(struct net_device *net, struct ether_addr *p2pdev_addr) in wl_cfg80211_get_p2p_dev_addr() argument
585 int wl_cfg80211_set_p2p_noa(struct net_device *net, char* buf, int len) in wl_cfg80211_set_p2p_noa() argument
587 int wl_cfg80211_get_p2p_noa(struct net_device *net, char* buf, int len) in wl_cfg80211_get_p2p_noa() argument
589 int wl_cfg80211_set_p2p_ps(struct net_device *net, char* buf, int len) in wl_cfg80211_set_p2p_ps() argument
591 int wl_cfg80211_set_p2p_ecsa(struct net_device *net, char* buf, int len) in wl_cfg80211_set_p2p_ecsa() argument
593 int wl_cfg80211_increase_p2p_bw(struct net_device *net, cha in wl_cfg80211_set_p2p_ecsa() argument
732 wl_android_get_link_speed(struct net_device *net, char *command, int total_len) wl_android_get_link_speed() argument
751 wl_android_get_rssi(struct net_device *net, char *command, int total_len) wl_android_get_rssi() argument
1733 wl_android_set_fwpath(struct net_device *net, char *command, int total_len) wl_android_set_fwpath() argument
4439 wl_android_set_irq_cpucore(struct net_device *net, int affinity_cmd) wl_android_set_irq_cpucore() argument
4458 wl_android_lqcm_enable(struct net_device *net, int lqcm_enable) wl_android_lqcm_enable() argument
4902 wl_android_priv_cmd(struct net_device *net, struct ifreq *ifr) wl_android_priv_cmd() argument
5561 wl_nan_ranging_bw(struct net_device *net, int bw, char *command) wl_nan_ranging_bw() argument
5622 wl_handle_private_cmd(struct net_device *net, char *command, u32 cmd_len) wl_handle_private_cmd() argument
6556 wl_cfg80211_static_if_open(struct net_device *net) wl_cfg80211_static_if_open() argument
6592 wl_cfg80211_static_if_close(struct net_device *net) wl_cfg80211_static_if_close() argument
[all...]
H A Dwl_ext_genl.c5 #include <net/genetlink.h>
502 wl_ext_genl_init(struct net_device *net) in wl_ext_genl_init() argument
504 struct dhd_pub *dhd = dhd_get_pub(net); in wl_ext_genl_init()
508 AGENL_TRACE(net->name, "Enter falimy name: \"%s\"\n", wl_ext_genl_family.name); in wl_ext_genl_init()
512 AGENL_ERROR(net->name, "Could not allocate zconf\n"); in wl_ext_genl_init()
528 AGENL_ERROR(net->name, "GE_NELINK family registration fail\n"); in wl_ext_genl_init()
533 ret = wl_ext_event_register(net, dhd, WLC_E_PROBREQ_MSG, wl_ext_probreq_event, in wl_ext_genl_init()
538 zconf->dev = net; in wl_ext_genl_init()
549 wl_ext_genl_deinit(struct net_device *net) in wl_ext_genl_deinit() argument
551 struct dhd_pub *dhd = dhd_get_pub(net); in wl_ext_genl_deinit()
[all...]
H A Ddhd_linux.c62 #include <net/addrconf.h>
270 #define DBUS_RX_BUFFER_SIZE_DHD(net) (net->mtu + net->hard_header_len + dhd->pub.hdrlen)
272 #define DBUS_RX_BUFFER_SIZE_DHD(net) (net->mtu + net->hard_header_len + dhd->pub.hdrlen + 128)
1058 .net = DHD_NET_DEV_NULL,
1371 if (!memcmp(ifp->net->dev_addr, ea, ETHER_ADDR_LEN)) { in dhd_add_sta()
1969 if (dhdinfo->iflist[i] && dhdinfo->iflist[i]->net) in dhd_set_suspend()
2434 dhd_net2idx(dhd_info_t *dhd, struct net_device *net) dhd_net2idx() argument
3587 dhd_start_xmit(struct sk_buff *skb, struct net_device *net) dhd_start_xmit() argument
3881 dhd_start_xmit_wrapper(struct sk_buff *skb, struct net_device *net) dhd_start_xmit_wrapper() argument
3938 __dhd_txflowcontrol(dhd_pub_t *dhdp, struct net_device *net, bool state) __dhd_txflowcontrol() argument
3958 struct net_device *net; dhd_txflowcontrol() local
5082 dhd_get_stats(struct net_device *net) dhd_get_stats() argument
5636 dhd_ethtool_get_drvinfo(struct net_device *net, struct ethtool_drvinfo *info) dhd_ethtool_get_drvinfo() argument
5758 dhd_check_hang(struct net_device *net, dhd_pub_t *dhdp, int error) dhd_check_hang() argument
6358 struct net_device *net; dhd_ioctl_process() local
6449 dhd_ioctl_entry(struct net_device *net, struct ifreq *ifr, int cmd) dhd_ioctl_entry() argument
6709 dhd_ioctl_entry_wrapper(struct net_device *net, struct ifreq *ifr, int cmd) dhd_ioctl_entry_wrapper() argument
6730 dhd_stop(struct net_device *net) dhd_stop() argument
7021 dhd_open(struct net_device *net) dhd_open() argument
7393 dhd_pri_open(struct net_device *net) dhd_pri_open() argument
7422 dhd_pri_stop(struct net_device *net) dhd_pri_stop() argument
7445 dhd_static_if_open(struct net_device *net) dhd_static_if_open() argument
7481 dhd_static_if_stop(struct net_device *net) dhd_static_if_stop() argument
7527 dhd_do_driver_init(struct net_device *net) dhd_do_driver_init() argument
8101 dhd_cleanup_if(struct net_device *net) dhd_cleanup_if() argument
8583 struct net_device *net = NULL; dhd_get_rxsz() local
8622 struct net_device *net = NULL; dhd_attach() local
12079 struct net_device *net = NULL; dhd_register_if() local
16815 dhd_ioctl_entry_local(struct net_device *net, wl_ioctl_t *ioc, int cmd) dhd_ioctl_entry_local() argument
16851 struct net_device *net; dhd_os_check_hang() local
16959 struct net_device * net = dhd_idx2net((dhd_pub_t *)dhdp, idx); dhd_wlfc_skip_fc() local
19259 dhd_xps_cpus_enable(struct net_device *net, int enable) dhd_xps_cpus_enable() argument
19306 custom_xps_map_set(struct net_device *net, char *buf, size_t len) custom_xps_map_set() argument
19335 custom_xps_map_clear(struct net_device *net) custom_xps_map_clear() argument
19354 dhd_rps_cpus_enable(struct net_device *net, int enable) dhd_rps_cpus_enable() argument
19488 argos_register_notifier_init(struct net_device *net) argos_register_notifier_init() argument
[all...]
H A Dwl_cfgp2p.c49 #include <net/rtnetlink.h>
74 static int wl_cfgp2p_do_ioctl(struct net_device *net, struct ifreq *ifr, int cmd);
75 static int wl_cfgp2p_if_open(struct net_device *net);
76 static int wl_cfgp2p_if_stop(struct net_device *net);
1140 * @ndev : net device for bssidx
2352 wl_cfgp2p_ethtool_get_drvinfo(struct net_device *net, struct ethtool_drvinfo *info) in wl_cfgp2p_ethtool_get_drvinfo() argument
2378 struct net_device* net = NULL; in wl_cfgp2p_register_ndev() local
2388 if (!(net = alloc_etherdev(sizeof(struct bcm_cfg80211 *)))) { in wl_cfgp2p_register_ndev()
2396 free_netdev(net); in wl_cfgp2p_register_ndev()
2400 strncpy(net in wl_cfgp2p_register_ndev()
2481 wl_cfgp2p_do_ioctl(struct net_device *net, struct ifreq *ifr, int cmd) wl_cfgp2p_do_ioctl() argument
2505 wl_cfgp2p_if_open(struct net_device *net) wl_cfgp2p_if_open() argument
2527 wl_cfgp2p_if_stop(struct net_device *net) wl_cfgp2p_if_stop() argument
[all...]
H A Ddhd_linux.h89 struct net_device *net; member
165 struct net_device *net; member
203 struct net_device *net; member
207 #define DHD_LB_TX_PKTTAG_SET_NETDEV(tag, netdevp) ((tag)->net = netdevp)
208 #define DHD_LB_TX_PKTTAG_NETDEV(tag) ((tag)->net)
332 int argos_register_notifier_init(struct net_device *net);
H A Dwl_android_ext.c5 #include <net/netlink.h>
93 #include <net/rtnetlink.h>
4563 wl_legacy_chip_check(struct net_device *net) in wl_legacy_chip_check() argument
4565 struct dhd_pub *dhd = dhd_get_pub(net); in wl_legacy_chip_check()
4608 wl_new_chip_check(struct net_device *net) in wl_new_chip_check() argument
4610 struct dhd_pub *dhd = dhd_get_pub(net); in wl_new_chip_check()
4653 wl_ext_iftype_to_ifmode(struct net_device *net, int wl_iftype, ifmode_t *ifmode) in wl_ext_iftype_to_ifmode() argument
4669 AEXT_ERROR(net->name, "Unknown interface wl_iftype:0x%x\n", wl_iftype); in wl_ext_iftype_to_ifmode()
4676 wl_ext_iapsta_update_iftype(struct net_device *net, int ifidx, int wl_iftype) in wl_ext_iapsta_update_iftype() argument
4678 struct dhd_pub *dhd = dhd_get_pub(net); in wl_ext_iapsta_update_iftype()
4713 wl_ext_iapsta_ifadding(struct net_device *net, int ifidx) wl_ext_iapsta_ifadding() argument
4727 wl_ext_iapsta_iftype_enabled(struct net_device *net, int wl_iftype) wl_ext_iapsta_iftype_enabled() argument
4743 wl_ext_iapsta_other_if_enabled(struct net_device *net) wl_ext_iapsta_other_if_enabled() argument
4816 wl_ext_iapsta_mesh_creating(struct net_device *net) wl_ext_iapsta_mesh_creating() argument
5253 wl_ext_iapsta_get_rsdb(struct net_device *net, struct dhd_pub *dhd) wl_ext_iapsta_get_rsdb() argument
5283 wl_ext_iapsta_postinit(struct net_device *net, struct wl_if_info *cur_if) wl_ext_iapsta_postinit() argument
5324 wl_ext_iapsta_attach_name(struct net_device *net, int ifidx) wl_ext_iapsta_attach_name() argument
5352 wl_ext_iapsta_update_net_device(struct net_device *net, int ifidx) wl_ext_iapsta_update_net_device() argument
5388 wl_ext_iapsta_attach_netdev(struct net_device *net, int ifidx, uint8 bssidx) wl_ext_iapsta_attach_netdev() argument
5436 wl_ext_iapsta_dettach_netdev(struct net_device *net, int ifidx) wl_ext_iapsta_dettach_netdev() argument
6883 wl_android_ext_priv_cmd(struct net_device *net, char *command, int total_len, int *bytes_written) wl_android_ext_priv_cmd() argument
6967 wl_ext_get_distance(struct net_device *net, u32 band) wl_ext_get_distance() argument
7013 wl_ext_get_best_channel(struct net_device *net, wl_bss_cache_ctrl_t *bss_cache_ctrl, int ioctl_ver, int *best_2g_ch, int *best_5g_ch ) wl_ext_get_best_channel() argument
7501 wl_update_connected_rssi_cache(struct net_device *net, wl_rssi_cache_ctrl_t *rssi_cache_ctrl, int *rssi_avg) wl_update_connected_rssi_cache() argument
7690 wl_update_rssi_offset(struct net_device *net, int rssi) wl_update_rssi_offset() argument
[all...]
H A Dwl_event.c440 wl_ext_event_attach_netdev(struct net_device *net, int ifidx, uint8 bssidx) in wl_ext_event_attach_netdev() argument
442 struct dhd_pub *dhd = dhd_get_pub(net); in wl_ext_event_attach_netdev()
445 EVENT_TRACE(net->name, "ifidx=%d, bssidx=%d\n", ifidx, bssidx); in wl_ext_event_attach_netdev()
447 event_params->dev[ifidx] = net; in wl_ext_event_attach_netdev()
454 wl_ext_event_dettach_netdev(struct net_device *net, int ifidx) in wl_ext_event_dettach_netdev() argument
456 struct dhd_pub *dhd = dhd_get_pub(net); in wl_ext_event_dettach_netdev()
459 EVENT_TRACE(net->name, "ifidx=%d\n", ifidx); in wl_ext_event_dettach_netdev()
H A Ddhd_cfg80211.c32 #include <net/rtnetlink.h>
163 void wl_cfg80211_cleanup_if(struct net_device *net) in wl_cfg80211_cleanup_if() argument
165 struct bcm_cfg80211 *cfg = wl_get_cfg(net); in wl_cfg80211_cleanup_if()
167 dhd_cleanup_if(net); in wl_cfg80211_cleanup_if()
H A Dhdf_public_ap6275s.h25 #include <net/cfg80211.h>
78 extern int32_t wl_cfg80211_set_country_code(struct net_device *net, char *country_code,
H A Ddhd_linux_lb.c1234 dhd_lb_sendpkt(dhd_info_t *dhd, struct net_device *net, in dhd_lb_sendpkt() argument
1245 /* Store the address of net device and interface index in the Packet tag */ in dhd_lb_sendpkt()
1246 DHD_LB_TX_PKTTAG_SET_NETDEV((dhd_tx_lb_pkttag_fr_t *)PKTTAG(skb), net); in dhd_lb_sendpkt()
1252 DHD_TRACE(("%s(): Added skb %p for netdev %p \r\n", __FUNCTION__, skb, net)); in dhd_lb_sendpkt()
1271 struct net_device *net; in dhd_lb_tx_process() local
1281 BCM_REFERENCE(net); in dhd_lb_tx_process()
1294 net = DHD_LB_TX_PKTTAG_NETDEV((dhd_tx_lb_pkttag_fr_t *)PKTTAG(skb)); in dhd_lb_tx_process()
1297 DHD_TRACE(("Processing skb %p for net %p index %d \r\n", skb, in dhd_lb_tx_process()
1298 net, ifidx)); in dhd_lb_tx_process()
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/
H A DWebSocket.h54 void WebSocket_close(networkHandles *net, int status_code, const char *reason);
57 int WebSocket_connect(networkHandles *net, const char *uri);
60 size_t WebSocket_calculateFrameHeaderSize(networkHandles *net, int mask_data,
64 int WebSocket_getch(networkHandles *net, char* c);
65 char *WebSocket_getdata(networkHandles *net, size_t bytes, size_t* actual_len);
68 int WebSocket_putdatas(networkHandles* net, char* buf0, size_t buf0len,
75 int WebSocket_upgrade(networkHandles *net);
H A DMQTTPacket.h231 int MQTTPacket_decode(networkHandles* net, size_t* value);
242 void* MQTTPacket_Factory(int MQTTVersion, networkHandles* net, int* error);
243 int MQTTPacket_send(networkHandles* net, Header header, char* buffer, size_t buflen, int free, int MQTTVersion);
244 int MQTTPacket_sends(networkHandles* net, Header header, int count, char** buffers, size_t* buflens, int* frees, int MQTTVersion);
251 int MQTTPacket_send_publish(Publish* pack, int dup, int qos, int retained, networkHandles* net, const char* clientID);
252 int MQTTPacket_send_puback(int msgid, networkHandles* net, const char* clientID);
258 int MQTTPacket_send_pubrec(int msgid, networkHandles* net, const char* clientID);
259 int MQTTPacket_send_pubrel(int msgid, int dup, networkHandles* net, const char* clientID);
260 int MQTTPacket_send_pubcomp(int msgid, networkHandles* net, const char* clientID);
H A DSSLSocket.h43 int SSLSocket_setSocketForSSL(networkHandles* net, MQTTClient_SSLOptions* opts, const char* hostname, size_t hostname_len);
48 int SSLSocket_close(networkHandles* net);
H A DMQTTPacketOut.h30 int MQTTPacket_send_pingreq(networkHandles* net, const char* clientID);
/device/soc/rockchip/common/sdk_linux/include/linux/usb/
H A Dusbnet.h5 * Copyright (C) 2000-2005 by David Brownell <dbrownell@users.sourceforge.net>
49 struct net_device *net; member
240 extern int usbnet_open(struct net_device *net);
241 extern int usbnet_stop(struct net_device *net);
242 extern netdev_tx_t usbnet_start_xmit(struct sk_buff *skb, struct net_device *net);
243 extern void usbnet_tx_timeout(struct net_device *net, unsigned int txqueue);
244 extern int usbnet_change_mtu(struct net_device *net, int new_mtu);
256 extern int usbnet_get_link_ksettings(struct net_device *net, struct ethtool_link_ksettings *cmd);
257 extern int usbnet_set_link_ksettings(struct net_device *net, const struct ethtool_link_ksettings *cmd);
258 extern u32 usbnet_get_link(struct net_device *net);
[all...]
/device/soc/rockchip/common/vendor/drivers/net/usb/
H A Dmeig_cdc_driver.c581 struct net_device *net; member
642 #define deverr(hw_cdc_net, fmt, arg...) printk(KERN_ERR "%s: " fmt "\n", (hw_cdc_net)->net->name, ##arg)
643 #define devwarn(hw_cdc_net, fmt, arg...) printk(KERN_WARNING "%s: " fmt "\n", (hw_cdc_net)->net->name, ##arg)
645 #define devinfo(hw_cdc_net, fmt, arg...) printk(KERN_INFO "%s: " fmt "\n", (hw_cdc_net)->net->name, ##arg)
658 int hw_get_settings(struct net_device *net, struct ethtool_cmd *cmd);
659 int hw_set_settings(struct net_device *net, struct ethtool_cmd *cmd);
660 u32 hw_get_link(struct net_device *net);
661 int hw_nway_reset(struct net_device *net);
662 void hw_get_drvinfo(struct net_device *net, struct ethtool_drvinfo *info);
663 u32 hw_get_msglevel(struct net_device *net);
863 hw_change_mtu(struct net_device *net, int new_mtu) hw_change_mtu() argument
894 hw_get_stats(struct net_device *net) hw_get_stats() argument
1360 hw_stop(struct net_device *net) hw_stop() argument
1418 hw_open(struct net_device *net) hw_open() argument
1467 hw_get_settings(struct net_device *net, struct ethtool_cmd *cmd) hw_get_settings() argument
1479 hw_set_settings(struct net_device *net, struct ethtool_cmd *cmd) hw_set_settings() argument
1494 hw_get_link(struct net_device *net) hw_get_link() argument
1508 hw_nway_reset(struct net_device *net) hw_nway_reset() argument
1520 hw_get_drvinfo(struct net_device *net, struct ethtool_drvinfo *info) hw_get_drvinfo() argument
1531 hw_get_msglevel(struct net_device *net) hw_get_msglevel() argument
1539 hw_set_msglevel(struct net_device *net, u32 level) hw_set_msglevel() argument
1682 hw_tx_timeout(struct net_device *net, unsigned int data) hw_tx_timeout() argument
1725 hw_start_xmit(struct sk_buff *skb, struct net_device *net) hw_start_xmit() argument
1901 struct net_device *net; hw_disconnect() local
2614 struct net_device *net; global() local
3683 struct hw_cdc_net *net = usb_get_intfdata(intf); global() local
[all...]
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_cfg80211.h27 #include <net/cfg80211.h>
29 #include <net/genetlink.h>
30 #include <net/cfg80211.h>
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/realtek/r8168/
H A DMakefile100 DRIVERDIR := $(shell find $(BASEDIR)/kernel/drivers/net/ethernet -name realtek -type d)
102 DRIVERDIR := $(shell find $(BASEDIR)/kernel/drivers/net -name realtek -type d)
105 DRIVERDIR := $(BASEDIR)/kernel/drivers/net
/device/board/hihope/rk3568/wifi/bcmdhd_wifi6/hdfadapt/
H A Dhdf_bdh_event.c23 #include <net/netlink.h>
24 #include <net/cfg80211.h>
H A Dhdf_bdh_event.h22 #include <net/cfg80211.h>
/device/soc/rockchip/common/vendor/drivers/net/ethernet/
H A DMakefile3 VENDOR_KHDVK_3566B_DRIVER_NET_TOOL_INCLUDE := -I$(srctree)/drivers/net/ethernet/stmicro/stmmac
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/netinet/
H A Dif_ether.h119 #include <net/ethernet.h>
120 #include <net/if_arp.h>
/device/soc/hisilicon/hi3861v100/sdk_liteos/app/demo/
H A Dmodule_config.mk18 CCFLAGS += -I$(MAIN_TOPDIR)/components/iperf2/include -I$(MAIN_TOPDIR)/app/demo/include -I$(MAIN_TOPDIR)/app/demo/init -I$(MAIN_TOPDIR)/app/demo/src -I$(MAIN_TOPDIR)/config/app -I$(MAIN_TOPDIR)/config/diag -I$(MAIN_TOPDIR)/platform/os/Huawei_LiteOS/net/ripple/exports -I$(MAIN_TOPDIR)/components/ripple/exports -I$(MAIN_TOPDIR)/components/hilink/include
/device/soc/hisilicon/hi3861v100/sdk_liteos/app/wifiiot_app/
H A Dmodule_config.mk5 CCFLAGS += -I$(MAIN_TOPDIR)/components/iperf2/include -I$(MAIN_TOPDIR)/app/demo/include -I$(MAIN_TOPDIR)/app/demo/init -I$(MAIN_TOPDIR)/app/demo/src -I$(MAIN_TOPDIR)/config/app -I$(MAIN_TOPDIR)/config/diag -I$(MAIN_TOPDIR)/platform/os/Huawei_LiteOS/net/ripple/exports -I$(MAIN_TOPDIR)/components/ripple/exports

Completed in 37 milliseconds

123