Home
last modified time | relevance | path

Searched refs:macSize (Results 1 - 3 of 3) sorted by relevance

/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dwpa_hdi_util.h27 * @param macSize - mac size, must be equal to 6
32 int ConvertMacToStr(const unsigned char *mac, int macSize, char *macStr, int strLen);
39 * @param macSize - mac array length, must be equal to 6
42 int ConvertMacToArray(const char *macStr, unsigned char *mac, int macSize);
H A Dwpa_hdi_util.c29 int ConvertMacToStr(const unsigned char *mac, int macSize, char *macStr, int strLen) in ConvertMacToStr() argument
31 if (mac == NULL || macStr == NULL || macSize != MAC_UINT_SIZE || strLen <= MAC_STRING_SIZE) { in ConvertMacToStr()
61 int ConvertMacToArray(const char *macStr, unsigned char *mac, int macSize) in ConvertMacToArray() argument
63 if (macStr == NULL || mac == NULL || macSize != MAC_UINT_SIZE || strlen(macStr) != MAC_STRING_SIZE) { in ConvertMacToArray()
/drivers/peripheral/wlan/client/src/sbuf/
H A Dsbuf_cmd_adapter.c703 uint32_t macSize; in GetNetDeviceInfo() local
729 !HdfSbufReadBuffer(reply, (const void **)(&replayData), &macSize)) { in GetNetDeviceInfo()
739 if (memcpy_s(netDeviceInfoResult->deviceInfos[i].mac, macSize, replayData, macSize) != EOK) { in GetNetDeviceInfo()

Completed in 3 milliseconds