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

/freebsd-12-stable/contrib/wpa/src/ap/
H A Dap_config.h302 struct hostapd_radius_attr *radius_auth_req_attr; member in struct:hostapd_bss_config
H A Dieee802_11_auth.c178 if (add_common_radius_attr(hapd, hapd->conf->radius_auth_req_attr,
H A Dieee802_1x.c713 if (add_common_radius_attr(hapd, hapd->conf->radius_auth_req_attr, sta,
723 if (!hostapd_config_get_radius_attr(hapd->conf->radius_auth_req_attr,
H A Dap_config.c696 hostapd_config_free_radius_attr(conf->radius_auth_req_attr);
/freebsd-12-stable/contrib/wpa/hostapd/
H A Dconfig_file.c343 wpa_printf(MSG_ERROR, "Invalid radius_auth_req_attr: %s",
2805 } else if (os_strcmp(buf, "radius_auth_req_attr") == 0) {
2810 "Line %d: invalid radius_auth_req_attr",
2813 } else if (bss->radius_auth_req_attr == NULL) {
2814 bss->radius_auth_req_attr = attr;
2816 a = bss->radius_auth_req_attr;

Completed in 131 milliseconds