Searched defs:hessid (Results 1 - 12 of 12) sorted by relevance

/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
/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 Dap_config.h425 u8 hessid[ETH_ALEN]; member in struct:hostapd_bss_config
/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 Dap_config.h425 u8 hessid[ETH_ALEN]; member in struct:hostapd_bss_config
/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 Dap_config.h425 u8 hessid[ETH_ALEN]; member in struct:hostapd_bss_config
/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
/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
/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

Completed in 241 milliseconds