Home
last modified time | relevance | path

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

/hostap-3.6.0/wpa_supplicant/
Dwps_supplicant.c815 char key_str[65]; in wpa_supplicant_wps_event_er_ap_settings() local
818 key_str[0] = '\0'; in wpa_supplicant_wps_event_er_ap_settings()
821 os_memcpy(key_str, cred->key, cred->key_len); in wpa_supplicant_wps_event_er_ap_settings()
822 key_str[cred->key_len] = '\0'; in wpa_supplicant_wps_event_er_ap_settings()
832 cred->auth_type, cred->encr_type, key_str); in wpa_supplicant_wps_event_er_ap_settings()