Home
last modified time | relevance | path

Searched refs:radius_auth_req_attr (Results 1 – 7 of 7) sorted by relevance

/src/contrib/wpa/hostapd/
H A Dhostapd.eap_user53 # to the way radius_auth_req_attr is used for Access-Request packet in
H A Dconfig_file.c3006 } else if (bss->radius_auth_req_attr == NULL) { in hostapd_config_fill()
3007 bss->radius_auth_req_attr = attr; in hostapd_config_fill()
3009 a = bss->radius_auth_req_attr; in hostapd_config_fill()
H A DChangeLog573 * added radius_auth_req_attr and radius_acct_req_attr configuration
/src/contrib/wpa/src/ap/
H A Dieee802_11_auth.c149 if (add_common_radius_attr(hapd, hapd->conf->radius_auth_req_attr, in hostapd_radius_acl_query()
H A Dap_config.h315 struct hostapd_radius_attr *radius_auth_req_attr; member
H A Dieee802_1x.c780 if (add_common_radius_attr(hapd, hapd->conf->radius_auth_req_attr, sta, in ieee802_1x_encapsulate_radius()
790 if (!hostapd_config_get_radius_attr(hapd->conf->radius_auth_req_attr, in ieee802_1x_encapsulate_radius()
H A Dap_config.c839 hostapd_config_free_radius_attr(conf->radius_auth_req_attr); in hostapd_config_free_bss()