diff options
Diffstat (limited to 'hostapd/hostapd.conf')
-rw-r--r-- | hostapd/hostapd.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hostapd/hostapd.conf b/hostapd/hostapd.conf index ceae065..e38a7aa 100644 --- a/hostapd/hostapd.conf +++ b/hostapd/hostapd.conf @@ -632,6 +632,12 @@ own_ip_addr=127.0.0.1 # 60 (1 minute). #radius_acct_interim_interval=600 +# Request Chargeable-User-Identity (RFC 4372) +# This parameter can be used to configure hostapd to request CUI from the +# RADIUS server by including Chargeable-User-Identity attribute into +# Access-Request packets. +#radius_request_cui=1 + # Dynamic VLAN mode; allow RADIUS authentication server to decide which VLAN # is used for the stations. This information is parsed from following RADIUS # attributes based on RFC 3580 and RFC 2868: Tunnel-Type (value 13 = VLAN), |