Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/rsn_supp/
Dwpa_i.h443 if (!sm->ctx->key_mgmt_set_pmk) in wpa_sm_key_mgmt_set_pmk()
445 return sm->ctx->key_mgmt_set_pmk(sm->ctx->ctx, pmk, pmk_len); in wpa_sm_key_mgmt_set_pmk()
Dwpa.h85 int (*key_mgmt_set_pmk)(void *ctx, const u8 *pmk, size_t pmk_len); member
/external/wpa_supplicant_8/wpa_supplicant/
Dwpas_glue.c1426 ctx->key_mgmt_set_pmk = wpa_supplicant_key_mgmt_set_pmk; in wpa_supplicant_init_wpa()