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

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dbeacon.c430 const u8 *hessid; local
432 hessid = elems.interworking + 1;
434 hessid = elems.interworking + 1 + 2;
435 if (!is_broadcast_ether_addr(hessid) &&
436 os_memcmp(hessid, hapd->conf->hessid, ETH_ALEN) != 0) {
440 MAC2STR(mgmt->sa), MAC2STR(hessid));
718 !is_zero_ether_addr(hapd->conf->hessid))
719 params.hessid = hapd->conf->hessid;
[all...]
H A Dap_config.h398 u8 hessid[ETH_ALEN]; member in struct:hostapd_bss_config
/external/wpa_supplicant_8/src/ap/
H A Dbeacon.c430 const u8 *hessid; local
432 hessid = elems.interworking + 1;
434 hessid = elems.interworking + 1 + 2;
435 if (!is_broadcast_ether_addr(hessid) &&
436 os_memcmp(hessid, hapd->conf->hessid, ETH_ALEN) != 0) {
440 MAC2STR(mgmt->sa), MAC2STR(hessid));
718 !is_zero_ether_addr(hapd->conf->hessid))
719 params.hessid = hapd->conf->hessid;
[all...]
H A Dap_config.h398 u8 hessid[ETH_ALEN]; member in struct:hostapd_bss_config
/external/wpa_supplicant_8/wpa_supplicant/
H A Dbss.h50 * @hessid: HESSID
73 u8 hessid[ETH_ALEN]; member in struct:wpa_bss
H A Dconfig.h664 * hessid - Homogenous ESS identifier
670 u8 hessid[ETH_ALEN]; member in struct:wpa_config
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dbeacon.c430 const u8 *hessid; local
432 hessid = elems.interworking + 1;
434 hessid = elems.interworking + 1 + 2;
435 if (!is_broadcast_ether_addr(hessid) &&
436 os_memcmp(hessid, hapd->conf->hessid, ETH_ALEN) != 0) {
440 MAC2STR(mgmt->sa), MAC2STR(hessid));
718 !is_zero_ether_addr(hapd->conf->hessid))
719 params.hessid = hapd->conf->hessid;
[all...]
H A Dap_config.h398 u8 hessid[ETH_ALEN]; member in struct:hostapd_bss_config
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h725 * hessid - Homogeneous ESS identifier or %NULL if not set
727 const u8 *hessid; member in struct:wpa_driver_ap_params
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h725 * hessid - Homogeneous ESS identifier or %NULL if not set
727 const u8 *hessid; member in struct:wpa_driver_ap_params
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver.h725 * hessid - Homogeneous ESS identifier or %NULL if not set
727 const u8 *hessid; member in struct:wpa_driver_ap_params

Completed in 278 milliseconds