directories.doxygen 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. /**
  2. \dir hostapd hostapd
  3. hostapd-specific code for configuration, control interface, and AP
  4. management.
  5. \dir src/common Common functionality
  6. This module includes IEEE 802.11, IEEE 802.1X, and WPA related
  7. functionality that is shared between AP and station modes.
  8. \dir src/crypto Cryptographical functionality and wrappers
  9. This module defines crypto and tls interfaces to provide portability
  10. layer for different crypto/TLS libraries. Wrappers for number of
  11. libraries are also included here. In addition, internal implementation
  12. of various crypto functions are provided as an alternative for an
  13. external library and to extend some algorithms.
  14. \dir src/drivers Driver wrappers
  15. This directory includes the driver interface definition and all the
  16. driver wrappers that can be used to interact with different drivers
  17. without making rest of the software dependent on which particular
  18. driver is used.
  19. \dir src/eap_common Common EAP functionality for server and peer
  20. \dir src/eap_peer EAP peer
  21. \dir src/eap_server EAP server
  22. \dir src/eapol_auth EAPOL authenticator
  23. \dir src/eapol_supp EAPOL supplicant
  24. \dir src/hlr_auc_gw HLR/AuC gateway module for hostapd
  25. This is an example implementation of HLR/AuC gateway that hostapd can
  26. use for EAP-SIM and EAP-AKA server access. This example implements an
  27. internal authentication server using Milenage and GSM-Milenage.
  28. Alternative design could use this component as a gateway between an
  29. external HLR/AuC and EAP server code in hostapd.
  30. \dir src/l2_packet Layer 2 packet interface
  31. This module defines an interface for layer 2 (link layer) packet
  32. sendinf and receiving. All the wrappers for supported mechanisms are
  33. also included here. This is used to port packet access for new
  34. operating systems without having to make rest of the source code
  35. depend on which OS network stack is used.
  36. \dir src/radius RADIUS
  37. RADIUS module includes RADIUS message building and parsing
  38. functionality and separate RADIUS client and server functions.
  39. \dir src/rsn_supp IEEE 802.11 RSN and WPA supplicant
  40. \dir src/tls Internal TLS server and client implementation
  41. This module can be used as an alternative to using an external TLS
  42. library.
  43. \dir src/utils Utility functions
  44. Independent set of helper functions that most other components
  45. use. This includes portability wrappers and helpers for common tasks.
  46. \dir src/wps Wi-Fi Protected Setup
  47. This directory includes Wi-Fi Protected Setup functions for Registrar
  48. (both internal in an AP and an External Registrar and
  49. Enrollee. Minimal UPnP and HTTP functionality is also provided for the
  50. functionality needed to implement Wi-Fi Protected Setup.
  51. \dir wpa_supplicant %wpa_supplicant
  52. %wpa_supplicant-specific code for configuration, control interface, and
  53. client management.
  54. */