Searched refs:os_wifi_str2mac (Results 1 – 4 of 4) sorted by relevance
92 char *os_wifi_str2mac(char mac_str[OS_MAC_LEN], char mac[OS_ETH_ALEN]) in os_wifi_str2mac() function121 return (uint8_t *)os_wifi_str2mac(mac_str, (char *)mac); in os_wifi_get_mac()
51 char *os_wifi_str2mac(char mac_str[HAL_MAC_LEN], char mac[ETH_ALEN]);
92 os_wifi_str2mac(str, bssid); in wifimgr_process_switch_ap_request()
464 os_wifi_str2mac(str, (char *)bssid); in wifimgr_process_dev_ap_switchap_request()
Completed in 5 milliseconds