Lines Matching full:bssid
458 * hostapd_validate_bssid_configuration - Validate BSSID configuration
474 /* Generate BSSID mask that is large enough to cover the BSSIDs. */
483 if (hostapd_mac_comp_empty(iface->conf->bss[j]->bssid) == 0) {
491 iface->conf->bss[j]->bssid[i] ^
515 wpa_printf(MSG_ERROR, "Too many bits in the BSSID mask (%u)",
529 wpa_printf(MSG_DEBUG, "BSS count %lu, BSSID mask " MACSTR " (%d bits)",
537 wpa_printf(MSG_ERROR, "Invalid BSSID mask " MACSTR
556 if (hostapd_mac_comp(conf->bss[i]->bssid, a) == 0) {
713 if (hostapd_mac_comp_empty(hapd->conf->bssid) == 0) {
714 /* Allocate the next available BSSID. */
719 /* Allocate the configured BSSID. */
720 os_memcpy(hapd->own_addr, hapd->conf->bssid, ETH_ALEN);
726 "BSSID set to the MAC address of "
738 wpa_printf(MSG_ERROR, "Failed to add BSS (BSSID="
1247 if (hostapd_mac_comp_empty(hapd->conf->bssid) == 0)