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:
parent
4a8c72959e
commit
d38ae2ea85
6 changed files with 32 additions and 7 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue