FST: Mark fst_ies buffer const
authorJouni Malinen <jouni@qca.qualcomm.com>
Mon, 3 Aug 2015 14:37:05 +0000 (17:37 +0300)
committerJouni Malinen <j@w1.fi>
Mon, 3 Aug 2015 14:40:30 +0000 (17:40 +0300)
commit84bcb4e7a97c758900abebce4382c81ed2b70b75
treeff447273c4d7ed4650a45221a169377138499a45
parent5e09f24a344d5043703a8d93cf51d9369247172f
FST: Mark fst_ies buffer const

This buffer is owned by the FST module, so mark it const in the
set_ies() callback to make it clearer which component is responsible for
modifying and freeing this.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
src/ap/hostapd.c
src/ap/hostapd.h
src/fst/fst.h
src/fst/fst_iface.h
wpa_supplicant/wpa_supplicant.c
wpa_supplicant/wpa_supplicant_i.h