Searched refs:auth_type (Results 1 - 25 of 83) sorted by relevance

1234

/external/autotest/server/cros/ap_configurators/
H A DbelkinF9k1002v4_ap_configurator.py26 auth_type = 'WPA-PSK'
28 auth_type = 'WPA2-PSK'
29 self.select_item_from_popup_by_xpath(auth_type, psk,
H A DbelkinF7D_ap_configurator.py45 auth_type = 'WPA2-PSK'
47 auth_type = 'WPA-PSK'
48 self.select_item_from_popup_by_xpath(auth_type, psk,
H A DbelkinF5D7234_ap_configurator.py77 auth_type = 'WPA-PSK'
79 auth_type = 'WPA2-PSK'
80 self.select_item_from_popup_by_xpath(auth_type, psk,
H A DbelkinF6D4230_ap_configurator.py53 auth_type = 'WPA-PSK'
55 auth_type = 'WPA2-PSK'
56 self.select_item_from_popup_by_xpath(auth_type, psk,
/external/tcpdump/
H A Dprint-vrrp.c109 int version, type, auth_type = VRRP_AUTH_NONE; /* keep compiler happy */ local
126 auth_type = bp[4];
127 ND_PRINT((ndo, ", authtype %s", tok2str(auth2str, NULL, auth_type)));
169 if (version == 2 && auth_type == VRRP_AUTH_SIMPLE) { /* simple text password */
H A Dprint-bfd.c91 uint8_t auth_type; member in struct:bfd_auth_header_t
251 tok2str(bfd_v1_authentication_values,"Unknown",bfd_auth_header->auth_type),
252 bfd_auth_header->auth_type,
H A Dprint-rip.c134 uint16_t auth_type = EXTRACT_16BITS(&ni->rip_tag); local
135 if (auth_type == 2) {
141 } else if (auth_type == 3) {
149 } else if (auth_type == 1) {
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_attr_process.c122 const u8 *auth_type)
124 if (auth_type == NULL) {
130 cred->auth_type = WPA_GET_BE16(auth_type);
132 cred->auth_type);
174 if (cred->auth_type == WPS_AUTH_OPEN &&
212 if (cred->auth_type & (WPS_AUTH_WPAPSK | WPS_AUTH_WPA2PSK) &&
244 wps_process_cred_auth_type(cred, attr->auth_type) ||
263 wps_process_cred_auth_type(cred, attr->auth_type) ||
121 wps_process_cred_auth_type(struct wps_credential *cred, const u8 *auth_type) argument
H A Dwps_attr_parse.h45 const u8 *auth_type; /* 2 octets */ member in struct:wps_parse_attr
/external/wpa_supplicant_8/src/wps/
H A Dwps_attr_process.c122 const u8 *auth_type)
124 if (auth_type == NULL) {
130 cred->auth_type = WPA_GET_BE16(auth_type);
132 cred->auth_type);
174 if (cred->auth_type == WPS_AUTH_OPEN &&
212 if (cred->auth_type & (WPS_AUTH_WPAPSK | WPS_AUTH_WPA2PSK) &&
244 wps_process_cred_auth_type(cred, attr->auth_type) ||
263 wps_process_cred_auth_type(cred, attr->auth_type) ||
121 wps_process_cred_auth_type(struct wps_credential *cred, const u8 *auth_type) argument
H A Dwps_attr_parse.h45 const u8 *auth_type; /* 2 octets */ member in struct:wps_parse_attr
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_attr_process.c122 const u8 *auth_type)
124 if (auth_type == NULL) {
130 cred->auth_type = WPA_GET_BE16(auth_type);
132 cred->auth_type);
174 if (cred->auth_type == WPS_AUTH_OPEN &&
212 if (cred->auth_type & (WPS_AUTH_WPAPSK | WPS_AUTH_WPA2PSK) &&
244 wps_process_cred_auth_type(cred, attr->auth_type) ||
263 wps_process_cred_auth_type(cred, attr->auth_type) ||
121 wps_process_cred_auth_type(struct wps_credential *cred, const u8 *auth_type) argument
/external/libvncserver/libvncserver/tightvnc-filetransfer/
H A Drfbtightserver.c108 uint32_t auth_type; local
118 n = rfbReadExact(cl, (char *)&auth_type, sizeof(auth_type));
127 auth_type = Swap32IfLE(auth_type);
131 if (auth_type == rtcp->authCaps[i])
141 switch (auth_type) {
/external/srtp/crypto/kernel/
H A Dcrypto_kernel.c208 printf("auth func: %s\n", atype->auth_type->description);
209 printf(" instance count: %d\n", atype->auth_type->ref_count);
211 status = auth_type_self_test(atype->auth_type);
276 atype->auth_type->description);
363 if ((new_at == atype->auth_type) || (id == atype->id))
375 new_atype->auth_type = new_at;
439 return atype->auth_type;
/external/libweave/src/privet/
H A Dsecurity_manager.cc89 bool SecurityManager::CreateAccessTokenImpl(AuthType auth_type, argument
97 UserAppId{auth_type, {user_id.begin(), user_id.end()}, {}}};
115 AuthType auth_type,
127 switch (auth_type) {
131 return CreateAccessTokenImpl(auth_type, desired_scope, access_token,
140 return CreateAccessTokenImpl(auth_type, desired_scope, access_token,
156 bool SecurityManager::CreateAccessToken(AuthType auth_type, argument
164 if (auth_type != AuthType::kAnonymous &&
172 if (!CreateAccessTokenImpl(auth_type, auth_decoded, desired_scope,
114 CreateAccessTokenImpl( AuthType auth_type, const std::vector<uint8_t>& auth_code, AuthScope desired_scope, std::vector<uint8_t>* access_token, AuthScope* access_token_scope, base::TimeDelta* access_token_ttl, ErrorPtr* error) argument
H A Dsecurity_manager.h62 bool CreateAccessToken(AuthType auth_type,
103 bool CreateAccessTokenImpl(AuthType auth_type,
110 bool CreateAccessTokenImpl(AuthType auth_type,
H A Dprivet_types.h35 UserAppId(AuthType auth_type, argument
38 : type{auth_type},
H A Dsecurity_delegate.h25 virtual bool CreateAccessToken(AuthType auth_type,
/external/ipsec-tools/src/racoon/
H A Disakmp_xauth.h141 int auth_type; member in struct:xauth_ldap_config
/external/srtp/crypto/include/
H A Dcrypto_kernel.h88 auth_type_t *auth_type; member in struct:kernel_auth_type
/external/wpa_supplicant_8/hostapd/src/common/
H A Dprivsep_commands.h97 u16 auth_type; member in struct:privsep_event_auth
/external/wpa_supplicant_8/src/common/
H A Dprivsep_commands.h97 u16 auth_type; member in struct:privsep_event_auth
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dprivsep_commands.h97 u16 auth_type; member in struct:privsep_event_auth
/external/autotest/client/cros/
H A Dvpn_server.py148 def __init__(self, auth_type, interface_name, address, network_prefix,
150 self._auth_type = auth_type
/external/kernel-headers/original/uapi/linux/
H A Dncp_fs.h88 int auth_type; member in struct:ncp_objectname_ioctl

Completed in 972 milliseconds

1234