Lines Matching refs:bi_length
485 u32 bi_length; in wl_escan_ext_handler() local
516 bi_length = dtoh32(bi->length); in wl_escan_ext_handler()
517 if (bi_length != (dtoh32(escan_result->buflen) - WL_ESCAN_RESULTS_V109_FIXED_SIZE)) { in wl_escan_ext_handler()
519 bi_length); in wl_escan_ext_handler()
542 if (bi_length > ESCAN_BUF_SIZE - list->buflen) in wl_escan_ext_handler()
598 if (dtoh32(bss->length) != bi_length) { in wl_escan_ext_handler()
606 bss->SSID, &bi->BSSID, prev_len, bi_length); in wl_escan_ext_handler()
608 if (list->buflen - prev_len + bi_length > ESCAN_BUF_SIZE) { in wl_escan_ext_handler()
621 memmove((u8 *)bss + bi_length, in wl_escan_ext_handler()
626 list->buflen += bi_length; in wl_escan_ext_handler()
629 memcpy((u8 *)bss, (u8 *)bi, bi_length); in wl_escan_ext_handler()
634 if (bi_length > ESCAN_BUF_SIZE - list->buflen) { in wl_escan_ext_handler()
637 if (bi_length > ESCAN_BUF_SIZE - list->buflen) { in wl_escan_ext_handler()
649 memcpy(&(((char *)list)[list->buflen]), bi, bi_length); in wl_escan_ext_handler()
651 list->buflen += bi_length; in wl_escan_ext_handler()