Searched refs:MAC_UINT_SIZE (Results 1 – 5 of 5) sorted by relevance
26 #define MAC_UINT_SIZE 6 macro31 if (mac == NULL || macStr == NULL || macSize != MAC_UINT_SIZE || strLen <= MAC_STRING_SIZE) { in ConvertMacToStr()63 …if (macStr == NULL || mac == NULL || macSize != MAC_UINT_SIZE || strlen(macStr) != MAC_STRING_SIZE… in ConvertMacToArray()
26 #define MAC_UINT_SIZE 6 macro49 if (mac == NULL || macStr == NULL || macSize != MAC_UINT_SIZE || strLen <= MAC_STRING_SIZE) { in ConvertMacToStr()81 …if (macStr == NULL || mac == NULL || macSize != MAC_UINT_SIZE || strlen(macStr) != MAC_STRING_SIZE… in ConvertMacToArray()
32 #define MAC_UINT_SIZE 6 macro
45 #define MAC_UINT_SIZE 6 macro1311 …if (srcMac == NULL || destMacStr == NULL || srcMacSize != MAC_UINT_SIZE || strLen <= MAC_STRING_SI… in ConvertMacArr2String()
453 if (ConvertMacArr2String((const unsigned char *)address, MAC_UINT_SIZE, in HdiP2pSetupWpsPbc()