/freebsd/contrib/wpa/src/ap/ |
H A D | ieee802_11_shared.c | 571 if (!is_zero_ether_addr(hapd->conf->hessid)) { in hostapd_eid_interworking() 572 os_memcpy(pos, hapd->conf->hessid, ETH_ALEN); in hostapd_eid_interworking() 965 u8 * hostapd_eid_fils_indic(struct hostapd_data *hapd, u8 *eid, int hessid) in hostapd_eid_fils_indic() argument 992 if (hessid && !is_zero_ether_addr(hapd->conf->hessid)) in hostapd_eid_fils_indic() 1008 if (hessid && !is_zero_ether_addr(hapd->conf->hessid)) { in hostapd_eid_fils_indic() 1009 os_memcpy(pos, hapd->conf->hessid, ETH_ALEN); in hostapd_eid_fils_indic()
|
H A D | beacon.c | 1519 const u8 *hessid; in handle_probe_req() local 1521 hessid = elems.interworking + 1; in handle_probe_req() 1523 hessid = elems.interworking + 1 + 2; in handle_probe_req() 1524 if (!is_broadcast_ether_addr(hessid) && in handle_probe_req() 1525 !ether_addr_equal(hessid, hapd->conf->hessid)) { in handle_probe_req() 1529 MAC2STR(mgmt->sa), MAC2STR(hessid)); in handle_probe_req() 2488 !is_zero_ether_addr(hapd->conf->hessid)) in ieee802_11_build_ap_params() 2489 params->hessid = hapd->conf->hessid; in ieee802_11_build_ap_params()
|
H A D | ieee802_11.h | 193 u8 * hostapd_eid_fils_indic(struct hostapd_data *hapd, u8 *eid, int hessid);
|
H A D | ap_config.h | 574 u8 hessid[ETH_ALEN]; member
|
H A D | ieee802_1x.c | 656 !is_zero_ether_addr(hapd->conf->hessid)) { in add_common_radius_attr() 658 MAC2STR(hapd->conf->hessid)); in add_common_radius_attr()
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | bss.c | 29 os_memset(bss->hessid, 0, ETH_ALEN); in wpa_bss_set_hessid() 33 os_memcpy(bss->hessid, ie + 3, ETH_ALEN); in wpa_bss_set_hessid() 35 os_memcpy(bss->hessid, ie + 5, ETH_ALEN); in wpa_bss_set_hessid() 520 if (!is_zero_ether_addr(bss->hessid)) in wpa_bss_add() 522 MAC2STR(bss->hessid)); in wpa_bss_add()
|
H A D | bss.h | 92 u8 hessid[ETH_ALEN]; member
|
H A D | config.h | 1085 u8 hessid[ETH_ALEN]; member
|
H A D | interworking.c | 2654 if (is_zero_ether_addr(bss->hessid)) in interworking_match_anqp_info() 2669 if (!ether_addr_equal(bss->hessid, other->hessid)) in interworking_match_anqp_info() 2735 MAC2STR(bss->bssid), MAC2STR(bss->hessid)); in interworking_next_anqp_fetch()
|
H A D | config_file.c | 1345 if (!is_zero_ether_addr(config->hessid)) in wpa_config_write_global() 1346 fprintf(f, "hessid=" MACSTR "\n", MAC2STR(config->hessid)); in wpa_config_write_global()
|
H A D | scan.c | 580 wpabuf_put_u8(buf, is_zero_ether_addr(wpa_s->conf->hessid) ? 1 : in wpas_add_interworking_elements() 584 if (!is_zero_ether_addr(wpa_s->conf->hessid)) in wpas_add_interworking_elements() 585 wpabuf_put_data(buf, wpa_s->conf->hessid, ETH_ALEN); in wpas_add_interworking_elements()
|
H A D | README-HS20 | 85 #hessid=00:11:22:33:44:55
|
H A D | config.c | 5208 if (hwaddr_aton2(pos, config->hessid) < 0) { in wpa_config_process_hessid() 5503 { FUNC(hessid), 0 },
|
/freebsd/contrib/wpa/hs20/client/ |
H A D | osu_client.c | 1116 char *ssid, *hessid; in set_pps_cred_home_sp_network_id() local 1129 hessid = hessid_node ? xml_node_get_text(ctx->xml, hessid_node) : NULL; in set_pps_cred_home_sp_network_id() 1132 if (hessid) in set_pps_cred_home_sp_network_id() 1134 hessid); in set_pps_cred_home_sp_network_id() 1139 xml_node_get_text_free(ctx->xml, hessid); in set_pps_cred_home_sp_network_id()
|
/freebsd/contrib/wpa/src/drivers/ |
H A D | driver_atheros.c | 1933 if (params->hessid) in atheros_set_ap() 1935 MAC2STR(params->hessid)); in atheros_set_ap()
|
H A D | driver.h | 1582 const u8 *hessid; member
|
/freebsd/contrib/wpa/hostapd/ |
H A D | config_file.c | 4185 if (hwaddr_aton(pos, bss->hessid)) { in hostapd_config_fill()
|