Home
last modified time | relevance | path

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

/drivers/peripheral/wlan/client/src/sbuf/
Dsbuf_wpa_cmd_adapter.c424 const WifiHwFeatureData *respFeaturenData = NULL; in WifiCmdGetHwFeature() local
426 if (!HdfSbufReadBuffer(reply, (const void **)(&respFeaturenData), &dataSize) || in WifiCmdGetHwFeature()
432 if (memcpy_s(hwFeatureData, sizeof(WifiHwFeatureData), respFeaturenData, dataSize) != EOK) { in WifiCmdGetHwFeature()