aboutsummaryrefslogtreecommitdiffstats
path: root/src/eapol_auth
diff options
context:
space:
mode:
authorJouni Malinen <j@w1.fi>2012-05-05 18:05:09 +0300
committerJouni Malinen <j@w1.fi>2012-05-05 18:05:09 +0300
commit4e132a618e014c9bb4370cad94848b24a66eaa3c (patch)
tree47cebfd785b6e1a0b2dc91259101998b12e26161 /src/eapol_auth
parent4732ee3a87a1375fa528f9626c57e3ab41f5f110 (diff)
downloadexternal_wpa_supplicant_8_ti-4e132a618e014c9bb4370cad94848b24a66eaa3c.zip
external_wpa_supplicant_8_ti-4e132a618e014c9bb4370cad94848b24a66eaa3c.tar.gz
external_wpa_supplicant_8_ti-4e132a618e014c9bb4370cad94848b24a66eaa3c.tar.bz2
hostapd: Copy Chargeable-User-Identity into accounting (RFC 4372)
If Access-Accept packet includes the Chargeable-User-Identity attribute, copy this attribute as-is into accounting messages. Signed-hostap: Jouni Malinen <j@w1.fi>
Diffstat (limited to 'src/eapol_auth')
-rw-r--r--src/eapol_auth/eapol_auth_sm_i.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/eapol_auth/eapol_auth_sm_i.h b/src/eapol_auth/eapol_auth_sm_i.h
index d0b7641..d7f893a 100644
--- a/src/eapol_auth/eapol_auth_sm_i.h
+++ b/src/eapol_auth/eapol_auth_sm_i.h
@@ -157,6 +157,7 @@ struct eapol_state_machine {
* Authentication server */
u8 eap_type_supp; /* EAP type of the last EAP packet from Supplicant */
struct radius_class_data radius_class;
+ struct wpabuf *radius_cui; /* Chargeable-User-Identity */
/* Keys for encrypting and signing EAPOL-Key frames */
u8 *eapol_key_sign;