hostapd: Add WDS (4-address frame) mode with per-station interfaces
authorFelix Fietkau <nbd@openwrt.org>
Thu, 24 Dec 2009 09:46:22 +0000 (11:46 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 24 Dec 2009 09:46:22 +0000 (11:46 +0200)
commitfbbfcbac29c0b3d2c6702e2e1123e93087747386
tree6f3ebcf3426a194203a78e72695d4cadc716e30b
parent09eac1ac56257e8c0251d1164e28fac7fd7c404f
hostapd: Add WDS (4-address frame) mode with per-station interfaces

This mode allows associated stations to use 4-address frames to allow
layer 2 bridging to be used. At least for the time being, this is only
supported with driver=nl80211.
14 files changed:
hostapd/config.c
hostapd/config.h
hostapd/driver_i.h
hostapd/drv_callbacks.c
hostapd/dump_state.c
hostapd/hostapd.conf
hostapd/ieee802_11.c
hostapd/ieee802_11.h
hostapd/sta_info.c
hostapd/sta_info.h
src/drivers/driver.h
src/drivers/driver_ndis.c
src/drivers/driver_nl80211.c
wpa_supplicant/ap.c