/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/src/ |
H A 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() 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() 436 int32_t HdfWifiEventRemainOnChannel(const struct NetDevice *netDev, uint32_t freq, uint32_t duratio… in HdfWifiEventRemainOnChannel() [all …]
|
H A D | hdf_wlan_utils.c | 23 struct HdfWifiNetDeviceData *GetPlatformData(const struct NetDevice *netDev) in GetPlatformData() 38 struct HdfChipDriver *GetChipDriver(const struct NetDevice *netDev) in GetChipDriver() 48 struct WlanHwCapability *GetHwCapability(struct NetDevice *netDev) in GetHwCapability() 75 int32_t RenewNetDevice(NetDevice **netDev) in RenewNetDevice() 193 int32_t ReleasePlatformNetDevice(struct NetDevice *netDev) in ReleasePlatformNetDevice()
|
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/core/components/softap/ |
H A D | ap.c | 24 static uint32_t ChangeBeacon(struct NetDevice *netDev, WifiApSetting *apSettings) in ChangeBeacon() 48 static int32_t StartAp(struct NetDevice *netDev, WifiApSetting *apSettings) in StartAp() 91 static uint32_t StopAp(struct NetDevice *netDev) in StopAp() 109 static uint32_t DelStation(struct NetDevice *netDev, struct StationDelParameters *params) in DelStation() 120 static uint32_t SetCountryCode(struct NetDevice *netDev, const char *code, uint32_t len) in SetCountryCode() 131 static uint32_t GetAssociatedStasCount(struct NetDevice *netDev, uint32_t *num) in GetAssociatedStasCount() 142 static uint32_t GetAssociatedStasInfo(struct NetDevice *netDev, WifiStaInfo *staInfo, uint32_t num) in GetAssociatedStasInfo()
|
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos_m/network/src/ |
H A D | net_device_adapter.c | 88 static struct NetBuf *ConverPbuffToNetBuf(const NetDevice *netDev, struct pbuf *lwipBuf) in ConverPbuffToNetBuf() 126 struct NetDevice *netDev = ndImpl->netDevice; in LwipSend() local 154 struct NetDevice *netDev = NULL; in LwipSetHwaddr() local 177 …t netif *CreateLwipNetIf(const struct NetDeviceImpl *netDeviceImpl, const struct NetDevice *netDev) in CreateLwipNetIf()
|
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/core/components/sta/ |
H A 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() 58 inline static int32_t AbortScan(struct NetDevice *netDev) in AbortScan()
|
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/network/src/ |
H A 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()
|
/ohos5.0/drivers/hdf_core/framework/model/network/ethernet/src/ |
H A D | hdf_eth_core.c | 53 static int32_t SetEthNetworkAddr(struct NetDevice *netDev) in SetEthNetworkAddr()
|
H A D | eth_device.c | 261 struct HdfEthNetDeviceData *GetEthNetDeviceData(const struct NetDevice *netDev) in GetEthNetDeviceData()
|
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/core/module/ |
H A D | wifi_base.c | 64 static uint32_t SetMode(struct NetDevice *netDev, uint8_t iftype) in SetMode() 76 …struct NetDevice *netDev, uint8_t keyIndex, bool pairwise, const uint8_t *macAddr, struct KeyParam… 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 215 struct NetDevice *netDev = NULL; in WifiCmdDelKey() local 277 struct NetDevice *netDev = NULL; in WifiCmdSetKey() local 1376 struct NetDevice *netDev = NULL; in WifiCmdGetNetDevInfo() local
|
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/network/src/ |
H A D | net_device_adapter.c | 53 struct NetDevice *netDev = NULL; in NetDevXmit() local 77 struct NetDevice *netDev = NULL; in NetDevGetStats() local
|
/ohos5.0/drivers/hdf_core/framework/model/network/common/netdevice/ |
H A D | net_device.c | 140 struct NetDevice *netDev = NULL; in GetHdfNetDeviceByLinuxInf() local 272 struct NetDevice *netDev = NULL; in NetDeviceIsAnyInstRunning() local
|
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/core/ |
H A D | hdf_wifi_core.c | 226 NetDevice *netDev = NULL; in HdfWlanInitInterface() local
|