1

Question

Is it possible to simultaneously broadcast a WLAN network and connect to one on the same device?

I'm trying to broadcast a WLAN network and simultaneously connect to a different network at once. The goal is to allow a user to connect to the Pi via WLAN in their browser, enter their WiFi network credentials in an app running on the Pi, and then connect to their local WiFi network on the Pi.

Any help would be appreciated. Thanks!

Context

  • Device: Raspberry Pi Model 3A+
  • Wireless Chipset: Cypress CYW43455
  • WAP Management: hostapd, dnsmasq
2
  • 1
    Thanks for the tip. I updated the question with some additional context. Commented Feb 8, 2021 at 19:03
  • 1
    It is possible, but you will be limited to using the same WiFi channel for both connections. Commented Feb 8, 2021 at 21:59

1 Answer 1

1

Like @Tim_Stewart said, it comes down to chipset. Run iw list and look at the section "valid interface combinations".

What you want is something like #{ managed } >= 1 while at the same time total >= 2. If it is possible, there might be additional limitations with respect to number of simultaneous channels and/or BSSIDs. For more information, see also this answer.

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .