HomeSort by relevance Sort by last modified time
    Searched refs:encr_type (Results 1 - 6 of 6) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_attr_process.c 145 const u8 *encr_type)
147 if (encr_type == NULL) {
153 cred->encr_type = WPA_GET_BE16(encr_type);
155 cred->encr_type);
286 wps_process_cred_encr_type(cred, attr->encr_type) ||
313 wps_process_cred_encr_type(cred, attr->encr_type) ||
wps_i.h 79 * encr_type - Available encryption types
81 u16 encr_type; member in struct:wps_data
136 const u8 *encr_type; /* 2 octets */ member in struct:wps_parse_attr
wps_registrar.c 1032 cred->encr_type);
1035 wpabuf_put_be16(msg, cred->encr_type);
1108 if (wps->encr_type & WPS_ENCR_AES)
1109 wps->encr_type = WPS_ENCR_AES;
1110 else if (wps->encr_type & WPS_ENCR_TKIP)
1111 wps->encr_type = WPS_ENCR_TKIP;
1118 if (wps->encr_type & WPS_ENCR_WEP)
1119 wps->encr_type = WPS_ENCR_WEP;
1120 else if (wps->encr_type & WPS_ENCR_NONE)
1121 wps->encr_type = WPS_ENCR_NONE
    [all...]
wps.h 41 * @encr_type: Encryption Type (WPS_ENCR_NONE, .. flags)
54 u16 encr_type; member in struct:wps_credential
wps_attr_parse.c 263 attr->encr_type = pos;
  /external/wpa_supplicant_6/wpa_supplicant/
wps_supplicant.c 216 wpa_printf(MSG_DEBUG, "WPS: Encryption Type 0x%x", cred->encr_type);
267 switch (cred->encr_type) {

Completed in 46 milliseconds