Home | History | Annotate | Download | only in ap

Lines Matching refs:bssid

499  * hostapd_validate_bssid_configuration - Validate BSSID configuration
518 /* Generate BSSID mask that is large enough to cover the BSSIDs. */
527 if (is_zero_ether_addr(iface->conf->bss[j]->bssid)) {
535 iface->conf->bss[j]->bssid[i] ^
559 wpa_printf(MSG_ERROR, "Too many bits in the BSSID mask (%u)",
573 wpa_printf(MSG_DEBUG, "BSS count %lu, BSSID mask " MACSTR " (%d bits)",
581 wpa_printf(MSG_ERROR, "Invalid BSSID mask " MACSTR
600 if (hostapd_mac_comp(conf->bss[i]->bssid, a) == 0) {
913 if (!is_zero_ether_addr(conf->bssid)) {
914 /* Allocate the configured BSSID. */
915 os_memcpy(hapd->own_addr, conf->bssid, ETH_ALEN);
921 "BSSID set to the MAC address of "
928 /* Allocate the next available BSSID. */
940 wpa_printf(MSG_ERROR, "Failed to add BSS (BSSID="
1644 if (is_zero_ether_addr(hapd->conf->bssid))