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

  /external/wpa_supplicant_8/src/wps/
wps_attr_build.c 274 u16 encr_types = WPS_ENCR_TYPES; local
276 encr_types &= ~WPS_ENCR_WEP;
281 wpabuf_put_be16(msg, encr_types);
wps.h 652 * encr_types - Enabled encryption types (bit field of WPS_ENCR_*)
654 u16 encr_types; member in struct:wps_context
wps_registrar.c 2288 u16 encr_types; local
    [all...]
wps_common.c 342 data.encr_type = wps->encr_types;
wps_enrollee.c 277 u16 encr_type = wps->wps->encr_types;
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps.h 423 * encr_types - Enabled encryption types (bit field of WPS_ENCR_*)
425 u16 encr_types; member in struct:wps_context
wps_registrar.c 1786 u16 encr_types; local
    [all...]
wps_enrollee.c 252 wpabuf_put_be16(msg, wps->wps->encr_types);
  /external/wpa_supplicant_8/src/ap/
wps_hostapd.c 328 hapd->wps->encr_types = cred->encr_type;
875 wps->encr_types |= WPS_ENCR_AES;
877 wps->encr_types |= WPS_ENCR_TKIP;
887 wps->encr_types |= WPS_ENCR_AES;
889 wps->encr_types |= WPS_ENCR_TKIP;
893 wps->encr_types |= WPS_ENCR_NONE;
896 wps->encr_types |= WPS_ENCR_WEP;
904 wps->encr_types |= WPS_ENCR_WEP;
906 wps->encr_types |= WPS_ENCR_NONE;
942 wps->encr_types = WPS_ENCR_AES | WPS_ENCR_TKIP
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
wps_supplicant.c 707 wps->encr_types = WPS_ENCR_AES | WPS_ENCR_TKIP;
  /external/wpa_supplicant_8/wpa_supplicant/
wps_supplicant.c     [all...]

Completed in 163 milliseconds