Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:PMK_LEN

506 	if (hexstr2bin(value, ssid->psk, PMK_LEN) ||
507 value[PMK_LEN * 2] != '\0') {
517 wpa_hexdump_key(MSG_MSGDUMP, "PSK", ssid->psk, PMK_LEN);
549 return wpa_config_write_string_hex(ssid->psk, PMK_LEN);
1770 if (hexstr2bin(pos, p->psk, PMK_LEN) || pos[PMK_LEN * 2] != '\0') {
2865 ssid->psk, PMK_LEN);
2867 ssid->psk, PMK_LEN);