HomeSort by: relevance | last modified time | path
    Searched defs:Authorized (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/wpa/dist/src/eapol_supp/
eapol_supp_sm.h 16 typedef enum { Unauthorized, Authorized } PortStatus;
248 * port_cb - Set port authorized/unauthorized callback (optional)
250 * @authorized: Whether the supplicant port is now in authorized state
252 void (*port_cb)(void *ctx, int authorized);
  /src/external/bsd/wpa/dist/src/eapol_auth/
eapol_auth_sm_i.h 19 typedef enum { Unauthorized = 2, Authorized = 1 } PortState;

Completed in 18 milliseconds