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

  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps.h 41 * @encr_type: Encryption Type (WPS_ENCR_NONE, .. flags)
54 u16 encr_type; member in struct:wps_credential
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
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new.c 581 char *encr_type[4]; /* we have four possible encryption types */ local
614 if (cred->encr_type & WPS_ENCR_NONE)
615 encr_type[et_num++] = "none";
616 if (cred->encr_type & WPS_ENCR_WEP)
617 encr_type[et_num++] = "wep";
618 if (cred->encr_type & WPS_ENCR_TKIP)
619 encr_type[et_num++] = "tkip";
620 if (cred->encr_type & WPS_ENCR_AES)
621 encr_type[et_num++] = "aes";
638 (const char **) encr_type,
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps_i.h 84 * encr_type - Available encryption types
86 u16 encr_type; member in struct:wps_data
160 const u8 *encr_type; /* 2 octets */ member in struct:wps_parse_attr
wps.h 42 * @encr_type: Encryption Type (WPS_ENCR_NONE, .. flags)
55 u16 encr_type; member in struct:wps_credential

Completed in 86 milliseconds