Searched refs:radius_auth_req_attr (Results 1 - 13 of 13) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_config.h239 struct hostapd_radius_attr *radius_auth_req_attr; member in struct:hostapd_bss_config
H A Dieee802_11_auth.c185 if (add_common_radius_attr(hapd, hapd->conf->radius_auth_req_attr,
H A Dap_config.c447 hostapd_config_free_radius_attr(conf->radius_auth_req_attr);
H A Dieee802_1x.c589 if (add_common_radius_attr(hapd, hapd->conf->radius_auth_req_attr, sta,
596 if (!hostapd_config_get_radius_attr(hapd->conf->radius_auth_req_attr,
/external/wpa_supplicant_8/src/ap/
H A Dap_config.h239 struct hostapd_radius_attr *radius_auth_req_attr; member in struct:hostapd_bss_config
H A Dieee802_11_auth.c185 if (add_common_radius_attr(hapd, hapd->conf->radius_auth_req_attr,
H A Dap_config.c447 hostapd_config_free_radius_attr(conf->radius_auth_req_attr);
H A Dieee802_1x.c589 if (add_common_radius_attr(hapd, hapd->conf->radius_auth_req_attr, sta,
596 if (!hostapd_config_get_radius_attr(hapd->conf->radius_auth_req_attr,
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_config.h239 struct hostapd_radius_attr *radius_auth_req_attr; member in struct:hostapd_bss_config
H A Dieee802_11_auth.c185 if (add_common_radius_attr(hapd, hapd->conf->radius_auth_req_attr,
H A Dap_config.c447 hostapd_config_free_radius_attr(conf->radius_auth_req_attr);
H A Dieee802_1x.c589 if (add_common_radius_attr(hapd, hapd->conf->radius_auth_req_attr, sta,
596 if (!hostapd_config_get_radius_attr(hapd->conf->radius_auth_req_attr,
/external/wpa_supplicant_8/hostapd/
H A Dconfig_file.c264 wpa_printf(MSG_ERROR, "Invalid radius_auth_req_attr: %s",
2298 } else if (os_strcmp(buf, "radius_auth_req_attr") == 0) {
2303 "Line %d: invalid radius_auth_req_attr",
2306 } else if (bss->radius_auth_req_attr == NULL) {
2307 bss->radius_auth_req_attr = attr;
2309 a = bss->radius_auth_req_attr;

Completed in 55 milliseconds