wifi.1 830 B

12345678910111213141516171819202122232425262728293031
  1. .TH wifi 1
  2. '''
  3. .SH NAME
  4. \fBwifi\fR \- Wi-Fi client control tool
  5. '''
  6. .SH SYNOPSIS
  7. .IP "\fBwifi\fR" 4
  8. Show current status.
  9. .IP "\fBwifi bss\fR" 4
  10. Show status, including BSSIDs for all APs.
  11. .IP "\fBwifi scan\fR" 4
  12. Scan for available access points.
  13. .IP "\fBwifi connect\fR [\fIssid\fR]" 4
  14. Connect to named AP, or the strongest AP the service has PSK for.
  15. .IP "\fBwifi disconnect\fR" 4
  16. Disconnect from current AP, but keep the service running.
  17. .IP "\fBwifi forget\fR \fIssid\fR" 4
  18. Forget PSK for given \fIssid\fR.
  19. '''
  20. .SH USAGE
  21. When connection to a new AP for the first time, \fBwifi\fR will
  22. ask for passphrase. If the connection is successful, the PSK will
  23. be saved and subsequent commands will not ask anything.
  24. '''
  25. .SH NOTES
  26. Most of the work happens in \fBwsupp\fR(8), this is merely a client
  27. tool.
  28. '''
  29. .SH SEE ALSO
  30. \fBwsupp\fR(8).