Home
last modified time | relevance | path

Searched refs:MACSTR (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/samples/net/wifi/apsta_mode/src/
Dmain.c14 #define MACSTR "%02X:%02X:%02X:%02X:%02X:%02X" macro
62 LOG_INF("station: " MACSTR " joined ", sta_info->mac[0], sta_info->mac[1], in wifi_event_handler()
69 LOG_INF("station: " MACSTR " leave ", sta_info->mac[0], sta_info->mac[1], in wifi_event_handler()
/Zephyr-latest/modules/hostap/src/
Dsupp_events.c123 MACSTR, MACADDR2STR(tmp_mac_addr)); in supplicant_process_status()
129 MACSTR" reason=%d", MACADDR2STR(tmp_mac_addr), in supplicant_process_status()
138 ret = sscanf(event_no_prefix, MACSTR in supplicant_process_status()
163 ret = sscanf(event_no_prefix, "%u "MACSTR, in supplicant_process_status()
171 "%u "MACSTR, in supplicant_process_status()
/Zephyr-latest/subsys/net/lib/wifi_credentials/
Dwifi_credentials_shell.c24 #define MACSTR "%02hhx:%02hhx:%02hhx:%02hhx:%02hhx:%02hhx" macro
55 shell_fprintf(sh, SHELL_VT100_COLOR_DEFAULT, ", bssid: " MACSTR, in print_network_info()
188 ret = sscanf(argv[arg_idx], MACSTR, &creds.header.bssid[0], &creds.header.bssid[1], in cmd_add_network()
/Zephyr-latest/drivers/wifi/esp32/src/
Desp_wifi_drv.c355 LOG_DBG("Station " MACSTR " join, AID=%d", MAC2STR(event->mac), event->aid); in esp_wifi_handle_ap_connect_event()
402 LOG_DBG("station " MACSTR " leave, AID=%d", MAC2STR(event->mac), event->aid); in esp_wifi_handle_ap_disconnect_event()