Searched refs:Boolean (Results 1 – 8 of 8) sorted by relevance
45 Boolean Init;46 Boolean DeauthenticationRequest;47 Boolean AuthenticationRequest;48 Boolean ReAuthenticationRequest;49 Boolean Disconnect;52 Boolean TimeoutEvt;53 Boolean EAPOLKeyReceived;54 Boolean EAPOLKeyPairwise;55 Boolean EAPOLKeyRequest;56 Boolean MICVerified;[all …]
40 Boolean ignore;55 Boolean allowNotifications;282 Boolean changed;
1657 static Boolean eap_fast_has_reauth_data(struct eap_sm *sm, void *priv)
77 self.adapter_props.Set('org.bluez.Adapter1', 'Powered', dbus.Boolean(1))301 self.adapter_props.Set('org.bluez.Adapter1', 'Powered', dbus.Boolean(0))
18 typedef enum { FALSE = 0, TRUE = 1 } Boolean; typedef
146 self.adapter.props.Set(ADAPTER_IFACE, 'Powered', dbus.Boolean(1))
182 (1) Convert the symbol into an expression. Boolean and tristate symbols
79 void eapol_sm_notify_eap_success(Boolean success) in eapol_sm_notify_eap_success()