mirror of
https://github.com/albfan/miraclecast.git
synced 2025-02-15 04:42:06 +00:00
parent
1e3b7dd011
commit
8f21f124b6
1 changed files with 8 additions and 0 deletions
|
@ -1423,6 +1423,13 @@ static void supplicant_event(struct supplicant *s, struct wpas_message *m)
|
||||||
!strcmp(name, "WPS-PBC-ACTIVE") ||
|
!strcmp(name, "WPS-PBC-ACTIVE") ||
|
||||||
!strcmp(name, "WPS-PBC-DISABLE") ||
|
!strcmp(name, "WPS-PBC-DISABLE") ||
|
||||||
!strcmp(name, "WPS-AP-AVAILABLE-PBC") ||
|
!strcmp(name, "WPS-AP-AVAILABLE-PBC") ||
|
||||||
|
!strcmp(name, "WPS-AP-AVAILABLE-AUTH") ||
|
||||||
|
!strcmp(name, "WPS-AP-AVAILABLE-PIN") ||
|
||||||
|
!strcmp(name, "CTRL-EVENT-EAP-STATUS") ||
|
||||||
|
!strcmp(name, "CTRL-EVENT-EAP-METHOD") ||
|
||||||
|
!strcmp(name, "CTRL-EVENT-EAP-STATUS") ||
|
||||||
|
!strcmp(name, "WPS-CRED-RECEIVED") ||
|
||||||
|
!strcmp(name, "WPS-AP-AVAILABLE") ||
|
||||||
!strcmp(name, "WPS-REG-SUCCESS") ||
|
!strcmp(name, "WPS-REG-SUCCESS") ||
|
||||||
!strcmp(name, "WPS-SUCCESS") ||
|
!strcmp(name, "WPS-SUCCESS") ||
|
||||||
!strcmp(name, "WPS-ENROLLEE-SEEN") ||
|
!strcmp(name, "WPS-ENROLLEE-SEEN") ||
|
||||||
|
@ -1431,6 +1438,7 @@ static void supplicant_event(struct supplicant *s, struct wpas_message *m)
|
||||||
!strcmp(name, "SME:") ||
|
!strcmp(name, "SME:") ||
|
||||||
!strcmp(name, "WPA:") ||
|
!strcmp(name, "WPA:") ||
|
||||||
!strcmp(name, "Trying") ||
|
!strcmp(name, "Trying") ||
|
||||||
|
!strcmp(name, "No network configuration found for the current AP") ||
|
||||||
!strcmp(name, "Associated"))
|
!strcmp(name, "Associated"))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue