Home
last modified time | relevance | path

Searched refs:crc32_table (Results 1 – 1 of 1) sorted by relevance

/hostap-latest/src/utils/
Dcrc32.c19 static const u32 crc32_table[256] = { variable
82 crc = crc32_table[(crc ^ frame[i]) & 0xff] ^ (crc >> 8); in ieee80211_crc32()