Template:NM CREATE AP CMDS EXAMPLE: Difference between revisions
From Variscite Wiki
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly> | <includeonly>For example, the following commands will create AP configuration named WIFI_AP on '''{{{dev|}}}''', with SSID MY_AP, 2.4GHz band, channel 1, WPA2-PSK security, CCMP encryption, and passphrase 11223344 for the '''{{{module|}}}'''. | ||
{{NM_CREATE_AP_CMDS | {{NM_CREATE_AP_CMDS | ||
|dev={{{dev|}}} | |dev={{{dev|}}} | ||
Line 11: | Line 11: | ||
|pairwise=ccmp | |pairwise=ccmp | ||
|passphrase=11223344 | |passphrase=11223344 | ||
}} | }}</includeonly> | ||
</includeonly> |