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 14 HOSTAPD_ACL_ACCEPT = 1,
ieee802_11_auth.c 226 * Returns: HOSTAPD_ACL_ACCEPT, HOSTAPD_ACL_REJECT, or HOSTAPD_ACL_PENDING
252 return HOSTAPD_ACL_ACCEPT;
259 return HOSTAPD_ACL_ACCEPT;
275 if (res == HOSTAPD_ACL_ACCEPT ||
529 cache->accepted = HOSTAPD_ACL_ACCEPT;

Completed in 32 milliseconds