Home | History | Annotate | Download | only in wifi

Lines Matching full:current_level

2238   string current_level;
2239 if (!supplicant_process_proxy_->GetDebugLevel(&current_level)) {
2244 if (current_level != WPASupplicant::kDebugLevelInfo &&
2245 current_level != WPASupplicant::kDebugLevelDebug) {
2247 << current_level
2254 if (new_level == current_level) {
2256 << current_level;