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

  /external/wpa_supplicant_8/src/wps/
wps_attr_parse.h 46 const u8 *encr_type; /* 2 octets */ member in struct:wps_parse_attr
wps_i.h 87 * encr_type - Available encryption types
89 u16 encr_type; member in struct:wps_data
wps.h 37 * @encr_type: Encryption Type (WPS_ENCR_NONE, .. flags)
50 u16 encr_type; member in struct:wps_credential
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new.c 715 char *encr_type[3]; /* we have three possible encryption types */ local
745 if (cred->encr_type & WPS_ENCR_NONE)
746 encr_type[et_num++] = "none";
747 if (cred->encr_type & WPS_ENCR_TKIP)
748 encr_type[et_num++] = "tkip";
749 if (cred->encr_type & WPS_ENCR_AES)
750 encr_type[et_num++] = "aes";
767 (const char **) encr_type,
    [all...]

Completed in 73 milliseconds