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

  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm_i.h 19 typedef enum { Unauthorized = 2, Authorized = 1 } PortState;
48 PortState authPortStatus;
eapol_auth_dump.c 27 static inline const char * port_state_txt(PortState ps)
  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginView.mm 113 typedef struct OpaquePortState* PortState;
276 - (PortState)saveAndSetNewPortStateForUpdate:(BOOL)forUpdate
354 PortState portState;
368 portState = (PortState)qdPortState;
501 portState = NULL;
510 portState = (PortState)cgPortState;
546 portState = (PortState)1
    [all...]

Completed in 4009 milliseconds