Home
last modified time | relevance | path

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

/hostap-latest/src/pasn/
Dpasn_common.c57 pasn->derive_kdk = true; in pasn_enable_kdk_derivation()
66 pasn->derive_kdk = false; in pasn_disable_kdk_derivation()
Dpasn_common.h44 bool derive_kdk; member
Dpasn_responder.c660 if (pasn->derive_kdk && in handle_auth_pasn_1()
665 if (pasn->derive_kdk) in handle_auth_pasn_1()
Dpasn_initiator.c747 pasn->derive_kdk = false; in wpa_pasn_reset()
/hostap-latest/wpa_supplicant/
Dpasn_supplicant.c519 bool derive_kdk; in wpas_pasn_auth_start_cb() local
555 derive_kdk = (wpa_s->drv_flags2 & WPA_DRIVER_FLAGS2_SEC_LTF_STA) && in wpas_pasn_auth_start_cb()
559 if (!derive_kdk) in wpas_pasn_auth_start_cb()
560 derive_kdk = wpa_s->conf->force_kdk_derivation; in wpas_pasn_auth_start_cb()
562 if (derive_kdk) in wpas_pasn_auth_start_cb()
/hostap-latest/src/ap/
Dwpa_auth.c3649 bool derive_kdk, no_kdk = false; local
3658 derive_kdk = sm->wpa_auth->conf.secure_ltf &&
3733 derive_kdk && !no_kdk) {
Dieee802_11.c2748 if (pasn->derive_kdk && in hapd_pasn_update_params()