Searched defs:auth_type (Results 1 - 25 of 31) sorted by relevance

12

/external/srtp/crypto/include/
H A Dcrypto_kernel.h88 auth_type_t *auth_type; member in struct:kernel_auth_type
/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));
134 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
258 tok2str(bfd_v1_authentication_values,"Unknown",bfd_auth_header->auth_type),
259 bfd_auth_header->auth_type,
H A Dprint-rip.c135 u_int16_t auth_type = EXTRACT_16BITS(&ni->rip_tag); local
136 if (auth_type == 2) {
142 } else if (auth_type == 3) {
150 } 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
H A Dwps_enrollee.c250 u16 auth_type = wps->wps->ap_auth_type; local
257 if (auth_type & WPS_AUTH_WPA2PSK)
258 auth_type = WPS_AUTH_WPA2PSK;
259 else if (auth_type & WPS_AUTH_WPAPSK)
260 auth_type = WPS_AUTH_WPAPSK;
261 else if (auth_type & WPS_AUTH_OPEN)
262 auth_type = WPS_AUTH_OPEN;
264 wpa_printf(MSG_DEBUG, "WPS: * Authentication Type (0x%x)", auth_type);
267 wpabuf_put_be16(msg, auth_type);
852 (cred.auth_type
[all...]
H A Dwps_i.h92 * auth_type - Available authentication types
94 u16 auth_type; member in struct:wps_data
H A Dwps.h37 * @auth_type: Authentication Type (WPS_AUTH_OPEN, .. flags)
50 u16 auth_type; member in struct:wps_credential
/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
H A Dwps_enrollee.c250 u16 auth_type = wps->wps->ap_auth_type; local
257 if (auth_type & WPS_AUTH_WPA2PSK)
258 auth_type = WPS_AUTH_WPA2PSK;
259 else if (auth_type & WPS_AUTH_WPAPSK)
260 auth_type = WPS_AUTH_WPAPSK;
261 else if (auth_type & WPS_AUTH_OPEN)
262 auth_type = WPS_AUTH_OPEN;
264 wpa_printf(MSG_DEBUG, "WPS: * Authentication Type (0x%x)", auth_type);
267 wpabuf_put_be16(msg, auth_type);
852 (cred.auth_type
[all...]
H A Dwps_i.h92 * auth_type - Available authentication types
94 u16 auth_type; member in struct:wps_data
H A Dwps.h37 * @auth_type: Authentication Type (WPS_AUTH_OPEN, .. flags)
50 u16 auth_type; member in struct:wps_credential
/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
H A Dwps_attr_parse.h45 const u8 *auth_type; /* 2 octets */ member in struct:wps_parse_attr
H A Dwps_enrollee.c250 u16 auth_type = wps->wps->ap_auth_type; local
257 if (auth_type & WPS_AUTH_WPA2PSK)
258 auth_type = WPS_AUTH_WPA2PSK;
259 else if (auth_type & WPS_AUTH_WPAPSK)
260 auth_type = WPS_AUTH_WPAPSK;
261 else if (auth_type & WPS_AUTH_OPEN)
262 auth_type = WPS_AUTH_OPEN;
264 wpa_printf(MSG_DEBUG, "WPS: * Authentication Type (0x%x)", auth_type);
267 wpabuf_put_be16(msg, auth_type);
852 (cred.auth_type
[all...]
H A Dwps_i.h92 * auth_type - Available authentication types
94 u16 auth_type; member in struct:wps_data
/external/ipsec-tools/src/racoon/
H A Disakmp_xauth.h141 int auth_type; member in struct:xauth_ldap_config
/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/include/
H A Dsrtp.h126 auth_type_id_t auth_type; /**< An integer representing the member in struct:crypto_policy_t
/external/kernel-headers/original/uapi/linux/
H A Dncp_fs.h88 int auth_type; member in struct:ncp_objectname_ioctl
/external/wpa_supplicant_8/hostapd/
H A Dconfig_file.c3052 u8 auth_type; local
3054 if (hexstr2bin(pos, &auth_type, 1)) {
3060 if (auth_type == 0 || auth_type == 2)
3068 *bss->network_auth_type = auth_type;
/external/wpa_supplicant_8/wpa_supplicant/
H A Dsme.c774 " auth_type=%d auth_transaction=%d status_code=%d",
775 MAC2STR(data->auth.peer), data->auth.auth_type,
783 if (data->auth.auth_type == WLAN_AUTH_SAE) {
809 wpa_s->sme.auth_alg == data->auth.auth_type ||
818 switch (data->auth.auth_type) {
841 if (data->auth.auth_type == WLAN_AUTH_FT) {
860 data->auth.auth_type);
865 const u8 *bssid, u16 auth_type)
907 if (auth_type == WLAN_AUTH_FT && wpa_s->sme.ft_ies) {
864 sme_associate(struct wpa_supplicant *wpa_s, enum wpas_mode mode, const u8 *bssid, u16 auth_type) argument
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_new.c724 char *auth_type[5]; /* we have five possible authentication types */ local
745 if (cred->auth_type & WPS_AUTH_OPEN)
746 auth_type[at_num++] = "open";
747 if (cred->auth_type & WPS_AUTH_WPAPSK)
748 auth_type[at_num++] = "wpa-psk";
749 if (cred->auth_type & WPS_AUTH_WPA)
750 auth_type[at_num++] = "wpa-eap";
751 if (cred->auth_type & WPS_AUTH_WPA2)
752 auth_type[at_num++] = "wpa2-eap";
753 if (cred->auth_type
[all...]

Completed in 966 milliseconds

12