• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

external/wpa_supplicant_6


Commit MetaInfo

Revisionb5540e961dc9c5290b9cb118fd4a51770ca8f776 (tree)
Zeit2010-09-29 09:37:57
AutorIrfan Sheriff <isheriff@goog...>
CommiterAndroid Git Automerger

Log Message

am b2522a10: Remove WPS availability messaging

Merge commit 'b2522a100c9c6688508261b04e83fa1d0bdc88ab'

* commit 'b2522a100c9c6688508261b04e83fa1d0bdc88ab':

Remove WPS availability messaging

Ändern Zusammenfassung

Diff

--- a/wpa_supplicant/events.c
+++ b/wpa_supplicant/events.c
@@ -645,7 +645,10 @@ static void wpa_supplicant_event_scan_results(struct wpa_supplicant *wpa_s)
645645 wpa_printf(MSG_DEBUG, "New scan results available");
646646 wpa_msg_ctrl(wpa_s, MSG_INFO, WPA_EVENT_SCAN_RESULTS);
647647 wpa_supplicant_dbus_notify_scan_results(wpa_s);
648+/* WPS availability is fetched from scan results. Reduce logging. */
649+#ifndef ANDROID
648650 wpas_wps_notify_scan_results(wpa_s);
651+#endif
649652 }
650653
651654 if ((wpa_s->conf->ap_scan == 2 && !wpas_wps_searching(wpa_s)))