OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hessid
(Results
1 - 5
of
5
) sorted by null
/external/wpa_supplicant_8/src/ap/
beacon.c
472
const u8 *
hessid
;
local
474
hessid
= elems.interworking + 1;
476
hessid
= elems.interworking + 1 + 2;
477
if (!is_broadcast_ether_addr(
hessid
) &&
478
os_memcmp(
hessid
, hapd->conf->
hessid
, ETH_ALEN) != 0) {
480
" for mismatching
HESSID
" MACSTR
482
MAC2STR(mgmt->sa), MAC2STR(
hessid
));
782
!is_zero_ether_addr(hapd->conf->
hessid
))
783
params.
hessid
= hapd->conf->hessid
[
all
...]
ap_config.h
413
u8
hessid
[ETH_ALEN];
member in struct:hostapd_bss_config
/external/wpa_supplicant_8/wpa_supplicant/
bss.h
66
/**
HESSID
*/
67
u8
hessid
[ETH_ALEN];
member in struct:wpa_bss
config.h
689
*
hessid
- Homogenous ESS identifier
695
u8
hessid
[ETH_ALEN];
member in struct:wpa_config
/external/wpa_supplicant_8/src/drivers/
driver.h
779
*
hessid
- Homogeneous ESS identifier or %NULL if not set
781
const u8 *
hessid
;
member in struct:wpa_driver_ap_params
[
all
...]
Completed in 558 milliseconds