Searched refs:max_ac_errors (Results 1 – 2 of 2) sorted by relevance
279 int btbb_init(int max_ac_errors) in btbb_init() argument282 if ( (max_ac_errors < 0) || (max_ac_errors > AC_ERROR_LIMIT) ) { in btbb_init()288 if ((syndrome_map == NULL) && (max_ac_errors)) in btbb_init()289 gen_syndrome_map(max_ac_errors); in btbb_init()369 int max_ac_errors, uint8_t *ac_errors) { in promiscuous_packet_search() argument412 if (*ac_errors <= max_ac_errors) { in promiscuous_packet_search()424 int max_ac_errors, uint8_t *ac_errors) { in find_known_lap() argument435 if (*ac_errors <= max_ac_errors) { in find_known_lap()445 int max_ac_errors, btbb_packet **pkt_ptr) { in btbb_find_ac() argument452 max_ac_errors, &ac_errors); in btbb_find_ac()[all …]
73 int btbb_init(int max_ac_errors);93 int max_ac_errors,