Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/wifi_provision/dev_bind/os/
A Dos_misc.c92 char *os_wifi_str2mac(char mac_str[OS_MAC_LEN], char mac[OS_ETH_ALEN]) in os_wifi_str2mac() argument
96 char mac_addr[OS_ETH_ALEN] = { 0 }; in os_wifi_str2mac()
101 while (isxdigit(*ptr) && i < OS_ETH_ALEN) { in os_wifi_str2mac()
106 if (i < OS_ETH_ALEN) /* don't touch mac when fail */ in os_wifi_str2mac()
110 memcpy(mac, mac_addr, OS_ETH_ALEN); in os_wifi_str2mac()
115 uint8_t *os_wifi_get_mac(uint8_t mac[OS_ETH_ALEN]) in os_wifi_get_mac() argument
A Dos.h37 #define OS_ETH_ALEN ETH_ALEN macro
/AliOS-Things-master/components/linkkit/wifi_provision/frameworks/
A Dawss_main.c20 uint8_t bssid[OS_ETH_ALEN] = { 0 }; in __awss_start()
/AliOS-Things-master/components/linkkit/wifi_provision/zero_config/
A Dawss_registrar.c662 uint8_t bssid[OS_ETH_ALEN] = { 0 }; in awss_report_enrollee()
664 char bssid_str[OS_ETH_ALEN * 2 + 6] = { 0 }; in awss_report_enrollee()
1042 uint8_t bssid[OS_ETH_ALEN] = { 0 }; in registrar_raw_frame_init()
/AliOS-Things-master/components/linkkit/wifi_provision/dev_bind/
A Dawss_report.c187 while (i < OS_ETH_ALEN) { in awss_online_switchap()

Completed in 8 milliseconds