Home
last modified time | relevance | path

Searched refs:accept_mac (Results 1 – 5 of 5) sorted by relevance

/trueos/contrib/wpa/wpa_supplicant/
HDap.c1013 os_free(conf->accept_mac); in wpa_supplicant_ap_mac_addr_filter()
1014 conf->accept_mac = NULL; in wpa_supplicant_ap_mac_addr_filter()
1026 conf->accept_mac = os_zalloc(sizeof(struct mac_acl_entry)); in wpa_supplicant_ap_mac_addr_filter()
1027 if (conf->accept_mac == NULL) in wpa_supplicant_ap_mac_addr_filter()
1029 os_memcpy(conf->accept_mac[0].addr, addr, ETH_ALEN); in wpa_supplicant_ap_mac_addr_filter()
/trueos/contrib/wpa/src/ap/
HDap_config.h239 struct mac_acl_entry *accept_mac; member
HDieee802_11_auth.c250 if (hostapd_maclist_found(hapd->conf->accept_mac, in hostapd_allowed_address()
HDap_config.c418 os_free(conf->accept_mac); in hostapd_config_free_bss()
/trueos/contrib/wpa/hostapd/
HDconfig_file.c1795 if (hostapd_config_read_maclist(pos, &bss->accept_mac, in hostapd_config_fill()