Searched refs:bssid_hint (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/wpa/wpa_supplicant/
H A Dconfig_ssid.h162 * bssid_hint - BSSID hint
167 u8 bssid_hint[ETH_ALEN]; member in struct:wpa_ssid
H A Dconfig.c410 if (hwaddr_aton(value, ssid->bssid_hint)) {
416 wpa_hexdump(MSG_MSGDUMP, "BSSID hint", ssid->bssid_hint, ETH_ALEN);
434 res = os_snprintf(value, 20, MACSTR, MAC2STR(ssid->bssid_hint));
2224 { FUNC(bssid_hint) },
H A Dwpa_supplicant.c3173 params.bssid_hint = bss->bssid;
3178 params.bssid_hint = ssid->bssid_hint;
/freebsd-12-stable/contrib/wpa/src/drivers/
H A Ddriver.h823 * bssid_hint - BSSID of a proposed AP
827 * selection. Unlike the @bssid parameter, @bssid_hint does not limit
830 const u8 *bssid_hint; member in struct:wpa_driver_associate_params

Completed in 264 milliseconds