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

1234

/external/autotest/server/cros/ap_configurators/
H A DbelkinF9k1002v4_ap_configurator.py26 auth_type = 'WPA-PSK'
28 auth_type = 'WPA2-PSK'
29 self.select_item_from_popup_by_xpath(auth_type, psk,
H A DbelkinF7D_ap_configurator.py45 auth_type = 'WPA2-PSK'
47 auth_type = 'WPA-PSK'
48 self.select_item_from_popup_by_xpath(auth_type, psk,
H A DbelkinF5D7234_ap_configurator.py77 auth_type = 'WPA-PSK'
79 auth_type = 'WPA2-PSK'
80 self.select_item_from_popup_by_xpath(auth_type, psk,
H A DbelkinF6D4230_ap_configurator.py53 auth_type = 'WPA-PSK'
55 auth_type = 'WPA2-PSK'
56 self.select_item_from_popup_by_xpath(auth_type, psk,
H A DbelkinF9K1102_ap_configurator.py281 auth_type = 'WPA-PSK'
283 auth_type = 'WPA2-PSK'
285 self.select_item_from_popup_by_xpath(auth_type, auth_popup,
H A DbelkinF9K_ap_configurator.py278 auth_type = 'WPA-PSK'
280 auth_type = 'WPA2-PSK'
281 self.select_item_from_popup_by_xpath(auth_type, psk,
/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) &&
234 if (cred->auth_type & (WPS_AUTH_WPAPSK | WPS_AUTH_WPA2PSK) &&
254 wps_process_cred_auth_type(cred, attr->auth_type) ||
273 wps_process_cred_auth_type(cred, attr->auth_type) ||
121 wps_process_cred_auth_type(struct wps_credential *cred, const u8 *auth_type) argument
[all...]
H A Dwps_attr_parse.h45 const u8 *auth_type; /* 2 octets */ member in struct:wps_parse_attr
/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) &&
234 if (cred->auth_type & (WPS_AUTH_WPAPSK | WPS_AUTH_WPA2PSK) &&
254 wps_process_cred_auth_type(cred, attr->auth_type) ||
273 wps_process_cred_auth_type(cred, attr->auth_type) ||
121 wps_process_cred_auth_type(struct wps_credential *cred, const u8 *auth_type) argument
[all...]
H A Dwps_attr_parse.h45 const u8 *auth_type; /* 2 octets */ member in struct:wps_parse_attr
/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) &&
234 if (cred->auth_type & (WPS_AUTH_WPAPSK | WPS_AUTH_WPA2PSK) &&
254 wps_process_cred_auth_type(cred, attr->auth_type) ||
273 wps_process_cred_auth_type(cred, attr->auth_type) ||
121 wps_process_cred_auth_type(struct wps_credential *cred, const u8 *auth_type) argument
[all...]
H A Dwps_attr_parse.h45 const u8 *auth_type; /* 2 octets */ member in struct:wps_parse_attr
/external/tcpdump/
H A Dprint-vrrp.c110 int version, type, auth_type = VRRP_AUTH_NONE; /* keep compiler happy */ local
127 auth_type = bp[4];
128 ND_PRINT((ndo, ", authtype %s", tok2str(auth2str, NULL, auth_type)));
170 if (version == 2 && auth_type == VRRP_AUTH_SIMPLE) { /* simple text password */
H A Dprint-bfd.c94 uint8_t auth_type; member in struct:bfd_auth_header_t
100 enum auth_type { enum
190 tok2str(bfd_v1_authentication_values,"Unknown",bfd_auth_header->auth_type),
191 bfd_auth_header->auth_type,
196 switch(bfd_auth_header->auth_type) {
H A Dprint-rip.c135 uint16_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/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/ipsec-tools/src/racoon/
H A Disakmp_xauth.h141 int auth_type; member in struct:xauth_ldap_config
/external/wpa_supplicant_8/hostapd/src/common/
H A Dprivsep_commands.h105 u16 auth_type; member in struct:privsep_event_auth
/external/wpa_supplicant_8/src/common/
H A Dprivsep_commands.h105 u16 auth_type; member in struct:privsep_event_auth
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dprivsep_commands.h105 u16 auth_type; member in struct:privsep_event_auth
/external/autotest/client/cros/
H A Dvpn_server.py154 def __init__(self, auth_type, interface_name, address, network_prefix,
156 self._auth_type = auth_type
/external/kernel-headers/original/uapi/linux/
H A Dncp_fs.h88 int auth_type; member in struct:ncp_objectname_ioctl
/external/wpa_supplicant_8/wpa_supplicant/
H A Dsme.h17 const u8 *bssid, u16 auth_type);
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwps_hostapd.c327 if ((cred->auth_type & (WPS_AUTH_WPA2 | WPS_AUTH_WPA2PSK)) &&
328 (cred->auth_type & (WPS_AUTH_WPA | WPS_AUTH_WPAPSK)))
330 else if (cred->auth_type & (WPS_AUTH_WPA2 | WPS_AUTH_WPA2PSK))
332 else if (cred->auth_type & (WPS_AUTH_WPA | WPS_AUTH_WPAPSK))
338 if (cred->auth_type & (WPS_AUTH_WPA2 | WPS_AUTH_WPA))
340 if (cred->auth_type & (WPS_AUTH_WPA2PSK | WPS_AUTH_WPAPSK))
414 cred->auth_type);
444 hapd->wps->auth_types = cred->auth_type;
446 hapd->wps->ap_auth_type = cred->auth_type;
451 } else if ((cred->auth_type
[all...]
/external/wpa_supplicant_8/src/ap/
H A Dwps_hostapd.c327 if ((cred->auth_type & (WPS_AUTH_WPA2 | WPS_AUTH_WPA2PSK)) &&
328 (cred->auth_type & (WPS_AUTH_WPA | WPS_AUTH_WPAPSK)))
330 else if (cred->auth_type & (WPS_AUTH_WPA2 | WPS_AUTH_WPA2PSK))
332 else if (cred->auth_type & (WPS_AUTH_WPA | WPS_AUTH_WPAPSK))
338 if (cred->auth_type & (WPS_AUTH_WPA2 | WPS_AUTH_WPA))
340 if (cred->auth_type & (WPS_AUTH_WPA2PSK | WPS_AUTH_WPAPSK))
414 cred->auth_type);
444 hapd->wps->auth_types = cred->auth_type;
446 hapd->wps->ap_auth_type = cred->auth_type;
451 } else if ((cred->auth_type
[all...]

Completed in 478 milliseconds

1234