hostapd_cli.1 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. .TH HOSTAPD_CLI 1 "April 7, 2005" hostapd_cli "hostapd command-line interface"
  2. .SH NAME
  3. hostapd_cli \- hostapd command-line interface
  4. .SH SYNOPSIS
  5. .B hostapd_cli
  6. [\-p<path>] [\-i<ifname>] [\-hv] [command..]
  7. .SH DESCRIPTION
  8. This manual page documents briefly the
  9. .B hostapd_cli
  10. utility.
  11. .PP
  12. .B hostapd_cli
  13. is a command-line interface for the
  14. .B hostapd
  15. daemon.
  16. .B hostapd
  17. is a user space daemon for access point and authentication servers.
  18. It implements IEEE 802.11 access point management, IEEE 802.1X/WPA/WPA2/EAP Authenticators and RADIUS authentication server.
  19. For more information about
  20. .B hostapd
  21. refer to the
  22. .BR hostapd (8)
  23. man page.
  24. .SH OPTIONS
  25. A summary of options is included below.
  26. For a complete description, run
  27. .BR hostapd_cli
  28. from the command line.
  29. .TP
  30. .B \-p<path>
  31. Path to find control sockets.
  32. Default: /var/run/hostapd
  33. .TP
  34. .B \-i<ifname>
  35. Interface to listen on.
  36. Default: first interface found in socket path.
  37. .TP
  38. .B \-h
  39. Show usage.
  40. .TP
  41. .B \-v
  42. Show hostapd_cli version.
  43. .SH COMMANDS
  44. A summary of commands is included below.
  45. For a complete description, run
  46. .BR hostapd_cli
  47. from the command line.
  48. .TP
  49. .B mib
  50. Get MIB variables (dot1x, dot11, radius).
  51. .TP
  52. .B sta <addr>
  53. Get MIB variables for one station.
  54. .TP
  55. .B all_sta
  56. Get MIB variables for all stations.
  57. .TP
  58. .B help
  59. Get usage help.
  60. .TP
  61. .B interface [ifname]
  62. Show interfaces/select interface.
  63. .TP
  64. .B level <debug level>
  65. Change debug level.
  66. .TP
  67. .B license
  68. Show full
  69. .B hostapd_cli
  70. license.
  71. .TP
  72. .B quit
  73. Exit hostapd_cli.
  74. .SH SEE ALSO
  75. .BR hostapd (8).
  76. .SH AUTHOR
  77. hostapd_cli was written by Jouni Malinen <j@w1.fi>.
  78. .PP
  79. This manual page was written by Faidon Liambotis <faidon@cube.gr>,
  80. for the Debian project (but may be used by others).