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

  /external/wpa_supplicant_8/src/wps/
wps_attr_build.c 311 u16 encr_types = WPS_ENCR_TYPES; local
312 encr_types &= ~WPS_ENCR_WEP;
316 wpabuf_put_be16(msg, encr_types);
wps_registrar.c 2361 u16 encr_types; local
    [all...]
wps.h 661 * encr_types - Enabled encryption types (bit field of WPS_ENCR_*)
663 u16 encr_types; member in struct:wps_context
671 * encr_types - Current AP encryption type (WPS_ENCR_*)
wps_common.c 371 data.encr_type = wps->encr_types;
  /external/wpa_supplicant_8/src/ap/
wps_hostapd.c 444 hapd->wps->encr_types = cred->encr_type;
1053 wps->encr_types |= WPS_ENCR_AES;
1055 wps->encr_types |= WPS_ENCR_TKIP;
1065 wps->encr_types |= WPS_ENCR_AES;
1067 wps->encr_types |= WPS_ENCR_TKIP;
1071 wps->encr_types |= WPS_ENCR_NONE;
1102 wps->ap_encr_type = wps->encr_types;
1106 wps->encr_types = WPS_ENCR_AES | WPS_ENCR_TKIP;
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wps_supplicant.c     [all...]

Completed in 78 milliseconds