Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dap_config.h274 u8 *radius_das_shared_secret; member
Dap_config.c501 os_free(conf->radius_das_shared_secret); in hostapd_config_free_bss()
Dhostapd.c1046 das_conf.shared_secret = conf->radius_das_shared_secret; in hostapd_setup_bss()
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c642 os_free(bss->radius_das_shared_secret); in hostapd_parse_das_client()
643 bss->radius_das_shared_secret = (u8 *) os_strdup(secret); in hostapd_parse_das_client()
644 if (bss->radius_das_shared_secret == NULL) in hostapd_parse_das_client()