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

  /external/syslinux/gpxe/src/usr/
iwmgmt.c 99 static const char *auth_types[] = { variable
107 #define NR_AUTH_TYPES ( sizeof ( auth_types ) / sizeof ( auth_types[0] ) )
205 auth_types[wlan->handshaking] );
  /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.h 677 * auth_types - Authentication types (bit field of WPS_AUTH_*)
679 u16 auth_types; member in struct:wps_context
wps_registrar.c 2346 u16 auth_types; local
    [all...]

Completed in 64 milliseconds