HomeSort by relevance Sort by last modified time
    Searched refs:auth_type (Results 1 - 14 of 14) 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/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_attr_process.c 128 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) ||
wps_registrar.c 1020 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 = WPS_AUTH_SHARED
    [all...]
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
wps.h 40 * @auth_type: Authentication Type (WPS_AUTH_OPEN, .. flags)
53 u16 auth_type; member in struct:wps_credential
wps_attr_parse.c 255 attr->auth_type = pos;
  /external/ipsec-tools/src/racoon/
isakmp_xauth.h 141 int auth_type; member in struct:xauth_ldap_config
isakmp_xauth.c 735 xauth_ldap_config.auth_type = LDAP_AUTH_SIMPLE;
    [all...]
  /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...]
  /hardware/broadcom/wlan/bcm4329/src/include/proto/
bcmevent.h 60 uint32 auth_type; member in struct:__anon9574
  /hardware/broadcom/wlan/bcm4329/src/dhd/sys/
dhd_common.c 583 uint event_type, flags, auth_type, datalen; local
588 auth_type = ntoh32(event->auth_type);
648 if (auth_type == DOT11_OPEN_SYSTEM)
650 else if (auth_type == DOT11_SHARED_KEY)
653 sprintf(err_msg, "AUTH unknown: %d", (int)auth_type);
792 (int)auth_type));
919 evt->auth_type = ntoh32(evt->auth_type);
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/wl/sys/
wl_cfg80211.h 218 uint32 auth_type; member in struct:wl_security
wl_cfg80211.c     [all...]

Completed in 119 milliseconds