Home
last modified time | relevance | path

Searched refs:hessid (Results 1 – 10 of 10) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dbeacon.c411 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()
Dieee802_11_shared.c233 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()
Dap_config.h361 u8 hessid[ETH_ALEN]; member
/external/wpa_supplicant_8/wpa_supplicant/
Dconfig.h452 u8 hessid[ETH_ALEN]; member
Dscan.c377 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()
Dconfig_file.c729 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()
Dconfig.c2561 if (hwaddr_aton2(pos, config->hessid) < 0) { in wpa_config_process_hessid()
2646 { FUNC(hessid), 0 },
/external/wpa_supplicant_8/src/drivers/
Ddriver_atheros.c1411 if (params->hessid) in atheros_set_ap()
1413 MAC2STR(params->hessid)); in atheros_set_ap()
Ddriver.h701 const u8 *hessid; member
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c2164 if (hwaddr_aton(pos, bss->hessid)) { in hostapd_config_read()