Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Design considerations

...

on VAP alignment for RPI WiFi HAL for OpenSync integration

Example Network Topology

GW <-> POD1(2VAP {bhaul} + 1 sta) <-> POD2

                 |

              POD3

Prerequisites

Ideally, 2 Radio are required for 2.4GHz and 5GHz bands in a target

For example in In Turris Omnia target, we have 2 radios and each radio has capability to support 8 VAPs(for hostapd) + 1 STA(for wpa-supplicant)


OpenSync informally expects following capabilities

  • atleast 2 VAP
  • 1 STA

Design consideration for RPI target

Following combinations are tried in RPI target (currently)

  • RPI in-built radio - 1 AP (wlan0)
  • TP link - 1 AP(interface wlan1)
  • TP link - 1 AP(wifi interface wlan 4/5)


With Netgear Wi-Fi dongle, we need to have following arrangement.
wlan0 (in-built) - Not going to be used with OpenSync
wlan1 (1st netgear dongle for 2.4GHz radio) - VAPs: wifi0, wifi2, STA: 1
wlan2 (2nd netgear dongle for 5GHz radio) - VAPs: wifi1, wifi3, STA: 1

...