HomeSort by relevance Sort by last modified time
    Searched defs:encr_types (Results 1 - 3 of 3) 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.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_registrar.c 2402 u16 encr_types; local
    [all...]

Completed in 61 milliseconds