]> git.ipfire.org Git - thirdparty/hostap.git/commit
Use a less generic name for IEEE802.11 CRC-32 routine
authorSergey Matyukevich <geomatsi@gmail.com>
Mon, 5 Sep 2022 20:18:23 +0000 (23:18 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 16 Sep 2022 18:39:47 +0000 (21:39 +0300)
commit0c7b3814ca6070a8e930dea09fde08b4058a4ca6
tree2719395d4925eb2f59d84a9f76fba78b37b68e18
parentc52ec086da3d18b03e23f2b3d0f10869ebd959f8
Use a less generic name for IEEE802.11 CRC-32 routine

Hostapd uses 'crc32' name for IEEE802.11 CRC-32 routine. This name is
too generic. Buildroot autobuilder detected build configuration that
failed to build due to the naming conflict: static linking with openssl
using zlib-ng as a zlib provider, e.g. see:
- http://autobuild.buildroot.net/results/9901df820d3afa4cde78e8ad6d62cb8ce7e69fdb/
- http://autobuild.buildroot.net/results/ac19975f0bf77f4a8ca574c374092ba81cd5a332/

Use a less generic name ieee80211_crc32 for IEEE802.11 CRC-32 routine
to avoid such naming conflicts.

Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com>
hostapd/config_file.c
src/ap/hostapd.c
src/ap/neighbor_db.c
src/utils/crc32.c
src/utils/crc32.h
wlantest/process.c
wlantest/test_vectors.c
wlantest/tkip.c
wlantest/wep.c