Mark ieee802_11_parse_elems() input and parsed elems const
authorJouni Malinen <j@w1.fi>
Sun, 13 Dec 2009 21:11:11 +0000 (23:11 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 13 Dec 2009 21:11:11 +0000 (23:11 +0200)
commitba091c06c53702ff76bdb17a59e6ab4fdb2aef30
treea9ce6d036db46a01429d05e03603b37d37ee588c
parentf8b1f695617c8f00e733064f2f7570ed78719da9
Mark ieee802_11_parse_elems() input and parsed elems const

In addition, re-order IE pointers and u8 length so that the shorter
length fields are together to allow compiler to optimize structure size.
hostapd/ieee802_11.c
src/common/ieee802_11_common.c
src/common/ieee802_11_common.h
wpa_supplicant/mlme.c