Module Name: src Committed By: roy Date: Tue Jul 21 13:18:58 UTC 2020
Modified Files: src/external/bsd/wpa/dist/wpa_supplicant: events.c wpa_supplicant.c wpa_supplicant_i.h Log Message: wpa_supplicant: Matching unspecified interfaces should not log driver fails If there is no matching interface given, but interface matching is enabled then all interfaces on the system will try to be initialized. Non wireless interfaces will fail and the loopback device will be one of these, so just log a diagnostic rather than an error. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/external/bsd/wpa/dist/wpa_supplicant/events.c cvs rdiff -u -r1.10 -r1.11 \ src/external/bsd/wpa/dist/wpa_supplicant/wpa_supplicant.c cvs rdiff -u -r1.4 -r1.5 \ src/external/bsd/wpa/dist/wpa_supplicant/wpa_supplicant_i.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.