Lines Matching defs:config_methods
798 " M1=%d config_methods=0x%x dev_passwd_id=%d pri_dev_type=%s "
801 enrollee->config_methods, enrollee->dev_passwd_id, dev_type,
1513 static u16 wps_fix_config_methods(u16 config_methods)
1515 if ((config_methods &
1520 config_methods |= WPS_CONFIG_VIRT_DISPLAY;
1522 if ((config_methods &
1527 config_methods |= WPS_CONFIG_VIRT_PUSHBUTTON;
1530 return config_methods;
1606 wps->config_methods =
1607 wps_config_methods_str2bin(wpa_s->conf->config_methods);
1608 if ((wps->config_methods & (WPS_CONFIG_DISPLAY | WPS_CONFIG_LABEL)) ==
1615 wps->config_methods = wps_fix_config_methods(wps->config_methods);
1616 wps->dev.config_methods = wps->config_methods;
2269 wps->config_methods = wps_config_methods_str2bin(
2270 wpa_s->conf->config_methods);
2271 if ((wps->config_methods &
2277 wps->config_methods &= ~WPS_CONFIG_LABEL;
2280 wps->config_methods = wps_fix_config_methods(wps->config_methods);
2281 wps->dev.config_methods = wps->config_methods;