Searched defs:encr_type (Results 1 - 19 of 19) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_attr_process.c139 const u8 *encr_type)
141 if (encr_type == NULL) {
147 cred->encr_type = WPA_GET_BE16(encr_type);
149 cred->encr_type);
175 cred->encr_type == WPS_ENCR_NONE) {
309 wps_process_cred_encr_type(cred, attr->encr_type) ||
335 wps_process_cred_encr_type(cred, attr->encr_type) ||
138 wps_process_cred_encr_type(struct wps_credential *cred, const u8 *encr_type) argument
H A Dwps_enrollee.c268 u16 encr_type = wps->wps->encr_types; local
272 if (encr_type & WPS_ENCR_AES)
273 encr_type = WPS_ENCR_AES;
274 else if (encr_type & WPS_ENCR_TKIP)
275 encr_type = WPS_ENCR_TKIP;
277 if (encr_type & WPS_ENCR_WEP)
278 encr_type = WPS_ENCR_WEP;
279 else if (encr_type & WPS_ENCR_NONE)
280 encr_type = WPS_ENCR_NONE;
283 wpa_printf(MSG_DEBUG, "WPS: * Encryption Type (0x%x)", encr_type);
[all...]
H A Dwps_i.h84 * encr_type - Available encryption types
86 u16 encr_type; member in struct:wps_data
H A Dwps_attr_parse.h46 const u8 *encr_type; /* 2 octets */ member in struct:wps_parse_attr
H A Dwps_validate.c986 const u8 *encr_type, int mandatory)
996 if (((encr_type == NULL || WPA_GET_BE16(encr_type) != WPS_ENCR_WEP) &&
1042 wps_validate_encr_type(attr.encr_type, 1) ||
1045 attr.encr_type, 1) ||
1741 wps_validate_encr_type(attr.encr_type, !ap) ||
1744 attr.encr_type, !ap) ||
1813 wps_validate_encr_type(attr.encr_type, ap) ||
985 wps_validate_network_key(const u8 *key, size_t key_len, const u8 *encr_type, int mandatory) argument
H A Dwps.h37 * @encr_type: Encryption Type (WPS_ENCR_NONE, .. flags)
51 u16 encr_type; member in struct:wps_credential
/external/wpa_supplicant_8/src/wps/
H A Dwps_attr_process.c139 const u8 *encr_type)
141 if (encr_type == NULL) {
147 cred->encr_type = WPA_GET_BE16(encr_type);
149 cred->encr_type);
175 cred->encr_type == WPS_ENCR_NONE) {
309 wps_process_cred_encr_type(cred, attr->encr_type) ||
335 wps_process_cred_encr_type(cred, attr->encr_type) ||
138 wps_process_cred_encr_type(struct wps_credential *cred, const u8 *encr_type) argument
H A Dwps_enrollee.c268 u16 encr_type = wps->wps->encr_types; local
272 if (encr_type & WPS_ENCR_AES)
273 encr_type = WPS_ENCR_AES;
274 else if (encr_type & WPS_ENCR_TKIP)
275 encr_type = WPS_ENCR_TKIP;
277 if (encr_type & WPS_ENCR_WEP)
278 encr_type = WPS_ENCR_WEP;
279 else if (encr_type & WPS_ENCR_NONE)
280 encr_type = WPS_ENCR_NONE;
283 wpa_printf(MSG_DEBUG, "WPS: * Encryption Type (0x%x)", encr_type);
[all...]
H A Dwps_i.h84 * encr_type - Available encryption types
86 u16 encr_type; member in struct:wps_data
H A Dwps_attr_parse.h46 const u8 *encr_type; /* 2 octets */ member in struct:wps_parse_attr
H A Dwps_validate.c986 const u8 *encr_type, int mandatory)
996 if (((encr_type == NULL || WPA_GET_BE16(encr_type) != WPS_ENCR_WEP) &&
1042 wps_validate_encr_type(attr.encr_type, 1) ||
1045 attr.encr_type, 1) ||
1741 wps_validate_encr_type(attr.encr_type, !ap) ||
1744 attr.encr_type, !ap) ||
1813 wps_validate_encr_type(attr.encr_type, ap) ||
985 wps_validate_network_key(const u8 *key, size_t key_len, const u8 *encr_type, int mandatory) argument
H A Dwps.h37 * @encr_type: Encryption Type (WPS_ENCR_NONE, .. flags)
51 u16 encr_type; member in struct:wps_credential
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_attr_process.c139 const u8 *encr_type)
141 if (encr_type == NULL) {
147 cred->encr_type = WPA_GET_BE16(encr_type);
149 cred->encr_type);
175 cred->encr_type == WPS_ENCR_NONE) {
309 wps_process_cred_encr_type(cred, attr->encr_type) ||
335 wps_process_cred_encr_type(cred, attr->encr_type) ||
138 wps_process_cred_encr_type(struct wps_credential *cred, const u8 *encr_type) argument
H A Dwps_enrollee.c268 u16 encr_type = wps->wps->encr_types; local
272 if (encr_type & WPS_ENCR_AES)
273 encr_type = WPS_ENCR_AES;
274 else if (encr_type & WPS_ENCR_TKIP)
275 encr_type = WPS_ENCR_TKIP;
277 if (encr_type & WPS_ENCR_WEP)
278 encr_type = WPS_ENCR_WEP;
279 else if (encr_type & WPS_ENCR_NONE)
280 encr_type = WPS_ENCR_NONE;
283 wpa_printf(MSG_DEBUG, "WPS: * Encryption Type (0x%x)", encr_type);
[all...]
H A Dwps_i.h84 * encr_type - Available encryption types
86 u16 encr_type; member in struct:wps_data
H A Dwps_attr_parse.h46 const u8 *encr_type; /* 2 octets */ member in struct:wps_parse_attr
H A Dwps_validate.c986 const u8 *encr_type, int mandatory)
996 if (((encr_type == NULL || WPA_GET_BE16(encr_type) != WPS_ENCR_WEP) &&
1042 wps_validate_encr_type(attr.encr_type, 1) ||
1045 attr.encr_type, 1) ||
1741 wps_validate_encr_type(attr.encr_type, !ap) ||
1744 attr.encr_type, !ap) ||
1813 wps_validate_encr_type(attr.encr_type, ap) ||
985 wps_validate_network_key(const u8 *key, size_t key_len, const u8 *encr_type, int mandatory) argument
H A Dwps.h37 * @encr_type: Encryption Type (WPS_ENCR_NONE, .. flags)
51 u16 encr_type; member in struct:wps_credential
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_new.c714 char *encr_type[4]; /* we have four possible encryption types */ local
747 if (cred->encr_type & WPS_ENCR_NONE)
748 encr_type[et_num++] = "none";
749 if (cred->encr_type & WPS_ENCR_WEP)
750 encr_type[et_num++] = "wep";
751 if (cred->encr_type & WPS_ENCR_TKIP)
752 encr_type[et_num++] = "tkip";
753 if (cred->encr_type & WPS_ENCR_AES)
754 encr_type[et_num++] = "aes";
771 (const char **) encr_type,
[all...]

Completed in 183 milliseconds