Lines Matching defs:bits
626 unsigned int i = iface->conf->num_bss, bits = 0, j;
637 /* Determine the bits necessary to cover the number of BSSIDs. */
639 bits++;
641 /* Determine the bits necessary to any configured BSSIDs,
672 if (bits < j)
673 bits = j;
675 if (bits > 40) {
676 wpa_printf(MSG_ERROR, "Too many bits in the BSSID mask (%u)",
677 bits);
682 j = bits / 8;
685 j = bits % 8;
692 wpa_printf(MSG_DEBUG, "BSS count %lu, BSSID mask " MACSTR " (%d bits)",
693 (unsigned long) iface->conf->num_bss, MAC2STR(mask), bits);