Home
last modified time | relevance | path

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

/hostap-latest/src/pasn/
Dpasn_initiator.c306 size_t rmsk_len; in wpas_pasn_wd_fils_rx() local
409 rmsk_len = ERP_MAX_KEY_LEN; in wpas_pasn_wd_fils_rx()
410 ret = eapol_sm_get_key(pasn->eapol, rmsk, rmsk_len); in wpas_pasn_wd_fils_rx()
413 rmsk_len = PMK_LEN; in wpas_pasn_wd_fils_rx()
414 ret = eapol_sm_get_key(pasn->eapol, rmsk, rmsk_len); in wpas_pasn_wd_fils_rx()
422 ret = fils_rmsk_to_pmk(pasn->akmp, rmsk, rmsk_len, in wpas_pasn_wd_fils_rx()
/hostap-latest/src/common/
Dwpa_common.h469 int fils_rmsk_to_pmk(int akmp, const u8 *rmsk, size_t rmsk_len,
Dwpa_common.c592 int fils_rmsk_to_pmk(int akmp, const u8 *rmsk, size_t rmsk_len, in fils_rmsk_to_pmk() argument
612 wpa_hexdump_key(MSG_DEBUG, "FILS: rMSK", rmsk, rmsk_len); in fils_rmsk_to_pmk()
620 len[0] = rmsk_len; in fils_rmsk_to_pmk()
/hostap-latest/src/rsn_supp/
Dwpa.c6115 size_t rmsk_len; in fils_process_auth() local
6125 rmsk_len = ERP_MAX_KEY_LEN; in fils_process_auth()
6126 res = eapol_sm_get_key(sm->eapol, rmsk, rmsk_len); in fils_process_auth()
6128 rmsk_len = PMK_LEN; in fils_process_auth()
6129 res = eapol_sm_get_key(sm->eapol, rmsk, rmsk_len); in fils_process_auth()
6134 res = fils_rmsk_to_pmk(sm->key_mgmt, rmsk, rmsk_len, in fils_process_auth()