Move hostapd configuration parser into separate file
authorJouni Malinen <j@w1.fi>
Thu, 24 Dec 2009 19:05:40 +0000 (21:05 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 24 Dec 2009 19:05:40 +0000 (21:05 +0200)
commit41d719d6e0c78286eb2b884e6ef8ff5df5d709e9
treedf920b7cca6cf6fd50c4d0705c268e04ec36380e
parent45cefa0bf3402ef53554a4d0bbe7837200f73dbf
Move hostapd configuration parser into separate file

config.c includes now only the generic helper functions that are needed
both for hostapd and the AP mode operations in wpa_supplicant.
hostapd/config_file.c is only needed for hostapd.
hostapd/Makefile
hostapd/config.c
hostapd/config.h
hostapd/config_file.c [new file with mode: 0644]
hostapd/config_file.h [new file with mode: 0644]
hostapd/hostapd.c
hostapd/hostapd.h
hostapd/main.c