Do not store dynamic HT IEs in configuration structures
authorJouni Malinen <jouni.malinen@atheros.com>
Fri, 22 Aug 2008 17:55:52 +0000 (20:55 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 22 Aug 2008 17:55:52 +0000 (20:55 +0300)
commitedd360e170f15caa614bf4bb3847f5937b0517e5
tree1cab4d84eb5cd47b15b26e5fec5071921068fa27
parent71b6ae1425d5a347caede49a8fd8278b09d69880
Do not store dynamic HT IEs in configuration structures

The configuration data should only store the static configuration data and
not dynamic data. In addition, storing HT configuration and state in IEs is
not the easiest way of doing this, so use more convenient data types for
storing configuration and dynamic state. The HT IEs are then generated
based on the static configuration and dynamic state whenever needed.
hostapd/beacon.c
hostapd/config.c
hostapd/config.h
hostapd/driver.h
hostapd/hostapd.c
hostapd/hostapd.h
hostapd/ieee802_11.c