qca / open-ath9k-htc-firmware

The firmware for QCA AR7010/AR9271 802.11n USB NICs
Other
429 stars 182 forks source link

(question) is it possible to have multiple access points work with the same bssid? #53

Open mo22 opened 10 years ago

mo22 commented 10 years ago

what I want to implement is roughly the following scenario:

the problem i have with that is that the ack frames require tight timing and are send by the PCU automatically. as far as I understood from the datasheet and the nl80211 source it is possible to put the PCU/card in a no-ack or monitor mode, but sending the ack frames manually does not work due to the timing problem.

now i found that the MAC_PCU_DIAG_SW register has a flag called PCU_INVALIDKEY_NOACK, which as i understand will prevent an ack frame from being sent if the key is not in the MAC_PCU_KEY_CACHE. would it theoretically be possible to keep the key for the station only in the MAC_PCU_KEY_CACHE of the nearest AP, so that the nearest AP will send an ack, but the other APs will not?

does anyone know if there is a wifi module that would be better suited for such experimental stuff?

lastly, does anyone know if there is an open firmware for the AR9341 SoC wifi module?

thank you very much,

Moritz