You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[root@localhost openCAPWAP]# uname -a
Linux localhost 2.6.32-358.el6.x86_64 #1 SMP Fri Feb 22 00:31:26 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
[root@localhost openCAPWAP]# pwd
/root/.ssh/openCAPWAP
[root@localhost openCAPWAP]# make AC
gcc -DCW_NO_DTLS -DCW_NO_DTLSCWParseConfigurationUpdateRequest -DCW_DEBUGGING -DOPENSSL_NO_KRB5 -I/usr/include/libnl3 -I./HostapdHeaders/utils/ -c -o CWTunnel.o CWTunnel.c
CWTunnel.c: In function ‘CWConvertDataFrame_8023_to_80211’:
CWTunnel.c:70: error: ‘ETH_P_802_3_MIN’ undeclared (first use in this function)
CWTunnel.c:70: error: (Each undeclared identifier is reported only once
CWTunnel.c:70: error: for each function it appears in.)
make: *** [CWTunnel.o] Error 1
Please help
The text was updated successfully, but these errors were encountered:
Facing same issue, tried to add "#define ETH_P_802_3_MIN 0x600" in cfg80211.h, didn't work for me, I guess we need to find actual file where this change needs to be done. Have you solved it?
[root@localhost openCAPWAP]# uname -a
Linux localhost 2.6.32-358.el6.x86_64 #1 SMP Fri Feb 22 00:31:26 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
[root@localhost openCAPWAP]# pwd
/root/.ssh/openCAPWAP
[root@localhost openCAPWAP]# make AC
gcc -DCW_NO_DTLS -DCW_NO_DTLSCWParseConfigurationUpdateRequest -DCW_DEBUGGING -DOPENSSL_NO_KRB5 -I/usr/include/libnl3 -I./HostapdHeaders/utils/ -c -o CWTunnel.o CWTunnel.c
CWTunnel.c: In function ‘CWConvertDataFrame_8023_to_80211’:
CWTunnel.c:70: error: ‘ETH_P_802_3_MIN’ undeclared (first use in this function)
CWTunnel.c:70: error: (Each undeclared identifier is reported only once
CWTunnel.c:70: error: for each function it appears in.)
make: *** [CWTunnel.o] Error 1
Please help
The text was updated successfully, but these errors were encountered: