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

  /external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.h 14 typedef enum { Unauthorized, Authorized } PortStatus;
212 * port_cb - Set port authorized/unauthorized callback (optional)
214 * @authorized: Whether the supplicant port is now in authorized state
216 void (*port_cb)(void *ctx, int authorized);
  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm_i.h 19 typedef enum { Unauthorized = 2, Authorized = 1 } PortState;

Completed in 286 milliseconds