hostapd: Make hostapd_config::bss array of pointers
authorJouni Malinen <jouni@qca.qualcomm.com>
Tue, 29 Oct 2013 14:23:23 +0000 (16:23 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 29 Oct 2013 14:58:21 +0000 (16:58 +0200)
commitebd79f07c47b02b71c0ac7744a6a94a2bae92fcf
treea8cb1715c26bdba2062a8e924b7ae513f041e716
parenta781e211f9cc45ad369d742a204d41c8a98e61d0
hostapd: Make hostapd_config::bss array of pointers

This makes it more convenient to move BSS configuration entries between
struct hostapd_config instances to clean up per-BSS configuration file
design.

Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
hostapd/config_file.c
hostapd/main.c
src/ap/ap_config.c
src/ap/ap_config.h
src/ap/hostapd.c
wpa_supplicant/ap.c