HomeSort by relevance Sort by last modified time
    Searched full:config_methods (Results 1 - 5 of 5) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps.h 320 u16 config_methods; member in struct:wps_event_data::wps_event_m2d
416 * config_methods - Enabled configuration methods
420 u16 config_methods; member in struct:wps_context
wps_i.h 116 const u8 *config_methods; /* 2 octets */ member in struct:wps_parse_attr
wps_enrollee.c 801 if (attr->config_methods)
802 m2d->config_methods =
803 WPA_GET_BE16(attr->config_methods);
wps_attr_parse.c 103 attr->config_methods = pos;
wps_registrar.c 299 methods = reg->wps->config_methods & ~WPS_CONFIG_PUSHBUTTON;
330 methods = reg->wps->config_methods & ~WPS_CONFIG_PUSHBUTTON;
700 if (attr.config_methods == NULL) {
706 methods = WPA_GET_BE16(attr.config_methods);
    [all...]

Completed in 149 milliseconds