Home
last modified time | relevance | path

Searched refs:WifiHwFeatureData (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/drivers/peripheral/wlan/client/src/sbuf/
H A Dsbuf_wpa_cmd_adapter.c396 int32_t WifiCmdGetHwFeature(const char *ifName, WifiHwFeatureData *hwFeatureData) in WifiCmdGetHwFeature()
407 reply = HdfSbufObtain(sizeof(WifiHwFeatureData) + sizeof(uint64_t)); in WifiCmdGetHwFeature()
424 const WifiHwFeatureData *respFeaturenData = NULL; in WifiCmdGetHwFeature()
427 dataSize != sizeof(WifiHwFeatureData)) { in WifiCmdGetHwFeature()
432 if (memcpy_s(hwFeatureData, sizeof(WifiHwFeatureData), respFeaturenData, dataSize) != EOK) { in WifiCmdGetHwFeature()
/ohos5.0/drivers/peripheral/wlan/client/include/
H A Dwifi_driver_client.h472 } WifiHwFeatureData; typedef
580 int32_t WifiCmdGetHwFeature(const char *ifName, WifiHwFeatureData *hwFeatureData);
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/include/
H A Dhdf_wifi_cmd.h333 } WifiHwFeatureData; typedef
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/core/module/
H A Dwifi_base.c516 …struct WlanBand *band, WifiHwFeatureData **featureData, struct WlanHwCapability *capability, uint3… in WifiGetChannelData()
535 static int32_t WifiFillHwFeature(struct NetDevice *netdev, WifiHwFeatureData *featureData) in WifiFillHwFeature()
639 WifiHwFeatureData featureData = {0}; in WifiCmdGetHwFeature()
/ohos5.0/drivers/peripheral/wlan/test/unittest/client/
H A Dhdf_client_test.cpp822 WifiHwFeatureData hwFeatureData;