Multiple SSID Network Settings
- To manually create an port device, you need to modify the configuration of the serial port, as follows.
# vi /etc/config/wireless config wifi-iface 'default_radio2' option device 'radio1' ——required WiFi information option network 'lan' option mode 'ap' option ifname 'lan2' option encryption 'none' option ssid 'OpenWrt2' option disabled '0' option macaddr 'random' config wifi-iface 'default_radio3' option device 'radio0' ——required WiFi information option network 'lan' option mode 'ap' option ifname 'lan3' option encryption 'none' option ssid 'OpenWrt3' option disabled '0' option macaddr 'random'
- When creating the port devices, an unassociated wireless network will be automaticlly created.Note: You can revise the configuration information of the network according to your needs, for example:
- Device configuration: working frequency, channel, channel width
- General settings: assign network devices, encryption method, MAC address configuration in advanced settings (randomly generated)
- After configured success, save and apply all configuration information. The correctly set device will be displayed as shown in the following figure:
Figure 1. Device Result:
After the device is successfully connected, the wireless information and connection site will be displayed as follows:Figure 2. Wireless Information & Connection Site Other pages will also change accordingly, such as the homepage status:Figure 3. Homepage Status