travelmate: bugfix 0.2.6

* fix two potential race conditions in ap/sta handling

Signed-off-by: Dirk Brenken <dev@brenken.org>
This commit is contained in:
Dirk Brenken
2016-11-13 19:32:40 +01:00
parent 32fb90fd68
commit 70c08bfc22
3 changed files with 31 additions and 7 deletions
+11 -1
View File
@@ -69,9 +69,19 @@ config zone
[...]
</code></pre>
**3. add required wwan stations to your wireless configuration in etc/config/wireless:**
**3. add required ap and wwan stations to your wireless configuration in etc/config/wireless:**
<pre><code>
[...]
config wifi-iface
option device 'radio0'
option network 'lan'
option ifname 'wlan0'
option mode 'ap'
option ssid 'example_ap'
option encryption 'psk2+ccmp'
option key 'abc'
option disabled '0'
[...]
config wifi-iface
option device 'radio0'
option network 'wwan'