Searched refs:hessid (Results 1 – 16 of 16) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | beacon.c | 811 const u8 *hessid; in handle_probe_req() local 813 hessid = elems.interworking + 1; in handle_probe_req() 815 hessid = elems.interworking + 1 + 2; in handle_probe_req() 816 if (!is_broadcast_ether_addr(hessid) && in handle_probe_req() 817 os_memcmp(hessid, hapd->conf->hessid, ETH_ALEN) != 0) { in handle_probe_req() 821 MAC2STR(mgmt->sa), MAC2STR(hessid)); in handle_probe_req() 1215 !is_zero_ether_addr(hapd->conf->hessid)) in ieee802_11_build_ap_params() 1216 params->hessid = hapd->conf->hessid; in ieee802_11_build_ap_params()
|
D | ieee802_11_shared.c | 324 if (!is_zero_ether_addr(hapd->conf->hessid)) { in hostapd_eid_interworking() 325 os_memcpy(pos, hapd->conf->hessid, ETH_ALEN); in hostapd_eid_interworking()
|
D | ap_config.h | 474 u8 hessid[ETH_ALEN]; member
|
D | ieee802_1x.c | 559 !is_zero_ether_addr(hapd->conf->hessid)) { in add_common_radius_attr() 561 MAC2STR(hapd->conf->hessid)); in add_common_radius_attr()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | bss.h | 77 u8 hessid[ETH_ALEN]; member
|
D | config.h | 882 u8 hessid[ETH_ALEN]; member
|
D | bss.c | 38 os_memset(bss->hessid, 0, ETH_ALEN); in wpa_bss_set_hessid() 42 os_memcpy(bss->hessid, ie + 3, ETH_ALEN); in wpa_bss_set_hessid() 44 os_memcpy(bss->hessid, ie + 5, ETH_ALEN); in wpa_bss_set_hessid()
|
D | config_file.c | 1187 if (!is_zero_ether_addr(config->hessid)) in wpa_config_write_global() 1188 fprintf(f, "hessid=" MACSTR "\n", MAC2STR(config->hessid)); in wpa_config_write_global()
|
D | scan.c | 421 wpabuf_put_u8(buf, is_zero_ether_addr(wpa_s->conf->hessid) ? 1 : in wpas_add_interworking_elements() 425 if (!is_zero_ether_addr(wpa_s->conf->hessid)) in wpas_add_interworking_elements() 426 wpabuf_put_data(buf, wpa_s->conf->hessid, ETH_ALEN); in wpas_add_interworking_elements()
|
D | interworking.c | 2552 if (is_zero_ether_addr(bss->hessid)) in interworking_match_anqp_info() 2567 if (os_memcmp(bss->hessid, other->hessid, ETH_ALEN) != 0) in interworking_match_anqp_info()
|
D | README-HS20 | 85 #hessid=00:11:22:33:44:55
|
D | config.c | 4069 if (hwaddr_aton2(pos, config->hessid) < 0) { in wpa_config_process_hessid() 4315 { FUNC(hessid), 0 },
|
/external/wpa_supplicant_8/hs20/client/ |
D | osu_client.c | 1094 char *ssid, *hessid; in set_pps_cred_home_sp_network_id() local 1107 hessid = hessid_node ? xml_node_get_text(ctx->xml, hessid_node) : NULL; in set_pps_cred_home_sp_network_id() 1110 if (hessid) in set_pps_cred_home_sp_network_id() 1112 hessid); in set_pps_cred_home_sp_network_id() 1117 xml_node_get_text_free(ctx->xml, hessid); in set_pps_cred_home_sp_network_id()
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_atheros.c | 1814 if (params->hessid) in atheros_set_ap() 1816 MAC2STR(params->hessid)); in atheros_set_ap()
|
D | driver.h | 1056 const u8 *hessid; member
|
/external/wpa_supplicant_8/hostapd/ |
D | config_file.c | 3121 if (hwaddr_aton(pos, bss->hessid)) { in hostapd_config_fill()
|