Add bridge handling for WDS STA interfaces

By default, add them to the configured bridge of the AP interface
(if present), but allow the user to specify a separate bridge.
This commit is contained in:
Felix Fietkau 2010-11-09 16:12:42 +02:00 committed by Jouni Malinen
parent 4a8c72959e
commit d38ae2ea85
6 changed files with 32 additions and 7 deletions

View file

@ -148,6 +148,7 @@ struct hostapd_wmm_ac_params {
struct hostapd_bss_config {
char iface[IFNAMSIZ + 1];
char bridge[IFNAMSIZ + 1];
char wds_bridge[IFNAMSIZ + 1];
enum hostapd_logger_level logger_syslog_level, logger_stdout_level;