Home
last modified time | relevance | path

Searched refs:radius_acct_req_attr (Results 1 – 10 of 10) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Daccounting.c61 hapd->conf->radius_acct_req_attr, in accounting_msg()
96 if (add_common_radius_attr(hapd, hapd->conf->radius_acct_req_attr, sta, in accounting_msg()
Dap_config.h308 struct hostapd_radius_attr *radius_acct_req_attr; member
Dap_config.c791 hostapd_config_free_radius_attr(conf->radius_acct_req_attr); in hostapd_config_free_bss()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Daccounting.c61 hapd->conf->radius_acct_req_attr, in accounting_msg()
96 if (add_common_radius_attr(hapd, hapd->conf->radius_acct_req_attr, sta, in accounting_msg()
Dap_config.h303 struct hostapd_radius_attr *radius_acct_req_attr; member
Dap_config.c697 hostapd_config_free_radius_attr(conf->radius_acct_req_attr); in hostapd_config_free_bss()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
Dap_config_file.c2829 } else if (bss->radius_acct_req_attr == NULL) {
2830 bss->radius_acct_req_attr = attr;
2832 a = bss->radius_acct_req_attr;
DChangeLog493 * added radius_auth_req_attr and radius_acct_req_attr configuration
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dap_config_file.c2837 } else if (bss->radius_acct_req_attr == NULL) { in hostapd_config_fill()
2838 bss->radius_acct_req_attr = attr; in hostapd_config_fill()
2840 a = bss->radius_acct_req_attr; in hostapd_config_fill()
DChangeLog536 * added radius_auth_req_attr and radius_acct_req_attr configuration