Home
last modified time | relevance | path

Searched defs:netDev (Results 1 – 10 of 10) sorted by relevance

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
Dwal_mac80211.c41 int32_t WalDisconnect(NetDevice *netDev, uint16_t reasonCode) in WalDisconnect()
269 static int32_t WalConnect(NetDevice *netDev, WlanConnectParams *param) in WalConnect()
305 static int32_t SetupWireLessDev(struct NetDevice *netDev, struct WlanAPConf *apSettings) in SetupWireLessDev()
332 int32_t WalSetSsid(NetDevice *netDev, const uint8_t *ssid, uint32_t ssidLen) in WalSetSsid()
353 int32_t WalSetChannel(NetDevice *netDev) in WalSetChannel()
361 int32_t WalChangeBeacon(NetDevice *netDev, struct WlanBeaconConf *param) in WalChangeBeacon()
389 int32_t WalSetMeshId(NetDevice *netDev, const char *meshId, uint32_t meshIdLen) in WalSetMeshId()
403 int32_t WalStartAp(NetDevice *netDev) in WalStartAp()
408 int32_t WalStopAp(NetDevice *netDev) in WalStopAp()
468 int32_t WalDelStation(NetDevice *netDev, const uint8_t *macAddr) in WalDelStation()
[all …]
/device/hihope/rk3568/wifi/bcmdhd_wifi6/hdf/
Dnet_bdh_adpater.c42 int32_t hdf_bdh6_netdev_init(struct NetDevice *netDev) in hdf_bdh6_netdev_init()
57 void hdf_bdh6_netdev_deinit(struct NetDevice *netDev) in hdf_bdh6_netdev_deinit()
63 int32_t hdf_bdh6_netdev_open(struct NetDevice *netDev) in hdf_bdh6_netdev_open()
97 int32_t hdf_bdh6_netdev_stop(struct NetDevice *netDev) in hdf_bdh6_netdev_stop()
117 int32_t hdf_bdh6_netdev_xmit(struct NetDevice *netDev, NetBuf *netBuff) in hdf_bdh6_netdev_xmit()
135 int32_t hdf_bdh6_netdev_ioctl(struct NetDevice *netDev, IfReq *req, int32_t cmd) in hdf_bdh6_netdev_ioctl()
158 int32_t hdf_bdh6_netdev_setmacaddr(struct NetDevice *netDev, unsigned char *addr) in hdf_bdh6_netdev_setmacaddr()
178 struct NetDevStats *hdf_bdh6_netdev_getstats(struct NetDevice *netDev) in hdf_bdh6_netdev_getstats()
209 void hdf_bdh6_netdev_setnetifstats(struct NetDevice *netDev, NetIfStatus status) in hdf_bdh6_netdev_setnetifstats()
216 uint16_t hdf_bdh6_netdev_selectqueue(struct NetDevice *netDev, NetBuf *netBuff) in hdf_bdh6_netdev_selectqueue()
[all …]
Dhdf_bdh_mac80211.c50 struct wiphy* get_linux_wiphy_hdfdev(NetDevice *netDev) in get_linux_wiphy_hdfdev()
56 int32_t BDH6WalSetMode(NetDevice *netDev, enum WlanWorkMode iftype) in BDH6WalSetMode()
84 int32_t BDH6WalAddKey(struct NetDevice *netDev, uint8_t keyIndex, bool pairwise, const uint8_t *mac… in BDH6WalAddKey()
117 int32_t BDH6WalDelKey(struct NetDevice *netDev, uint8_t keyIndex, bool pairwise, const uint8_t *mac… in BDH6WalDelKey()
146 int32_t BDH6WalSetDefaultKey(struct NetDevice *netDev, uint8_t keyIndex, bool unicast, bool multica… in BDH6WalSetDefaultKey()
174 int32_t BDH6WalGetDeviceMacAddr(NetDevice *netDev, int32_t type, uint8_t *mac, uint8_t len) in BDH6WalGetDeviceMacAddr()
192 int32_t BDH6WalSetMacAddr(NetDevice *netDev, uint8_t *mac, uint8_t len) in BDH6WalSetMacAddr()
213 int32_t BDH6WalSetTxPower(NetDevice *netDev, int32_t power) in BDH6WalSetTxPower()
239 int32_t BDH6WalGetValidFreqsWithBand(NetDevice *netDev, int32_t band, int32_t *freqs, uint32_t *num) in BDH6WalGetValidFreqsWithBand()
372 int32_t BDH6WalGetHwCapability(struct NetDevice *netDev, struct WlanHwCapability **capability) in BDH6WalGetHwCapability()
[all …]
Dhdf_mac80211_ap.c50 struct NetDevice *netDev = GetHdfNetDeviceByLinuxInf(dev); in ChangDelSta() local
59 struct NetDevice *netDev = NULL; in ChangNewSta() local
177 static int32_t SetupWireLessDev(struct net_device *netDev, struct WlanAPConf *apSettings) in SetupWireLessDev()
213 int32_t WalConfigAp(NetDevice *netDev, struct WlanAPConf *apConf) in WalConfigAp()
255 int32_t WalSetCountryCode(NetDevice *netDev, const char *code, uint32_t len) in WalSetCountryCode()
274 int32_t WalStopAp(NetDevice *netDev) in WalStopAp()
296 int32_t WalStartAp(NetDevice *netDev) in WalStartAp()
373 int32_t WalChangeBeacon(NetDevice *netDev, struct WlanBeaconConf *param) in WalChangeBeacon()
420 int32_t WalDelStation(NetDevice *netDev, const uint8_t *macAddr) in WalDelStation()
449 int32_t WalGetAssociatedStasCount(NetDevice *netDev, uint32_t *num) in WalGetAssociatedStasCount()
[all …]
Dhdf_mac80211_sta_event.c48 NetDevice *netDev = GetHdfNetDeviceByLinuxInf(ndev); in HdfScanEventCallback() local
62 NetDevice *netDev = GetHdfNetDeviceByLinuxInf(ndev); in HdfConnectResultEventCallback() local
97 NetDevice *netDev = GetHdfNetDeviceByLinuxInf(ndev); in HdfDisconnectedEventCallback() local
110 NetDevice *netDev = GetHdfNetDeviceByLinuxInf(ndev); in HdfInformBssFrameEventCallback() local
Dhdf_mac80211_sta.c231 int32_t HdfStartScan(NetDevice *netDev, struct WlanScanRequest *scanParam) in HdfStartScan()
267 int32_t HdfAbortScan(NetDevice *netDev) in HdfAbortScan()
367 int32_t HdfConnect(NetDevice *netDev, WlanConnectParams *param) in HdfConnect()
409 int32_t HdfDisconnect(NetDevice *netDev, uint16_t reasonCode) in HdfDisconnect()
435 int32_t HdfSetScanningMacAddress(NetDevice *netDev, unsigned char *mac, uint32_t len) in HdfSetScanningMacAddress()
/device/qemu/drivers/virtio/
Dvirtnet.c90 static inline struct VirtNetif *GetVirtnetIf(const NetDevice *netDev) in GetVirtnetIf()
97 NetDevice *netDev = dev; in Feature0() local
237 static NetDevTxResult LowLevelOutput(NetDevice *netDev, NetBuf *p) in LowLevelOutput()
262 static NetBuf *LowLevelInput(const NetDevice *netDev, const struct VirtqUsedElem *e) in LowLevelInput()
282 static void VirtnetRxHandle(NetDevice *netDev) in VirtnetRxHandle()
344 NetDevice *netDev = pDevId; in VirtnetIRQhandle() local
366 static int32_t VirtnetInit(NetDevice *netDev) in VirtnetInit()
412 static void VirtnetDeInit(NetDevice *netDev) in VirtnetDeInit()
425 static int32_t VirtNetDeviceSetMacAddr(NetDevice *netDev, void *addr) in VirtNetDeviceSetMacAddr()
449 static int32_t VirtNetDeviceInitDone(NetDevice *netDev) in VirtNetDeviceInitDone()
[all …]
/device/soc/hisilicon/common/platform/hieth-sf/adapter/
Dnet_adapter.c22 static int32_t EthSetMacAddr(struct NetDevice *netDev, void *addr) in EthSetMacAddr()
37 static NetDevTxResult EthXmit(struct NetDevice *netDev, NetBuf *netbuf) in EthXmit()
43 static void LinkStatusChanged(struct NetDevice *netDev) in LinkStatusChanged()
Dhieth_mac.c136 struct HdfEthMacChipDriver *GetEthMacChipDriver(const struct NetDevice *netDev) in GetEthMacChipDriver()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hdfadapt/
Dnet_adpater.c259 ProcessingResult SpecialEtherTypeProcess(const struct NetDevice *netDev, NetBuf *buff) in SpecialEtherTypeProcess()
304 hi_void netif_set_flow_ctrl_status(const struct NetDevice *netDev, netif_flow_ctrl_enum_uint8 statu… in netif_set_flow_ctrl_status()
547 hi_u8 wal_lwip_set_hwaddr(oal_net_device_stru *netDev, uint8_t *addr, uint8_t len) in wal_lwip_set_hwaddr()
596 hi_void wal_lwip_status_callback(oal_net_device_stru *netDev, NetIfStatus status) in wal_lwip_status_callback()