Searched refs:hessid (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.1-release/contrib/wpa/src/ap/
H A Dbeacon.c472 const u8 *hessid; local
474 hessid = elems.interworking + 1;
476 hessid = elems.interworking + 1 + 2;
477 if (!is_broadcast_ether_addr(hessid) &&
478 os_memcmp(hessid, hapd->conf->hessid, ETH_ALEN) != 0) {
482 MAC2STR(mgmt->sa), MAC2STR(hessid));
761 !is_zero_ether_addr(hapd->conf->hessid))
762 params.hessid = hapd->conf->hessid;
[all...]
H A Dieee802_11_shared.c264 if (!is_zero_ether_addr(hapd->conf->hessid)) {
265 os_memcpy(pos, hapd->conf->hessid, ETH_ALEN);
H A Dap_config.h407 u8 hessid[ETH_ALEN]; member in struct:hostapd_bss_config
/freebsd-10.1-release/contrib/wpa/wpa_supplicant/
H A Dbss.h67 u8 hessid[ETH_ALEN]; member in struct:wpa_bss
H A Dconfig.h670 * hessid - Homogenous ESS identifier
676 u8 hessid[ETH_ALEN]; member in struct:wpa_config
H A Dbss.c43 os_memset(bss->hessid, 0, ETH_ALEN);
47 os_memcpy(bss->hessid, ie + 3, ETH_ALEN);
49 os_memcpy(bss->hessid, ie + 5, ETH_ALEN);
H A Dscan.c398 wpabuf_put_u8(buf, is_zero_ether_addr(wpa_s->conf->hessid) ? 1 :
402 if (!is_zero_ether_addr(wpa_s->conf->hessid))
403 wpabuf_put_data(buf, wpa_s->conf->hessid, ETH_ALEN);
H A Dconfig_file.c945 if (!is_zero_ether_addr(config->hessid))
946 fprintf(f, "hessid=" MACSTR "\n", MAC2STR(config->hessid));
H A Dinterworking.c1675 if (is_zero_ether_addr(bss->hessid))
1690 if (os_memcmp(bss->hessid, other->hessid, ETH_ALEN) != 0)
H A Dconfig.c2971 if (hwaddr_aton2(pos, config->hessid) < 0) {
2972 wpa_printf(MSG_ERROR, "Line %d: Invalid hessid '%s'",
3060 { FUNC(hessid), 0 },
/freebsd-10.1-release/contrib/wpa/src/drivers/
H A Ddriver.h728 * hessid - Homogeneous ESS identifier or %NULL if not set
730 const u8 *hessid; member in struct:wpa_driver_ap_params
/freebsd-10.1-release/contrib/wpa/hostapd/
H A Dconfig_file.c2755 } else if (os_strcmp(buf, "hessid") == 0) {
2756 if (hwaddr_aton(pos, bss->hessid)) {
2758 "hessid", line);

Completed in 307 milliseconds