Use proper build config for parsing proxy_arp
authorMatt Woods <matt.woods@aliyun.com>
Sat, 5 Dec 2015 07:20:58 +0000 (07:20 +0000)
committerJouni Malinen <j@w1.fi>
Sat, 5 Dec 2015 19:03:00 +0000 (21:03 +0200)
commit7b991b47eb85ef9cfc7cdb98b9cb36b9a84730d9
treea126dbe89021aefff319c61084c6dc2b51e65bb2
parent96bf8fe1040bb18c321b383b10cdfcf58face9f9
Use proper build config for parsing proxy_arp

In the definition of struct hostapd_bss_config, proxy_arp isn't affected
by the macro CONFIG_HS20. In addition, proxy_arp is not described in the
section of Hotspot 2.0 in the file hostapd.conf. The item proxy_arp
should be decided its action area by the macro CONFIG_PROXYARP which is
used to select whether the needed function gets included in the build.

Signed-off-by: Matt Woods <matt.woods@aliyun.com>
hostapd/config_file.c