OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:accept_mac
(Results
1 - 5
of
5
) sorted by null
/external/wpa_supplicant_8/wpa_supplicant/
ap.c
1038
os_free(conf->
accept_mac
);
1039
conf->
accept_mac
= NULL;
1051
conf->
accept_mac
= os_zalloc(sizeof(struct mac_acl_entry));
1052
if (conf->
accept_mac
== NULL)
1054
os_memcpy(conf->
accept_mac
[0].addr, addr, ETH_ALEN);
/external/wpa_supplicant_8/src/ap/
ap_config.h
239
struct mac_acl_entry *
accept_mac
;
member in struct:hostapd_bss_config
ap_config.c
420
os_free(conf->
accept_mac
);
ieee802_11_auth.c
250
if (hostapd_maclist_found(hapd->conf->
accept_mac
,
/external/wpa_supplicant_8/hostapd/
config_file.c
[
all
...]
Completed in 124 milliseconds