Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dwpa_hdi_util.c26 #define MAC_UINT_SIZE 6 macro
31 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()
/ohos5.0/foundation/communication/wifi/wifi/relation_services/common/
H A Dwifi_hal_common_func.c26 #define MAC_UINT_SIZE 6 macro
49 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()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/
H A Dwifi_hdi_common.h32 #define MAC_UINT_SIZE 6 macro
H A Dwifi_hdi_util.c45 #define MAC_UINT_SIZE 6 macro
1311 …if (srcMac == NULL || destMacStr == NULL || srcMacSize != MAC_UINT_SIZE || strLen <= MAC_STRING_SI… in ConvertMacArr2String()
H A Dwifi_hdi_wpa_p2p_impl.c453 if (ConvertMacArr2String((const unsigned char *)address, MAC_UINT_SIZE, in HdiP2pSetupWpsPbc()