Home
last modified time | relevance | path

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

/hostap-latest/wlantest/
Dtest_vectors.c100 u8 fcs[4]; in test_vector_ccmp() local
118 WPA_PUT_LE32(fcs, ieee80211_crc32(enc, enc_len)); in test_vector_ccmp()
119 wpa_hexdump(MSG_INFO, "FCS", fcs, sizeof(fcs)); in test_vector_ccmp()
172 u8 fcs[4]; in test_vector_ccmp_pv1() local
248 WPA_PUT_LE32(fcs, ieee80211_crc32(enc, enc_len)); in test_vector_ccmp_pv1()
249 wpa_hexdump(MSG_INFO, "Encrypted Frame FCS", fcs, sizeof(fcs)); in test_vector_ccmp_pv1()
298 WPA_PUT_LE32(fcs, ieee80211_crc32(enc, enc_len)); in test_vector_ccmp_pv1()
299 wpa_hexdump(MSG_INFO, "Encrypted Frame FCS", fcs, sizeof(fcs)); in test_vector_ccmp_pv1()
342 WPA_PUT_LE32(fcs, ieee80211_crc32(enc, enc_len)); in test_vector_ccmp_pv1()
343 wpa_hexdump(MSG_INFO, "Encrypted Frame FCS", fcs, sizeof(fcs)); in test_vector_ccmp_pv1()
[all …]
Dprocess.c265 static int check_fcs(const u8 *frame, size_t frame_len, const u8 *fcs) in check_fcs() argument
267 if (WPA_GET_LE32(fcs) != ieee80211_crc32(frame, frame_len)) in check_fcs()
277 int rxflags = 0, txflags = 0, failed = 0, fcs = 0; in wlantest_process() local
305 fcs = 1; in wlantest_process()
328 if (fcs && frame_len >= 4) { in wlantest_process()
355 int fcs = 0; in wlantest_process_prism() local
374 fcs = 1; in wlantest_process_prism()
376 if (fcs && frame_len >= 4) { in wlantest_process_prism()
/hostap-latest/doc/
Ddbus.doxygen681 <tr><td>fcs-errors</td><td>i</td><td>FCS errors</td><td>No</td>