config wifi-networks
Description: Configure WiFi networks for Station Mode.
config wifi
config wifi-networks
edit <name>
set ssid <id>
set security-mode <encryption mode>
set pmf <option>
set identity <string>
set password <string>
set sae-password <string>
next
end
end
Sample command:
config wifi wifi-networks
edit 2g-Network
set ssid Network
set security-mode WPA3-Enterprise-Only
set pmf required
set identity ******
set password ******
next
edit 5g-Dream
set ssid Dream
set security-mode WPA3-SAE
set pmf
set sae-password ******
next
edit 5g-Hope
set ssid Hope
set security-mode WPA2-Enterprise
set pmf
set identity ******
set password ******
next
end
| Parameter | Description | Type | Size | Default | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
ssid |
IEEE 802.11 service set identifier (SSID) for the wireless interface. Users who wish to use the wireless network must configure their computers to access this SSID name. |
string |
|
|
||||||||||||||||||||||||
| security-mode |
Select which security mode to use. |
option | - | |||||||||||||||||||||||||
|
|
|
|||||||||||||||||||||||||||
| pmf |
Protected Management Frames (PMF) support. |
option | - | |||||||||||||||||||||||||
|
|
|
|||||||||||||||||||||||||||
| identity | Wi-Fi identity | string | ||||||||||||||||||||||||||
| password | Wi-Fi passphrase. | string | ||||||||||||||||||||||||||
| sae-password | WPA3 SAE password to be used to authenticate WiFi users. | string | ||||||||||||||||||||||||||