Searched refs:hessid (Results 1 – 10 of 10) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | beacon.c | 411 const u8 *hessid; in handle_probe_req() local 413 hessid = elems.interworking + 1; in handle_probe_req() 415 hessid = elems.interworking + 1 + 2; in handle_probe_req() 416 if (!is_broadcast_ether_addr(hessid) && in handle_probe_req() 417 os_memcmp(hessid, hapd->conf->hessid, ETH_ALEN) != 0) { in handle_probe_req() 421 MAC2STR(mgmt->sa), MAC2STR(hessid)); in handle_probe_req() 682 !is_zero_ether_addr(hapd->conf->hessid)) in ieee802_11_set_beacon() 683 params.hessid = hapd->conf->hessid; in ieee802_11_set_beacon()
|
D | ieee802_11_shared.c | 233 if (!is_zero_ether_addr(hapd->conf->hessid)) { in hostapd_eid_interworking() 234 os_memcpy(pos, hapd->conf->hessid, ETH_ALEN); in hostapd_eid_interworking()
|
D | ap_config.h | 361 u8 hessid[ETH_ALEN]; member
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | config.h | 452 u8 hessid[ETH_ALEN]; member
|
D | scan.c | 377 wpabuf_put_u8(buf, is_zero_ether_addr(wpa_s->conf->hessid) ? 1 : in wpas_add_interworking_elements() 381 if (!is_zero_ether_addr(wpa_s->conf->hessid)) in wpas_add_interworking_elements() 382 wpabuf_put_data(buf, wpa_s->conf->hessid, ETH_ALEN); in wpas_add_interworking_elements()
|
D | config_file.c | 729 if (!is_zero_ether_addr(config->hessid)) in wpa_config_write_global() 730 fprintf(f, "hessid=" MACSTR "\n", MAC2STR(config->hessid)); in wpa_config_write_global()
|
D | config.c | 2561 if (hwaddr_aton2(pos, config->hessid) < 0) { in wpa_config_process_hessid() 2646 { FUNC(hessid), 0 },
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_atheros.c | 1411 if (params->hessid) in atheros_set_ap() 1413 MAC2STR(params->hessid)); in atheros_set_ap()
|
D | driver.h | 701 const u8 *hessid; member
|
/external/wpa_supplicant_8/hostapd/ |
D | config_file.c | 2164 if (hwaddr_aton(pos, bss->hessid)) { in hostapd_config_read()
|