hostapd.8 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. .TH HOSTAPD 8 "April 7, 2005" hostapd hostapd
  2. .SH NAME
  3. hostapd \- IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator
  4. .SH SYNOPSIS
  5. .B hostapd
  6. [\-hdBKtv] [\-P <PID file>] <configuration file(s)>
  7. .SH DESCRIPTION
  8. This manual page documents briefly the
  9. .B hostapd
  10. daemon.
  11. .PP
  12. .B hostapd
  13. is a user space daemon for access point and authentication servers.
  14. It implements IEEE 802.11 access point management, IEEE 802.1X/WPA/WPA2/EAP Authenticators and RADIUS authentication server.
  15. The current version supports Linux (Host AP, mac80211-based drivers) and FreeBSD (net80211).
  16. .B hostapd
  17. is designed to be a "daemon" program that runs in the background and acts as the backend component controlling authentication.
  18. .B hostapd
  19. supports separate frontend programs and an example text-based frontend,
  20. .BR hostapd_cli ,
  21. is included with
  22. .BR hostapd .
  23. .SH OPTIONS
  24. A summary of options is included below.
  25. For a complete description, run
  26. .BR hostapd
  27. from the command line.
  28. .TP
  29. .B \-h
  30. Show usage.
  31. .TP
  32. .B \-d
  33. Show more debug messages.
  34. .TP
  35. .B \-dd
  36. Show even more debug messages.
  37. .TP
  38. .B \-B
  39. Run daemon in the background.
  40. .TP
  41. .B \-P <PID file>
  42. Path to PID file.
  43. .TP
  44. .B \-K
  45. Include key data in debug messages.
  46. .TP
  47. .B \-t
  48. Include timestamps in some debug messages.
  49. .TP
  50. .B \-v
  51. Show hostapd version.
  52. .SH SEE ALSO
  53. .BR hostapd_cli (1).
  54. .SH AUTHOR
  55. hostapd was written by Jouni Malinen <j@w1.fi>.
  56. .PP
  57. This manual page was written by Faidon Liambotis <faidon@cube.gr>,
  58. for the Debian project (but may be used by others).