| /drivers/framework/model/network/wifi/platform/src/ |
| D | hdf_wifi_event.c | 24 int32_t HdfWifiEventNewSta(const struct NetDevice *netDev, const uint8_t *macAddr, uint8_t addrLen, in HdfWifiEventNewSta() 63 int32_t HdfWifiEventDelSta(struct NetDevice *netDev, const uint8_t *macAddr, uint8_t addrLen) in HdfWifiEventDelSta() 90 int32_t HdfWifiEventInformBssFrame(const struct NetDevice *netDev, in HdfWifiEventInformBssFrame() 129 int32_t HdfWifiEventScanDone(const struct NetDevice *netDev, WifiScanStatus status) in HdfWifiEventScanDone() 183 static void HdfStartDhcpClient(const struct NetDevice *netDev) in HdfStartDhcpClient() 204 int32_t HdfWifiEventConnectResult(const struct NetDevice *netDev, const struct ConnetResult *result) in HdfWifiEventConnectResult() 241 int32_t HdfWifiEventDisconnected(const struct NetDevice *netDev, uint16_t reason, const uint8_t *ie… in HdfWifiEventDisconnected() 269 int32_t HdfWifiEventMgmtTxStatus(const struct NetDevice *netDev, const uint8_t *buf, size_t len, ui… in HdfWifiEventMgmtTxStatus() 297 int32_t HdfWifiEventCsaChannelSwitch(const struct NetDevice *netDev, int32_t freq) in HdfWifiEventCsaChannelSwitch() 324 int32_t HdfWifiEventTimeoutDisconnected(const struct NetDevice *netDev) in HdfWifiEventTimeoutDisconnected() [all …]
|
| D | hdf_wlan_utils.c | 22 struct HdfWifiNetDeviceData *GetPlatformData(const struct NetDevice *netDev) in GetPlatformData() 35 struct HdfChipDriver *GetChipDriver(const struct NetDevice *netDev) in GetChipDriver() 44 struct WlanHwCapability *GetHwCapability(struct NetDevice *netDev) in GetHwCapability() 70 int32_t RenewNetDevice(NetDevice **netDev) in RenewNetDevice() 185 int32_t ReleasePlatformNetDevice(struct NetDevice *netDev) in ReleasePlatformNetDevice()
|
| /drivers/framework/model/network/wifi/core/components/softap/ |
| D | ap.c | 24 static uint32_t ChangeBeacon(struct NetDevice *netDev, WifiApSetting *apSettings) in ChangeBeacon() 47 static int32_t StartAp(struct NetDevice *netDev, WifiApSetting *apSettings) in StartAp() 89 static uint32_t StopAp(struct NetDevice *netDev) in StopAp() 106 static uint32_t DelStation(struct NetDevice *netDev, struct StationDelParameters *params) in DelStation() 117 static uint32_t SetCountryCode(struct NetDevice *netDev, const char *code, uint32_t len) in SetCountryCode() 128 static uint32_t GetAssociatedStasCount(struct NetDevice *netDev, uint32_t *num) in GetAssociatedStasCount() 139 static uint32_t GetAssociatedStasInfo(struct NetDevice *netDev, WifiStaInfo *staInfo, uint32_t num) in GetAssociatedStasInfo()
|
| /drivers/framework/model/network/wifi/core/components/sta/ |
| D | sta.c | 24 inline static int32_t Connect(struct NetDevice *netDev, struct WlanConnectParams *param) in Connect() 35 inline static int32_t Disconnect(struct NetDevice *netDev, uint16_t reasonCode) in Disconnect() 46 inline static int32_t ScanAll(struct NetDevice *netDev, struct WlanScanRequest *params) in ScanAll() 57 inline static int32_t AbortScan(struct NetDevice *netDev) in AbortScan()
|
| /drivers/adapter/khdf/liteos_m/network/src/ |
| D | net_device_adapter.c | 87 static struct NetBuf *ConverPbuffToNetBuf(const NetDevice *netDev, struct pbuf *lwipBuf) in ConverPbuffToNetBuf() 125 struct NetDevice *netDev = ndImpl->netDevice; in LwipSend() local 153 struct NetDevice *netDev = NULL; in LwipSetHwaddr() local 176 …t netif *CreateLwipNetIf(const struct NetDeviceImpl *netDeviceImpl, const struct NetDevice *netDev) in CreateLwipNetIf()
|
| /drivers/adapter/khdf/liteos/network/src/ |
| D | net_device_adapter.c | 111 static struct NetBuf *ConverPbuffToNetBuf(const NetDevice *netDev, struct pbuf *lwipBuf) in ConverPbuffToNetBuf() 149 struct NetDevice *netDev = ndImpl->netDevice; in LwipSend() local 177 struct NetDevice *netDev = NULL; in LwipSetHwaddr() local 200 …t netif *CreateLwipNetIf(const struct NetDeviceImpl *netDeviceImpl, const struct NetDevice *netDev) in CreateLwipNetIf()
|
| /drivers/framework/model/network/wifi/core/module/ |
| D | wifi_base.c | 64 static uint32_t SetMode(struct NetDevice *netDev, uint8_t iftype) in SetMode() 75 static uint32_t AddKey(struct NetDevice *netDev, uint8_t keyIndex, bool pairwise, const uint8_t *ma… in AddKey() 87 static uint32_t DelKey(struct NetDevice *netDev, uint8_t keyIndex, bool pairwise, const uint8_t *ma… in DelKey() 98 static uint32_t SetDefaultKey(struct NetDevice *netDev, uint8_t keyIndex, bool unicast, bool multic… in SetDefaultKey() 168 struct NetDevice *netDev = NULL; in WifiCmdNewKey() local 214 struct NetDevice *netDev = NULL; in WifiCmdDelKey() local 275 struct NetDevice *netDev = NULL; in WifiCmdSetKey() local 1327 struct NetDevice *netDev = NULL; in WifiCmdGetNetDevInfo() local
|
| /drivers/framework/model/network/ethernet/src/ |
| D | hdf_eth_core.c | 53 static int32_t SetEthNetworkAddr(struct NetDevice *netDev) in SetEthNetworkAddr()
|
| D | eth_device.c | 257 struct HdfEthNetDeviceData *GetEthNetDeviceData(const struct NetDevice *netDev) in GetEthNetDeviceData()
|
| /drivers/framework/model/network/common/netdevice/ |
| D | net_device.c | 140 struct NetDevice *netDev = NULL; in GetHdfNetDeviceByLinuxInf() local 272 struct NetDevice *netDev = NULL; in NetDeviceIsAnyInstRunning() local
|
| /drivers/adapter/khdf/linux/network/src/ |
| D | net_device_adapter.c | 49 struct NetDevice *netDev = NULL; in NetDevXmit() local
|
| /drivers/framework/model/network/wifi/core/ |
| D | hdf_wifi_core.c | 228 NetDevice *netDev = NULL; in HdfWlanInitInterface() local
|