HomeSort by relevance Sort by last modified time
    Searched refs:HOSTAPD_ACL_ACCEPT (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/src/ap/
ieee802_11_auth.h 14 HOSTAPD_ACL_ACCEPT = 1,
ieee802_11_auth.c 213 * Returns: HOSTAPD_ACL_ACCEPT, HOSTAPD_ACL_REJECT, or HOSTAPD_ACL_PENDING
220 return HOSTAPD_ACL_ACCEPT;
227 return HOSTAPD_ACL_ACCEPT;
247 * Returns: HOSTAPD_ACL_ACCEPT, HOSTAPD_ACL_REJECT, or HOSTAPD_ACL_PENDING
288 if (res == HOSTAPD_ACL_ACCEPT ||
556 cache->accepted = HOSTAPD_ACL_ACCEPT;
drv_callbacks.c 191 hostapd_check_acl(hapd, addr, NULL) != HOSTAPD_ACL_ACCEPT) {
    [all...]

Completed in 80 milliseconds