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

  /external/wpa_supplicant_8/src/wps/
wps_attr_build.c 296 u16 auth_types = WPS_AUTH_TYPES; local
298 auth_types &= ~WPS_AUTH_WPA;
299 auth_types &= ~WPS_AUTH_WPA2;
300 auth_types &= ~WPS_AUTH_SHARED;
305 auth_types, wps_force_auth_types);
306 auth_types = wps_force_auth_types;
310 auth_types);
313 wpabuf_put_be16(msg, auth_types);
wps_registrar.c 2345 u16 auth_types; local
    [all...]
wps.h 677 * auth_types - Authentication types (bit field of WPS_AUTH_*)
679 u16 auth_types; member in struct:wps_context
wps_common.c 368 data.auth_type = wps->auth_types;
  /external/wpa_supplicant_8/src/ap/
wps_hostapd.c 450 hapd->wps->auth_types = cred->auth_type;
1069 wps->auth_types |= WPS_AUTH_WPA2PSK;
1071 wps->auth_types |= WPS_AUTH_WPA2;
1085 wps->auth_types |= WPS_AUTH_WPAPSK;
1087 wps->auth_types |= WPS_AUTH_WPA;
1101 wps->auth_types |= WPS_AUTH_OPEN;
1130 wps->ap_auth_type = wps->auth_types;
1134 wps->auth_types = WPS_AUTH_WPA2PSK | WPS_AUTH_WPAPSK;
    [all...]
  /external/libweave/src/privet/
privet_handler.cc 253 std::unique_ptr<base::ListValue> auth_types(new base::ListValue());
255 auth_types->AppendString(EnumToString(type));
256 auth->Set(kAuthModeKey, auth_types.release());
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wps_supplicant.c     [all...]

Completed in 69 milliseconds