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

  /external/wpa_supplicant/
eapol_sm.h 20 typedef enum { Unauthorized, Authorized } PortStatus;
  /external/wpa_supplicant_6/wpa_supplicant/src/eapol_supp/
eapol_supp_sm.h 20 typedef enum { Unauthorized, Authorized } PortStatus;
  /external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.h 20 typedef enum { Unauthorized, Authorized } PortStatus;
218 * port_cb - Set port authorized/unauthorized callback (optional)
220 * @authorized: Whether the supplicant port is now in authorized state
222 void (*port_cb)(void *ctx, int authorized);
  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm_i.h 25 typedef enum { Unauthorized = 2, Authorized = 1 } PortState;

Completed in 62 milliseconds