Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/common/
Dsae.h165 struct sae_pk * sae_parse_pk(const char *val);
Dsae_pk.c450 struct sae_pk * sae_parse_pk(const char *val) in sae_parse_pk() function
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c2248 pw->pk = sae_parse_pk(tmp); in parse_sae_password()