xref: /netbsd-src/external/bsd/wpa/dist/src/utils/crc32.h (revision bb6183629cf165db498d8e1f4e2de129f7efb21c)
10a73ee0aSchristos /*
20a73ee0aSchristos  * 32-bit CRC for FCS calculation
30a73ee0aSchristos  * Copyright (c) 2010, Jouni Malinen <j@w1.fi>
40a73ee0aSchristos  *
50a73ee0aSchristos  * This software may be distributed under the terms of the BSD license.
60a73ee0aSchristos  * See README for more details.
70a73ee0aSchristos  */
80a73ee0aSchristos 
90a73ee0aSchristos #ifndef CRC32_H
100a73ee0aSchristos #define CRC32_H
110a73ee0aSchristos 
12*bb618362Schristos u32 ieee80211_crc32(const u8 *frame, size_t frame_len);
130a73ee0aSchristos 
140a73ee0aSchristos #endif /* CRC32_H */
15