Convert remaining SSID routines from char* to u8*
authorJouni Malinen <j@w1.fi>
Tue, 7 Aug 2012 13:07:25 +0000 (16:07 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 7 Aug 2012 13:07:25 +0000 (16:07 +0300)
commit986de33d5c3e11dd08a26ed65eacede8b75aa339
treea4cf15f08916a4ac42216e2f1c080fc784a27cc5
parent771e2f7b3302f7741594f9c669a225f5aa64f9e9
Convert remaining SSID routines from char* to u8*

This makes it more explicit that the SSID is not a null terminated
C string.

Signed-hostap: Jouni Malinen <j@w1.fi>
15 files changed:
hostapd/config_file.c
hostapd/ctrl_iface.c
hostapd/main.c
src/ap/accounting.c
src/ap/ap_config.h
src/ap/beacon.c
src/ap/hostapd.c
src/ap/ieee802_11_auth.c
src/ap/ieee802_1x.c
src/crypto/sha1-pbkdf2.c
src/crypto/sha1.h
wpa_supplicant/ap.c
wpa_supplicant/config.c
wpa_supplicant/wpa_passphrase.c
wpa_supplicant/wpa_supplicant.c