mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 17:06:05 +02:00
wpa_supplicant: add page (#2290)
This commit is contained in:
parent
437beb75d0
commit
15c3f9ec7a
1 changed files with 11 additions and 0 deletions
11
pages/common/wpa_supplicant.md
Normal file
11
pages/common/wpa_supplicant.md
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
# wpa_supplicant
|
||||||
|
|
||||||
|
> Manage protected wireless networks.
|
||||||
|
|
||||||
|
- Join a protected wireless network:
|
||||||
|
|
||||||
|
`wpa_supplicant -i {{interface}} -c {{path/to/wpa_supplicant_conf.conf}}`
|
||||||
|
|
||||||
|
- Join a protected wireless network and run it in a daemon:
|
||||||
|
|
||||||
|
`wpa_supplicant -B -i {{interface}} -c {{path/to/wpa_supplicant_conf.conf}}`
|
Loading…
Add table
Reference in a new issue