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 320 u16 encr_types = WPS_ENCR_TYPES; local
321 encr_types &= ~WPS_ENCR_WEP;
326 encr_types, wps_force_encr_types);
327 encr_types = wps_force_encr_types;
331 encr_types);
334 wpabuf_put_be16(msg, encr_types);
wps_registrar.c 2403 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
682 * encr_types - Current AP encryption type (WPS_ENCR_*)
wps_common.c 372 data.encr_type = wps->encr_types;
  /external/wpa_supplicant_8/src/ap/
wps_hostapd.c 441 hapd->wps->encr_types = cred->encr_type;
1068 wps->encr_types |= WPS_ENCR_AES;
1072 wps->encr_types |= WPS_ENCR_TKIP;
1084 wps->encr_types |= WPS_ENCR_AES;
1088 wps->encr_types |= WPS_ENCR_TKIP;
1094 wps->encr_types |= WPS_ENCR_NONE;
1125 wps->ap_encr_type = wps->encr_types;
1129 wps->encr_types = WPS_ENCR_AES | WPS_ENCR_TKIP;
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wps_supplicant.c     [all...]

Completed in 58 milliseconds