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.h347 if (!sm->ctx->key_mgmt_set_pmk) in wpa_sm_key_mgmt_set_pmk()
349 return sm->ctx->key_mgmt_set_pmk(sm->ctx->ctx, pmk, pmk_len); in wpa_sm_key_mgmt_set_pmk()
Dwpa.h79 int (*key_mgmt_set_pmk)(void *ctx, const u8 *pmk, size_t pmk_len); member
/external/wpa_supplicant_8/wpa_supplicant/
Dwpas_glue.c1078 ctx->key_mgmt_set_pmk = wpa_supplicant_key_mgmt_set_pmk; in wpa_supplicant_init_wpa()