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

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dbeacon.c411 const u8 *hessid; local
413 hessid = elems.interworking + 1;
415 hessid = elems.interworking + 1 + 2;
416 if (!is_broadcast_ether_addr(hessid) &&
417 os_memcmp(hessid, hapd->conf->hessid, ETH_ALEN) != 0) {
421 MAC2STR(mgmt->sa), MAC2STR(hessid));
682 !is_zero_ether_addr(hapd->conf->hessid))
683 params.hessid = hapd->conf->hessid;
[all...]
H A Dap_config.h361 u8 hessid[ETH_ALEN]; member in struct:hostapd_bss_config
/external/wpa_supplicant_8/src/ap/
H A Dbeacon.c411 const u8 *hessid; local
413 hessid = elems.interworking + 1;
415 hessid = elems.interworking + 1 + 2;
416 if (!is_broadcast_ether_addr(hessid) &&
417 os_memcmp(hessid, hapd->conf->hessid, ETH_ALEN) != 0) {
421 MAC2STR(mgmt->sa), MAC2STR(hessid));
682 !is_zero_ether_addr(hapd->conf->hessid))
683 params.hessid = hapd->conf->hessid;
[all...]
H A Dap_config.h361 u8 hessid[ETH_ALEN]; member in struct:hostapd_bss_config
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dbeacon.c411 const u8 *hessid; local
413 hessid = elems.interworking + 1;
415 hessid = elems.interworking + 1 + 2;
416 if (!is_broadcast_ether_addr(hessid) &&
417 os_memcmp(hessid, hapd->conf->hessid, ETH_ALEN) != 0) {
421 MAC2STR(mgmt->sa), MAC2STR(hessid));
682 !is_zero_ether_addr(hapd->conf->hessid))
683 params.hessid = hapd->conf->hessid;
[all...]
H A Dap_config.h361 u8 hessid[ETH_ALEN]; member in struct:hostapd_bss_config
/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig.h446 * hessid - Homogenous ESS identifier
452 u8 hessid[ETH_ALEN]; member in struct:wpa_config
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h699 * hessid - Homogeneous ESS identifier or %NULL if not set
701 const u8 *hessid; member in struct:wpa_driver_ap_params
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h699 * hessid - Homogeneous ESS identifier or %NULL if not set
701 const u8 *hessid; member in struct:wpa_driver_ap_params
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver.h699 * hessid - Homogeneous ESS identifier or %NULL if not set
701 const u8 *hessid; member in struct:wpa_driver_ap_params

Completed in 135 milliseconds