/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/ |
wpagui.cpp | 800 static int str_match(const char *a, const char *b) function 831 pos2 = strchr(pos, str_match(pos, WPA_CTRL_REQ) ? ':' : ' '); 845 if (str_match(pos, WPA_CTRL_REQ)) 847 else if (str_match(pos, WPA_EVENT_SCAN_RESULTS) && scanres) 849 else if (str_match(pos, WPA_EVENT_DISCONNECTED)) 852 else if (str_match(pos, WPA_EVENT_CONNECTED)) { 857 } else if (str_match(pos, WPS_EVENT_AP_AVAILABLE_PBC)) { 867 } else if (str_match(pos, WPS_EVENT_AP_AVAILABLE_PIN)) { 876 } else if (str_match(pos, WPS_EVENT_AP_AVAILABLE)) { 881 } else if (str_match(pos, WPS_EVENT_OVERLAP)) [all...] |
/external/wpa_supplicant/wpa_gui/ |
wpagui.ui.h | 576 static int str_match(const char *a, const char *b) function 607 pos2 = strchr(pos, str_match(pos, WPA_CTRL_REQ) ? ':' : ' '); 621 if (str_match(pos, WPA_CTRL_REQ))
|
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui/ |
wpagui.ui.h | 574 static int str_match(const char *a, const char *b) function 605 pos2 = strchr(pos, str_match(pos, WPA_CTRL_REQ) ? ':' : ' '); 619 if (str_match(pos, WPA_CTRL_REQ))
|
/external/wpa_supplicant/wpa_gui-qt4/ |
wpagui.cpp | 623 static int str_match(const char *a, const char *b) function 654 pos2 = strchr(pos, str_match(pos, WPA_CTRL_REQ) ? ':' : ' '); 668 if (str_match(pos, WPA_CTRL_REQ))
|
/external/wpa_supplicant/ |
wpa_cli.c | 1156 static int str_match(const char *a, const char *b) function 1198 if (str_match(pos, WPA_EVENT_CONNECTED)) { 1234 } else if (str_match(pos, WPA_EVENT_DISCONNECTED)) { 1239 } else if (str_match(pos, WPA_EVENT_TERMINATING)) { [all...] |
/external/wpa_supplicant_6/wpa_supplicant/ |
wpa_cli.c | 1464 static int str_match(const char *a, const char *b) function [all...] |