Fix WPA/RSN IE update on reconfig with set_generic_elem()
authorAndriy Tkachuk <andriy.v.tkachuk@globallogic.com>
Tue, 6 Apr 2010 17:44:26 +0000 (20:44 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 6 Apr 2010 17:44:26 +0000 (20:44 +0300)
commit99f4ae67b7a241902c01178478b7b213849f53f7
tree69c8df8c7ba5569c8e7158b6d972761a117d2344
parent643743e2156eb15dbf7e312201ddbbb36bf27945
Fix WPA/RSN IE update on reconfig with set_generic_elem()

IF WPA/RSN parameters were changed or WPA/RSN was disabled, the
WPA/RSN IE in Beacon/Probe Response frames was only update with
set_beacon(). We need to do this with set_generic_elem(), too, to
work with all driver wrappers.
src/ap/hostapd.c