hostapd: Mark config parameter name const
authorJouni Malinen <jouni@qca.qualcomm.com>
Tue, 21 Jul 2015 10:46:00 +0000 (13:46 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 21 Jul 2015 10:56:19 +0000 (13:56 +0300)
commit63e169e149fce48827ba8482e6ea32b4bc8edc8b
tree0f042911170a2ed652cd1f4a0b0b40175b2e7cc4
parent4be0dd2232e03ce61667a3cbe62069667d6d64a7
hostapd: Mark config parameter name const

The functions parsing configuration parameters do not modify the name of
the parameter, so mark that function argument constant. In theory, the
value should also be const, but at least for now, number of the parser
functions end up modifying this to simplify parsing.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
hostapd/config_file.c
hostapd/config_file.h
hostapd/ctrl_iface.c