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

  /external/tcpdump/
print-vrrp.c 90 int version, type, auth_type; local
105 auth_type = bp[4];
106 printf(", authtype %s", tok2str(auth2str, NULL, auth_type));
128 if (auth_type == VRRP_AUTH_SIMPLE) { /* simple text password */
print-bfd.c 99 u_int8_t auth_type; member in struct:bfd_auth_header_t
254 tok2str(bfd_v1_authentication_values,"Unknown",bfd_auth_header->auth_type),
255 bfd_auth_header->auth_type,
  /external/srtp/crypto/include/
crypto_kernel.h 88 auth_type_t *auth_type; member in struct:kernel_auth_type
  /external/chromium/chrome/browser/
keychain_mock_mac.h 92 const SecAuthenticationType auth_type; member in struct:MockKeychain::KeychainTestData
  /external/srtp/include/
srtp.h 126 auth_type_id_t auth_type; /**< An integer representing the member in struct:crypto_policy_t
  /external/wpa_supplicant_6/wpa_supplicant/
wps_supplicant.c 190 u16 auth_type; local
215 cred->auth_type);
223 auth_type = cred->auth_type;
224 if (auth_type == (WPS_AUTH_WPAPSK | WPS_AUTH_WPA2PSK)) {
226 "auth_type into WPA2PSK");
227 auth_type = WPS_AUTH_WPA2PSK;
230 if (auth_type != WPS_AUTH_OPEN &&
231 auth_type != WPS_AUTH_SHARED &&
232 auth_type != WPS_AUTH_WPAPSK &
    [all...]
  /external/ipsec-tools/src/racoon/
isakmp_xauth.h 167 int auth_type; member in struct:xauth_ldap_config
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ncp_fs.h 88 int auth_type; member in struct:ncp_objectname_ioctl
  /external/chromium/chrome/browser/password_manager/
password_store_mac.cc 41 const SecAuthenticationType& auth_type, const char* security_domain,
68 const SecAuthenticationType& auth_type,
104 if (auth_type != kSecAuthenticationTypeAny) {
107 search_attributes_.attr[entries].length = sizeof(auth_type);
109 const_cast<void*>(reinterpret_cast<const void*>(&auth_type));
221 // Returns the PasswordForm Scheme corresponding to |auth_type|.
222 PasswordForm::Scheme SchemeForAuthType(SecAuthenticationType auth_type) {
223 switch (auth_type) {
302 SecAuthenticationType auth_type =
304 form->scheme = SchemeForAuthType(auth_type);
660 SecAuthenticationType auth_type = AuthTypeForScheme(scheme); local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps.h 40 * @auth_type: Authentication Type (WPS_AUTH_OPEN, .. flags)
53 u16 auth_type; member in struct:wps_credential
wps_i.h 84 * auth_type - Available authentication types
86 u16 auth_type; member in struct:wps_data
135 const u8 *auth_type; /* 2 octets */ member in struct:wps_parse_attr
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new.c 579 char *auth_type[6]; /* we have six possible authorization types */ local
600 if (cred->auth_type & WPS_AUTH_OPEN)
601 auth_type[at_num++] = "open";
602 if (cred->auth_type & WPS_AUTH_WPAPSK)
603 auth_type[at_num++] = "wpa-psk";
604 if (cred->auth_type & WPS_AUTH_SHARED)
605 auth_type[at_num++] = "shared";
606 if (cred->auth_type & WPS_AUTH_WPA)
607 auth_type[at_num++] = "wpa-eap";
608 if (cred->auth_type & WPS_AUTH_WPA2
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wps_supplicant.c 194 u16 auth_type; local
221 cred->auth_type);
229 auth_type = cred->auth_type;
230 if (auth_type == (WPS_AUTH_WPAPSK | WPS_AUTH_WPA2PSK)) {
232 "auth_type into WPA2PSK");
233 auth_type = WPS_AUTH_WPA2PSK;
236 if (auth_type != WPS_AUTH_OPEN &&
237 auth_type != WPS_AUTH_SHARED &&
238 auth_type != WPS_AUTH_WPAPSK &
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps_i.h 89 * auth_type - Available authentication types
91 u16 auth_type; member in struct:wps_data
159 const u8 *auth_type; /* 2 octets */ member in struct:wps_parse_attr
wps.h 41 * @auth_type: Authentication Type (WPS_AUTH_OPEN, .. flags)
54 u16 auth_type; member in struct:wps_credential
  /hardware/broadcom/wlan/bcm4329/dhdutil/include/proto/
bcmevent.h 57 uint32 auth_type; member in struct:__anon16089
71 uint32 auth_type; member in struct:__anon16090
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
bcmevent.h 57 uint32 auth_type; member in struct:__anon16148
71 uint32 auth_type; member in struct:__anon16149
  /external/wpa_supplicant_8/src/drivers/
driver.h 2901 u16 auth_type; member in struct:wpa_event_data::auth_info
    [all...]

Completed in 4104 milliseconds