<div dir="ltr"><div>I've been trying out CC on an adhoc mesh of three UBNT M5 radios, and I've been unable to specify the beacon interval in /etc/config/wireless.<br><br>Here is the /etc/config/wireless I'm using:<br><br>config wifi-device  radio0<br>        option type     mac80211<br>        option channel  36<br>        option hwmode   11a<br>        option path     'pci0000:00/0000:00:00.0'<br>        option htmode   HT20<br>        option country 'US'<br>        option beacon_int '500'<br>        list basic_rate '12000 18000 24000 36000 48000 54000'<br>        option diversity '1'<br>        option doth     '0'<br>        option disabled 0<br><br>config wifi-iface wlan0<br>        option device   radio0<br>        option network  'mesh'<br>        option mode 'adhoc'<br>        option mcast_rate '12000'<br>        option ssid     MyMesh<br>        option bssid '02:CA:FF:EE:BA:BE'<br>        option encryption 'psk2+aes'<br>        option key '...'<br><br></div><div>Under Chaos Calmer v46069 using packages hostapd, hostapd-common, and wpa-supplicant, this is the /tmp/run/wpa_supplicant-wlan0.conf generated:<br><br>ap_scan=2<br>network={<br>        scan_ssid=0<br>        ssid="MyMesh"<br>        key_mgmt=WPA-PSK<br>        mode=1<br>        fixed_freq=1<br>        frequency=5180<br>        mode=1<br>        psk="..."<br>        proto=RSN<br>        bssid=02:CA:FF:EE:BA:BE<br>        mcast_rate=12<br>        htmode=HT20<br>}<br><br></div><div><div>By comparison, the same radios and same wireless config file, flashed with Barrier Breaker r45620, have this /var/run/wpa_supplicant-wlan0.conf generated:<br></div><div><br>ap_scan=2<br>network={<br>        scan_ssid=0<br>        ssid="MyMesh"<br>        key_mgmt=WPA-PSK<br>        mode=1<br>        fixed_freq=1<br>        frequency=5180<br>        mode=1<br>        psk="..."<br>        proto=RSN<br>        bssid=02:CA:FF:EE:BA:BE<br>        beacon_int=500<br>        mcast_rate=12<br>}<br><br></div><div><br>-- <br><div class="gmail_signature">Ben West<div><a href="http://gowasabi.net" target="_blank">http://gowasabi.net</a><br><a href="mailto:ben@gowasabi.net" target="_blank">ben@gowasabi.net</a><br>314-246-9434<br></div></div>
</div></div></div>