Home | History | Annotate | Download | only in ap

Lines Matching refs:PMK_LEN

163 		2 + RSN_SELECTOR_LEN + PMK_LEN + WPA_NONCE_LEN +
178 pos = wpa_add_kde(pos, RSN_KEY_DATA_SMK, smk, PMK_LEN,
217 2 + RSN_SELECTOR_LEN + PMK_LEN + WPA_NONCE_LEN +
235 pos = wpa_add_kde(pos, RSN_KEY_DATA_SMK, smk, PMK_LEN,
292 if (random_get_bytes(smk, PMK_LEN)) {
308 sha256_prf(smk, PMK_LEN, "SMK Derivation", buf, sizeof(buf),
309 smk, PMK_LEN);
311 sha1_prf(smk, PMK_LEN, "SMK Derivation", buf, sizeof(buf),
312 smk, PMK_LEN);
315 wpa_hexdump_key(MSG_DEBUG, "RSN: SMK", smk, PMK_LEN);