Lines Matching refs:config_methods
801 enrollee->config_methods, enrollee->dev_passwd_id, dev_type, in wpa_supplicant_wps_event_er_enrollee_add()
1513 static u16 wps_fix_config_methods(u16 config_methods) in wps_fix_config_methods() argument
1515 if ((config_methods & in wps_fix_config_methods()
1520 config_methods |= WPS_CONFIG_VIRT_DISPLAY; in wps_fix_config_methods()
1522 if ((config_methods & in wps_fix_config_methods()
1527 config_methods |= WPS_CONFIG_VIRT_PUSHBUTTON; in wps_fix_config_methods()
1530 return config_methods; in wps_fix_config_methods()
1606 wps->config_methods = in wpas_wps_init()
1607 wps_config_methods_str2bin(wpa_s->conf->config_methods); in wpas_wps_init()
1608 if ((wps->config_methods & (WPS_CONFIG_DISPLAY | WPS_CONFIG_LABEL)) == in wpas_wps_init()
1615 wps->config_methods = wps_fix_config_methods(wps->config_methods); in wpas_wps_init()
1616 wps->dev.config_methods = wps->config_methods; in wpas_wps_init()
2269 wps->config_methods = wps_config_methods_str2bin( in wpas_wps_update_config()
2270 wpa_s->conf->config_methods); in wpas_wps_update_config()
2271 if ((wps->config_methods & in wpas_wps_update_config()
2277 wps->config_methods &= ~WPS_CONFIG_LABEL; in wpas_wps_update_config()
2280 wps->config_methods = wps_fix_config_methods(wps->config_methods); in wpas_wps_update_config()
2281 wps->dev.config_methods = wps->config_methods; in wpas_wps_update_config()