SWRU576 January 2021 WL1801MOD , WL1805MOD , WL1807MOD , WL1831MOD , WL1835MOD , WL1837MOD
The mBSSID solution is running one instances of the ‘hostapd’ for both BSSs. The configuration parameters of the hostapd are located in a configuration file called ‘hostapd.conf’. This file is provided and may be modified to meet the product requirements. In addition, two ‘udhcp.conf’ files are provided (see below) for control over the IP addresses provided in each BSS.
Make sure the following files are located in /usr/share/wl18xx/
At the end of the hostapd.conf file add the mandatory attributes (This will configure the second AP with exactly the same attributes as the first one except for the SSID. All the parameters below bss=wlan2 configures the second bss):
bss=wlan2
ssid=BSS2
use_driver_iface_addr=1
wpa=2
wpa_key_mgmt=WPA-PSK
wpa_pairwise=CCMP
wpa_passphrase=12345678
wps_independent=1
wps_state=2
device_name=Sitara
device_type=1-0050F204-1
manufacturer=TexasInstruments
model_name=TI_Connectivity_module
model_number=wl18xx
serial_number=12345
uuid=12345678-9abc-def0-1234-56789abcdef1
eap_server=1
config_methods=virtual_display virtual_push_button push_button keypad
Each AP should be configured with an IP on a different subnet. The start and end of the IP lease block in the udhcp.conf files should be updated accordingly, as well as the “opt router” (default-gateway) parameter.
For example: If AP1 was configured with IP 192.168.43.1 and AP2 was configured with IP 192.168.53.1 (both with 255.255.255.0 mask) then the start, end and opt router should be as follows:
Attribute/File | udhcp.conf | udhcp2.conf |
---|---|---|
start | 192.168.43.20 | 192.168.53.20 |
end | 192.168.43.254 | 192.168.53.254 |
opt router | 192.168.43.1 | 192.168.53.1 |