diff options
author | Jouni Malinen <j@w1.fi> | 2009-12-06 16:33:19 +0200 |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2009-12-06 16:33:19 +0200 |
commit | 0e574b07f83c0595a71267e273de28c64187b1b6 (patch) | |
tree | 0375b4ce7f56b62f828538ef0377f90aa2c61867 /doc | |
parent | 912321e93537c409aa4d75866df9b8e855d3e554 (diff) | |
download | external_wpa_supplicant_8_ti-0e574b07f83c0595a71267e273de28c64187b1b6.zip external_wpa_supplicant_8_ti-0e574b07f83c0595a71267e273de28c64187b1b6.tar.gz external_wpa_supplicant_8_ti-0e574b07f83c0595a71267e273de28c64187b1b6.tar.bz2 |
Move hlr_auc_gw into hostapd directory
This is a separate program and is used mainly with hostapd, so it is
better to move this into the hostapd subdirectory now that Milenage
code has already been moved into src/crypto. Milenage was the only
generic component in hlr_auc_gw.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/directories.doxygen | 9 | ||||
-rw-r--r-- | doc/doxygen.conf | 1 |
2 files changed, 0 insertions, 10 deletions
diff --git a/doc/directories.doxygen b/doc/directories.doxygen index 453d42a..7465afe 100644 --- a/doc/directories.doxygen +++ b/doc/directories.doxygen @@ -44,15 +44,6 @@ driver is used. \dir src/eapol_supp EAPOL supplicant -\dir src/hlr_auc_gw HLR/AuC gateway module for hostapd - -This is an example implementation of HLR/AuC gateway that hostapd can -use for EAP-SIM and EAP-AKA server access. This example implements an -internal authentication server using Milenage and GSM-Milenage. -Alternative design could use this component as a gateway between an -external HLR/AuC and EAP server code in hostapd. - - \dir src/l2_packet Layer 2 packet interface This module defines an interface for layer 2 (link layer) packet diff --git a/doc/doxygen.conf b/doc/doxygen.conf index 67c185b..9c2fdf4 100644 --- a/doc/doxygen.conf +++ b/doc/doxygen.conf @@ -580,7 +580,6 @@ INPUT = \ src/eapol_supp \ src/eap_peer \ src/eap_server \ - src/hlr_auc_gw \ src/l2_packet \ src/radius \ src/rsn_supp \ |