Home | History | Annotate | Download | only in ap

Lines Matching refs:bssid

431  * hostapd_validate_bssid_configuration - Validate BSSID configuration
447 /* Generate BSSID mask that is large enough to cover the BSSIDs. */
456 if (hostapd_mac_comp_empty(iface->conf->bss[j].bssid) == 0) {
464 iface->conf->bss[j].bssid[i] ^
488 wpa_printf(MSG_ERROR, "Too many bits in the BSSID mask (%u)",
502 wpa_printf(MSG_DEBUG, "BSS count %lu, BSSID mask " MACSTR " (%d bits)",
510 wpa_printf(MSG_ERROR, "Invalid BSSID mask " MACSTR
529 if (hostapd_mac_comp(conf->bss[i].bssid, a) == 0) {
639 if (hostapd_mac_comp_empty(hapd->conf->bssid) == 0) {
640 /* Allocate the next available BSSID. */
645 /* Allocate the configured BSSID. */
646 os_memcpy(hapd->own_addr, hapd->conf->bssid, ETH_ALEN);
652 "BSSID set to the MAC address of "
664 wpa_printf(MSG_ERROR, "Failed to add BSS (BSSID="
957 if (hostapd_mac_comp_empty(hapd->conf->bssid) == 0)