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
889
os_free(conf->
accept_mac
);
890
conf->
accept_mac
= NULL;
902
conf->
accept_mac
= os_zalloc(sizeof(struct mac_acl_entry));
903
if (conf->
accept_mac
== NULL)
905
os_memcpy(conf->
accept_mac
[0].addr, addr, ETH_ALEN);
/external/wpa_supplicant_8/src/ap/
ap_config.h
197
struct mac_acl_entry *
accept_mac
;
member in struct:hostapd_bss_config
ieee802_11_auth.c
226
if (hostapd_maclist_found(hapd->conf->
accept_mac
,
ap_config.c
394
os_free(conf->
accept_mac
);
/external/wpa_supplicant_8/hostapd/
config_file.c
1273
if (hostapd_config_read_maclist(pos, &bss->
accept_mac
,
[
all
...]
Completed in 47 milliseconds