HomeSort by relevance Sort by last modified time
    Searched defs:auth_type (Results 1 - 9 of 9) 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/ipsec-tools/src/racoon/
isakmp_xauth.h 141 int auth_type; member in struct:xauth_ldap_config
  /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/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
  /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

Completed in 69 milliseconds