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

/external/tcpdump/
H A Dprint-vrrp.c90 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 */
H A Dprint-bfd.c99 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/wpa_supplicant_6/wpa_supplicant/src/wps/
H A Dwps_attr_process.c128 const u8 *auth_type)
130 if (auth_type == NULL) {
136 cred->auth_type = WPA_GET_BE16(auth_type);
138 cred->auth_type);
262 if (cred->auth_type & (WPS_AUTH_WPAPSK | WPS_AUTH_WPA2PSK) &&
285 wps_process_cred_auth_type(cred, attr->auth_type) ||
312 wps_process_cred_auth_type(cred, attr->auth_type) ||
127 wps_process_cred_auth_type(struct wps_credential *cred, const u8 *auth_type) argument
H A Dwps_registrar.c1020 cred->auth_type);
1023 wpabuf_put_be16(msg, cred->auth_type);
1091 if (wps->auth_type & WPS_AUTH_WPA2PSK)
1092 wps->auth_type = WPS_AUTH_WPA2PSK;
1093 else if (wps->auth_type & WPS_AUTH_WPAPSK)
1094 wps->auth_type = WPS_AUTH_WPAPSK;
1095 else if (wps->auth_type & WPS_AUTH_OPEN)
1096 wps->auth_type = WPS_AUTH_OPEN;
1097 else if (wps->auth_type & WPS_AUTH_SHARED)
1098 wps->auth_type
[all...]
H A Dwps_i.h84 * 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
H A Dwps.h40 * @auth_type: Authentication Type (WPS_AUTH_OPEN, .. flags)
53 u16 auth_type; member in struct:wps_credential
H A Dwps_attr_parse.c255 attr->auth_type = pos;
/external/ipsec-tools/src/racoon/
H A Disakmp_xauth.h141 int auth_type; member in struct:xauth_ldap_config
H A Disakmp_xauth.c735 xauth_ldap_config.auth_type = LDAP_AUTH_SIMPLE;
/external/wpa_supplicant_6/wpa_supplicant/
H A Dwps_supplicant.c190 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 !
[all...]

Completed in 1679 milliseconds