FST: Mark get_mb_ie() return value const
authorJouni Malinen <j@w1.fi>
Sat, 18 Jul 2015 13:16:26 +0000 (16:16 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 18 Jul 2015 14:23:55 +0000 (17:23 +0300)
commita0f04da517a5af848331fd978c1200cea28b6a33
tree81bea8b08ab8307a9045c5ffba084eb17acba6e6
parent74619cc15048dbfc1d6a371fd4c00d767ea41d0b
FST: Mark get_mb_ie() return value const

The caller is not expected to free or modify the value since this is
returning a reference to a buffer maintained by the upper layer.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/ap/hostapd.c
src/fst/fst.h
src/fst/fst_ctrl_iface.c
src/fst/fst_group.c
src/fst/fst_iface.h
src/fst/fst_session.c
wpa_supplicant/wpa_supplicant.c