mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-21 22:09:23 +01:00
4a7e228da8
When running multiple BSSes in one ESS this solves the communication between them (called RRB) for purposes like preauthentication, FT key pull and push and FT-over-DS without complicated bridges. At the same time we're unlikely to have a scenario where we need the communication to fail so there's no need for this to be configurable. The supporting code for multiple hostapd processes is left in place so that configure_hostapd_instances can decide how many processes to run based on hw.conf and policies. start_hostapd now uses "-i wln0,..." which is no longer documented in hostapd manual page or usage() but still supported in current git and required if interface names are not provided in the config files (possibly unless -b is used which is also undocumented.) |
||
---|---|---|
.. | ||
hwsim.c | ||
test_runner_kernel_config | ||
test-runner.c |