ieee80211_crc_table 564 net80211/ieee80211_crypto.c static u_int32_t ieee80211_crc_table[256]; ieee80211_crc_table 581 net80211/ieee80211_crypto.c ieee80211_crc_table[n] = c; ieee80211_crc_table 596 net80211/ieee80211_crypto.c crc = ieee80211_crc_table[(crc ^ *buf) & 0xff] ^ (crc >> 8);