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

  /external/wpa_supplicant_8/src/wps/
wps_attr_build.c 290 u16 encr_types = WPS_ENCR_TYPES; local
292 encr_types &= ~WPS_ENCR_WEP;
297 wpabuf_put_be16(msg, encr_types);
wps.h 658 * encr_types - Enabled encryption types (bit field of WPS_ENCR_*)
660 u16 encr_types; member in struct:wps_context
wps_registrar.c 2320 u16 encr_types; local
    [all...]
wps_common.c 367 data.encr_type = wps->encr_types;
wps_enrollee.c 268 u16 encr_type = wps->wps->encr_types;
    [all...]
  /external/wpa_supplicant_8/src/ap/
wps_hostapd.c 458 hapd->wps->encr_types = cred->encr_type;
1071 wps->encr_types |= WPS_ENCR_AES;
1073 wps->encr_types |= WPS_ENCR_TKIP;
1083 wps->encr_types |= WPS_ENCR_AES;
1085 wps->encr_types |= WPS_ENCR_TKIP;
1089 wps->encr_types |= WPS_ENCR_NONE;
1092 wps->encr_types |= WPS_ENCR_WEP;
1100 wps->encr_types |= WPS_ENCR_WEP;
1102 wps->encr_types |= WPS_ENCR_NONE;
1138 wps->encr_types = WPS_ENCR_AES | WPS_ENCR_TKIP
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wps_supplicant.c     [all...]

Completed in 74 milliseconds