commit | a437378f98c4166928fbbd2cb545dc7a45f6fd3a | [log] [tgz] |
---|---|---|
author | Jouni Malinen <j@w1.fi> | Tue Nov 25 16:58:21 2014 +0200 |
committer | Jouni Malinen <j@w1.fi> | Tue Nov 25 16:58:21 2014 +0200 |
tree | 9057436eb01b9f28af4aa99d9884c851c5bf1bea | |
parent | a959a3b69dd2b341736e736cf4ff76e8d4a69cc2 [diff] |
proxyarp: Use C library header files and CONFIG_IPV6 This replaces the use of Linux kernel header files (linux/ip.h, linux/udp.h, linux/ipv6.h, and linux/icmpv6.h) with equivalent header files from C library. In addition, ndisc_snoop.c is now built conditionally on CONFIG_IPV6=y so that it is easier to handle hostapd builds with toolchains that do not support IPv6 even if Hotspot 2.0 is enabled in the build. Signed-off-by: Jouni Malinen <j@w1.fi>