Lines Matching full:current_level
2238 string current_level;2239 if (!supplicant_process_proxy_->GetDebugLevel(¤t_level)) {2244 if (current_level != WPASupplicant::kDebugLevelInfo &&2245 current_level != WPASupplicant::kDebugLevelDebug) {2247 << current_level2254 if (new_level == current_level) {2256 << current_level;