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

/freebsd-9.3-release/contrib/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-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) {
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,
/freebsd-9.3-release/contrib/wpa/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);
180 if (cred->auth_type == WPS_AUTH_OPEN &&
269 if (cred->auth_type & (WPS_AUTH_WPAPSK | WPS_AUTH_WPA2PSK) &&
292 wps_process_cred_auth_type(cred, attr->auth_type) ||
319 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.c1117 cred->auth_type);
1120 wpabuf_put_be16(msg, cred->auth_type);
1193 if (wps->auth_type & WPS_AUTH_WPA2PSK)
1194 wps->auth_type = WPS_AUTH_WPA2PSK;
1195 else if (wps->auth_type & WPS_AUTH_WPAPSK)
1196 wps->auth_type = WPS_AUTH_WPAPSK;
1197 else if (wps->auth_type & WPS_AUTH_OPEN)
1198 wps->auth_type = WPS_AUTH_OPEN;
1199 else if (wps->auth_type & WPS_AUTH_SHARED)
1200 wps->auth_type
[all...]
H A Dwps_i.h89 * auth_type - Available authentication types
91 u16 auth_type; member in struct:wps_data
154 const u8 *auth_type; /* 2 octets */ member in struct:wps_parse_attr
H A Dwps.h41 * @auth_type: Authentication Type (WPS_AUTH_OPEN, .. flags)
54 u16 auth_type; member in struct:wps_credential
H A Dwps_attr_parse.c265 attr->auth_type = pos;
H A Dwps_common.c326 data.auth_type = wps->auth_types;
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/
H A Dsme.h23 const u8 *bssid, u16 auth_type);
H A Dsme.c268 " auth_type=%d status_code=%d",
269 MAC2STR(data->auth.peer), data->auth.auth_type,
280 wpa_s->sme.auth_alg == data->auth.auth_type ||
284 switch (data->auth.auth_type) {
307 if (data->auth.auth_type == WLAN_AUTH_FT) {
318 data->auth.auth_type);
323 const u8 *bssid, u16 auth_type)
337 if (auth_type == WLAN_AUTH_FT && wpa_s->sme.ft_ies) {
322 sme_associate(struct wpa_supplicant *wpa_s, enum wpas_mode mode, const u8 *bssid, u16 auth_type) argument
H A Dwps_supplicant.c180 u16 auth_type; local
206 cred->auth_type);
214 auth_type = cred->auth_type;
215 if (auth_type == (WPS_AUTH_WPAPSK | WPS_AUTH_WPA2PSK)) {
217 "auth_type into WPA2PSK");
218 auth_type = WPS_AUTH_WPA2PSK;
221 if (auth_type != WPS_AUTH_OPEN &&
222 auth_type != WPS_AUTH_SHARED &&
223 auth_type !
[all...]
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new.c576 char *auth_type[6]; /* we have six possible authorization types */ local
597 if (cred->auth_type & WPS_AUTH_OPEN)
598 auth_type[at_num++] = "open";
599 if (cred->auth_type & WPS_AUTH_WPAPSK)
600 auth_type[at_num++] = "wpa-psk";
601 if (cred->auth_type & WPS_AUTH_SHARED)
602 auth_type[at_num++] = "shared";
603 if (cred->auth_type & WPS_AUTH_WPA)
604 auth_type[at_num++] = "wpa-eap";
605 if (cred->auth_type
[all...]
/freebsd-9.3-release/contrib/wpa/src/ap/
H A Dwps_hostapd.c219 cred->auth_type);
247 hapd->wps->auth_types = cred->auth_type;
298 if ((cred->auth_type & (WPS_AUTH_WPA2 | WPS_AUTH_WPA2PSK)) &&
299 (cred->auth_type & (WPS_AUTH_WPA | WPS_AUTH_WPAPSK)))
301 else if (cred->auth_type & (WPS_AUTH_WPA2 | WPS_AUTH_WPA2PSK))
303 else if (cred->auth_type & (WPS_AUTH_WPA | WPS_AUTH_WPAPSK))
314 if (cred->auth_type & (WPS_AUTH_WPA2 | WPS_AUTH_WPA)) {
318 if (cred->auth_type & (WPS_AUTH_WPA2PSK | WPS_AUTH_WPAPSK))
351 if ((cred->auth_type & WPS_AUTH_OPEN) &&
352 (cred->auth_type
[all...]
/freebsd-9.3-release/sbin/routed/rtquery/
H A Drtquery.c116 int auth_type = RIP_AUTH_NONE; variable
253 auth_type = RIP_AUTH_PW;
255 auth_type = RIP_AUTH_MD5;
261 if (auth_type == RIP_AUTH_MD5
387 if (auth_type == RIP_AUTH_PW) {
394 } else if (auth_type == RIP_AUTH_MD5) {
/freebsd-9.3-release/contrib/wpa/src/eap_peer/
H A Deap_wsc.c94 cred->auth_type = WPS_AUTH_OPEN;
96 cred->auth_type = WPS_AUTH_WPAPSK;
98 cred->auth_type = WPS_AUTH_WPA2PSK;
/freebsd-9.3-release/contrib/sendmail/cf/cf/
H A Dsubmit.cf565 $.$?{auth_type}(authenticated$?{auth_ssf} bits=${auth_ssf}$.)
1114 R$* $: $1 $| $>"Local_Relay_Auth" $&{auth_type}
1117 R$* $| $* $: $1 $| $&{auth_type}
1177 R$* $: $&{auth_type} $| $1
1190 ### $1: ${auth_type}
/freebsd-9.3-release/contrib/wpa/src/drivers/
H A Ddriver.h2236 u16 auth_type; member in struct:wpa_event_data::auth_info
/freebsd-9.3-release/contrib/sendmail/src/
H A Dsrvrsmtp.c613 char *volatile auth_type; local
866 auth_type = NULL;
1347 macid("{auth_type}"), auth_type);
1439 auth_type, *ssf);
1478 auth_type,
1758 auth_type = newstr(p);
/freebsd-9.3-release/sys/netinet/
H A Dsctp_uio.h434 uint16_t auth_type; member in struct:sctp_authkey_event
H A Dsctp_auth.c1794 auth->auth_type = SCTP_AUTHENTICATION_EVENT;

Completed in 163 milliseconds