Lines Matching refs:uuid_str
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
814 uuid_bin2str(enrollee->uuid, uuid_str, sizeof(uuid_str)); in wpa_supplicant_wps_event_er_enrollee_remove()
816 uuid_str, MAC2STR(enrollee->mac_addr)); in wpa_supplicant_wps_event_er_enrollee_remove()
824 char uuid_str[100]; in wpa_supplicant_wps_event_er_ap_settings() local
836 uuid_bin2str(ap_settings->uuid, uuid_str, sizeof(uuid_str)); in wpa_supplicant_wps_event_er_ap_settings()
841 uuid_str, wpa_ssid_txt(cred->ssid, cred->ssid_len), in wpa_supplicant_wps_event_er_ap_settings()
850 char uuid_str[100]; in wpa_supplicant_wps_event_er_set_sel_reg() local
852 uuid_bin2str(ev->uuid, uuid_str, sizeof(uuid_str)); in wpa_supplicant_wps_event_er_set_sel_reg()
858 uuid_str, ev->sel_reg, ev->dev_passwd_id, in wpa_supplicant_wps_event_er_set_sel_reg()
863 "uuid=%s state=DONE", uuid_str); in wpa_supplicant_wps_event_er_set_sel_reg()
867 "uuid=%s state=FAILED", uuid_str); in wpa_supplicant_wps_event_er_set_sel_reg()