Searched refs:uuid_str (Results 1 – 2 of 2) sorted by relevance
/hostap-latest/wpa_supplicant/ |
D | wps_supplicant.c | 753 char uuid_str[100]; in wpa_supplicant_wps_event_er_ap_add() local 756 uuid_bin2str(ap->uuid, uuid_str, sizeof(uuid_str)); in wpa_supplicant_wps_event_er_ap_add() 765 uuid_str, MAC2STR(ap->mac_addr), dev_type, ap->wps_state, in wpa_supplicant_wps_event_er_ap_add() 778 char uuid_str[100]; in wpa_supplicant_wps_event_er_ap_remove() local 779 uuid_bin2str(ap->uuid, uuid_str, sizeof(uuid_str)); in wpa_supplicant_wps_event_er_ap_remove() 780 wpa_msg(wpa_s, MSG_INFO, WPS_EVENT_ER_AP_REMOVE "%s", uuid_str); in wpa_supplicant_wps_event_er_ap_remove() 787 char uuid_str[100]; in wpa_supplicant_wps_event_er_enrollee_add() local 790 uuid_bin2str(enrollee->uuid, uuid_str, sizeof(uuid_str)); in wpa_supplicant_wps_event_er_enrollee_add() 800 uuid_str, MAC2STR(enrollee->mac_addr), enrollee->m1_received, in wpa_supplicant_wps_event_er_enrollee_add() 813 char uuid_str[100]; in wpa_supplicant_wps_event_er_enrollee_remove() local [all …]
|
D | ctrl_iface.c | 2544 char uuid_str[100]; in wpa_supplicant_ctrl_iface_status() local 2545 uuid_bin2str(wpa_s->wps->uuid, uuid_str, sizeof(uuid_str)); in wpa_supplicant_ctrl_iface_status() 2546 ret = os_snprintf(pos, end - pos, "uuid=%s\n", uuid_str); in wpa_supplicant_ctrl_iface_status()
|