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 2374 u16 encr_types; local
    [all...]
wps.h 662 * encr_types - Enabled encryption types (bit field of WPS_ENCR_*)
664 u16 encr_types; member in struct:wps_context
672 * 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 447 hapd->wps->encr_types = cred->encr_type;
1066 wps->encr_types |= WPS_ENCR_AES;
1068 wps->encr_types |= WPS_ENCR_TKIP;
1078 wps->encr_types |= WPS_ENCR_AES;
1080 wps->encr_types |= WPS_ENCR_TKIP;
1084 wps->encr_types |= WPS_ENCR_NONE;
1115 wps->ap_encr_type = wps->encr_types;
1119 wps->encr_types = WPS_ENCR_AES | WPS_ENCR_TKIP;
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wps_supplicant.c     [all...]

Completed in 118 milliseconds