Template:NM CREATE AP CMDS EXAMPLE: Difference between revisions
From Variscite Wiki
(Created page with "<noinclude> {{NM_CREATE_AP_CMDS |dev={{{dev|}}} |name=WIFI_AP |ssid=MY_AP |band=bg |channel=1 |key-mgmt=wpa-psk |proto=rsn |group=ccmp |pairwise=ccmp |passphrase=11223344 }} <...") |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
< | <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> | ||
</ |