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

12

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dbeacon.c621 const u8 *hessid; local
623 hessid = elems.interworking + 1;
625 hessid = elems.interworking + 1 + 2;
626 if (!is_broadcast_ether_addr(hessid) &&
627 os_memcmp(hessid, hapd->conf->hessid, ETH_ALEN) != 0) {
631 MAC2STR(mgmt->sa), MAC2STR(hessid));
929 !is_zero_ether_addr(hapd->conf->hessid))
930 params->hessid = hapd->conf->hessid;
[all...]
H A Dieee802_11_shared.c312 if (!is_zero_ether_addr(hapd->conf->hessid)) {
313 os_memcpy(pos, hapd->conf->hessid, ETH_ALEN);
H A Dap_config.h425 u8 hessid[ETH_ALEN]; member in struct:hostapd_bss_config
H A Dieee802_1x.c505 !is_zero_ether_addr(hapd->conf->hessid)) {
507 MAC2STR(hapd->conf->hessid));
/external/wpa_supplicant_8/src/ap/
H A Dbeacon.c621 const u8 *hessid; local
623 hessid = elems.interworking + 1;
625 hessid = elems.interworking + 1 + 2;
626 if (!is_broadcast_ether_addr(hessid) &&
627 os_memcmp(hessid, hapd->conf->hessid, ETH_ALEN) != 0) {
631 MAC2STR(mgmt->sa), MAC2STR(hessid));
929 !is_zero_ether_addr(hapd->conf->hessid))
930 params->hessid = hapd->conf->hessid;
[all...]
H A Dieee802_11_shared.c312 if (!is_zero_ether_addr(hapd->conf->hessid)) {
313 os_memcpy(pos, hapd->conf->hessid, ETH_ALEN);
H A Dap_config.h425 u8 hessid[ETH_ALEN]; member in struct:hostapd_bss_config
H A Dieee802_1x.c505 !is_zero_ether_addr(hapd->conf->hessid)) {
507 MAC2STR(hapd->conf->hessid));
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dbeacon.c621 const u8 *hessid; local
623 hessid = elems.interworking + 1;
625 hessid = elems.interworking + 1 + 2;
626 if (!is_broadcast_ether_addr(hessid) &&
627 os_memcmp(hessid, hapd->conf->hessid, ETH_ALEN) != 0) {
631 MAC2STR(mgmt->sa), MAC2STR(hessid));
929 !is_zero_ether_addr(hapd->conf->hessid))
930 params->hessid = hapd->conf->hessid;
[all...]
H A Dieee802_11_shared.c312 if (!is_zero_ether_addr(hapd->conf->hessid)) {
313 os_memcpy(pos, hapd->conf->hessid, ETH_ALEN);
H A Dap_config.h425 u8 hessid[ETH_ALEN]; member in struct:hostapd_bss_config
H A Dieee802_1x.c505 !is_zero_ether_addr(hapd->conf->hessid)) {
507 MAC2STR(hapd->conf->hessid));
/external/wpa_supplicant_8/wpa_supplicant/
H A Dbss.h68 u8 hessid[ETH_ALEN]; member in struct:wpa_bss
H A Dconfig.h814 * hessid - Homogenous ESS identifier
820 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.c414 wpabuf_put_u8(buf, is_zero_ether_addr(wpa_s->conf->hessid) ? 1 :
418 if (!is_zero_ether_addr(wpa_s->conf->hessid))
419 wpabuf_put_data(buf, wpa_s->conf->hessid, ETH_ALEN);
H A Dconfig_file.c1091 if (!is_zero_ether_addr(config->hessid))
1092 fprintf(f, "hessid=" MACSTR "\n", MAC2STR(config->hessid));
H A Dinterworking.c2440 if (is_zero_ether_addr(bss->hessid))
2455 if (os_memcmp(bss->hessid, other->hessid, ETH_ALEN) != 0)
/external/wpa_supplicant_8/hs20/client/
H A Dosu_client.c1068 char *ssid, *hessid; local
1081 hessid = hessid_node ? xml_node_get_text(ctx->xml, hessid_node) : NULL;
1084 if (hessid)
1086 hessid);
1091 xml_node_get_text_free(ctx->xml, hessid);
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h878 * hessid - Homogeneous ESS identifier or %NULL if not set
880 const u8 *hessid; member in struct:wpa_driver_ap_params
H A Ddriver_atheros.c1902 if (params->hessid)
1904 MAC2STR(params->hessid));
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h878 * hessid - Homogeneous ESS identifier or %NULL if not set
880 const u8 *hessid; member in struct:wpa_driver_ap_params
H A Ddriver_atheros.c1902 if (params->hessid)
1904 MAC2STR(params->hessid));
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver.h878 * hessid - Homogeneous ESS identifier or %NULL if not set
880 const u8 *hessid; member in struct:wpa_driver_ap_params
H A Ddriver_atheros.c1902 if (params->hessid)
1904 MAC2STR(params->hessid));

Completed in 414 milliseconds

12