Home | History | Annotate | Download | only in wps

Lines Matching defs:config_methods

107 	u16 config_methods;
119 config_methods = wps->wps->config_methods;
122 (config_methods & WPS_CONFIG_DISPLAY))) {
132 config_methods &= ~WPS_CONFIG_PUSHBUTTON;
134 config_methods &= ~(WPS_CONFIG_VIRT_PUSHBUTTON |
148 wps_build_config_methods(msg, config_methods) ||
958 if (attr->config_methods)
959 m2d->config_methods =
960 WPA_GET_BE16(attr->config_methods);