Home
last modified time | relevance | path

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

/hostap-latest/src/ap/
Dap_config.h323 u8 *radius_das_shared_secret; member
Dap_config.c872 os_free(conf->radius_das_shared_secret); in hostapd_config_free_bss()
Dhostapd.c1341 das_conf.shared_secret = conf->radius_das_shared_secret; in hostapd_bss_radius_init()
/hostap-latest/hostapd/
Dconfig_file.c625 os_free(bss->radius_das_shared_secret); in hostapd_parse_das_client()
626 bss->radius_das_shared_secret = (u8 *) os_strdup(secret); in hostapd_parse_das_client()
627 if (bss->radius_das_shared_secret == NULL) in hostapd_parse_das_client()