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

  /external/wpa_supplicant_8/src/ap/
ieee802_11_auth.h 20 HOSTAPD_ACL_ACCEPT = 1,
ieee802_11_auth.c 213 * Returns: HOSTAPD_ACL_ACCEPT, HOSTAPD_ACL_REJECT, or HOSTAPD_ACL_PENDING
228 return HOSTAPD_ACL_ACCEPT;
235 return HOSTAPD_ACL_ACCEPT;
249 if (res == HOSTAPD_ACL_ACCEPT ||
441 cache->accepted = HOSTAPD_ACL_ACCEPT;

Completed in 778 milliseconds