Replace MAX_SSID_LEN with SSID_MAX_LEN
authorJouni Malinen <jouni@qca.qualcomm.com>
Tue, 7 Apr 2015 09:44:39 +0000 (12:44 +0300)
committerJouni Malinen <j@w1.fi>
Wed, 22 Apr 2015 08:44:18 +0000 (11:44 +0300)
commiteaa8eefed177f8301faa8281a24f4a5003318ac3
treee26648e1cb8694dcc4973521452b192519450b71
parent81847c22ba756d181a990eb5f8b7dab388ba72cc
Replace MAX_SSID_LEN with SSID_MAX_LEN

This makes source code more consistent. The use within Android driver
interface is left as-is to avoid changes in the old PNO interface
definition.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
wpa_supplicant/config.c
wpa_supplicant/config.h
wpa_supplicant/config_ssid.h
wpa_supplicant/ctrl_iface.c
wpa_supplicant/dbus/dbus_new_handlers.c
wpa_supplicant/events.c
wpa_supplicant/wpa_supplicant.c