Home
last modified time | relevance | path

Searched refs:MAC_STRING_SIZE (Results 1 - 9 of 9) sorted by relevance

/foundation/communication/wifi/wifi/relation_services/common/
H A Dwifi_hal_common_func.c27 #define MAC_STRING_SIZE 17 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()
87 for (int i = 0, j = 0; i < MAC_STRING_SIZE; ++i) { in ConvertMacToArray()
105 mac[MAC_STRING_SIZE / macSpaceNum] = tmp; in ConvertMacToArray()
111 if (macStr == NULL || strlen(macStr) != MAC_STRING_SIZE) { in CheckMacIsValid()
114 for (int i = 0, j = 0; i < MAC_STRING_SIZE; ++i) { in CheckMacIsValid()
/foundation/communication/dhcp/services/dhcp_server/src/
H A Daddress_utils.cpp28 #define MAC_STRING_SIZE 17 macro
237 if (strMac == NULL || strlen(strMac) != MAC_STRING_SIZE) { in ParseMacAddress()
262 macAddr[MAC_STRING_SIZE / macSpaceNum] = tmp; in ParseMacAddress()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/
H A Dwifi_hdi_common.h33 #define MAC_STRING_SIZE 17 macro
H A Dwifi_hdi_common.c812 if (macStr == NULL || strlen(macStr) != MAC_STRING_SIZE) { in CheckMacIsValid()
815 for (int i = 0, j = 0; i < MAC_STRING_SIZE; ++i) { in CheckMacIsValid()
H A Dwifi_hdi_util.c46 #define MAC_STRING_SIZE 17 macro
1316 if (srcMac == NULL || destMacStr == NULL || srcMacSize != MAC_UINT_SIZE || strLen <= MAC_STRING_SIZE) { in ConvertMacArr2String()
H A Dwifi_hdi_wpa_p2p_impl.c404 char anonymizeAddr[MAC_STRING_SIZE + 1] = {0}; in HdiP2pSetupWpsPbc()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/utils/
H A Dwifi_global_func.h30 constexpr int MAC_STRING_SIZE = 17; member
H A Dwifi_global_func.cpp201 if (macStr.length() != MAC_STRING_SIZE) { in CheckMacIsValid()
205 for (int i = 0, j = 0; i < MAC_STRING_SIZE; ++i) { in CheckMacIsValid()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/config/
H A Dwifi_settings.cpp1716 if (bssid.empty() || bssid.length() != MAC_STRING_SIZE) { in FuzzyBssid()

Completed in 11 milliseconds