WLAN Fast Roaming between Turris Omnia and Mox

Two days of fast roaming testing with MOX

1 GB MOX with default configuration

  • MOX A with SDIO (original supplied)
  • TOS 4 (HBT), wpad (2018-05-21-62566bc2-8.0), kernel 4.14.167
  • MOX A+C+G with SDIO and mPCI card (original supplied with G addition)
  • TOS 5 (HBK), wpad (2019-08-08-ca8c2bd2-2.0), kernel 4.14.172

Experiences

  • Roaming between SDIO and mPCI card is not working
  • Roaming between two SDIO on 5 GHz are very unstable
  • Roaming between two SDIO on 2,4 GHz is possible
  • SDIO often lost contact with board (no concussion)

Wireless settings

  • Second card (if avaliable) and guest mode (or other SSID) is off

/etc/config/wireless

config wifi-device 'radio1'
        option type 'mac80211'
        option macaddr 'my_mac'
        option country 'CZ'
        option channel 'auto'
        option hwmode '11g'
        option htmode 'HT40'

config wifi-iface 'default_radio1'
        option device 'radio1'
        option network 'lan'
        option mode 'ap'
        option encryption 'psk2+ccmp'
        option wpa_group_rekey '86400'
        option key 'ssid_pass'
        option ssid 'ssid_name'
        option ft_over_ds '1'
        option pmk_r1_push '1'
        option mobility_domain '1234'
        option ft_psk_generate_local '1'
        option ieee80211r '1'