Searched defs:str_match (Results 1 - 5 of 5) sorted by relevance

/external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
H A Dwpagui.ui.h574 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_6/wpa_supplicant/
H A Dwpa_cli.c1487 static int str_match(const char *a, const char *b) function
1536 if (str_match(pos, WPA_EVENT_CONNECTED)) {
1572 } else if (str_match(pos, WPA_EVENT_DISCONNECTED)) {
1577 } else if (str_match(pos, WPA_EVENT_TERMINATING)) {
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
H A Dwpagui.cpp800 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(po
[all...]
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Dwpagui.cpp831 static int str_match(const char *a, const char *b) function
864 pos2 = strchr(pos, str_match(pos, WPA_CTRL_REQ) ? ':' : ' ');
878 if (str_match(pos, WPA_CTRL_REQ))
880 else if (str_match(pos, WPA_EVENT_SCAN_RESULTS) && scanres)
882 else if (str_match(pos, WPA_EVENT_DISCONNECTED))
885 else if (str_match(pos, WPA_EVENT_CONNECTED)) {
890 } else if (str_match(pos, WPS_EVENT_AP_AVAILABLE_PBC)) {
897 } else if (str_match(pos, WPS_EVENT_AP_AVAILABLE_PIN)) {
903 } else if (str_match(pos, WPS_EVENT_AP_AVAILABLE_AUTH)) {
912 } else if (str_match(po
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwpa_cli.c3231 static int str_match(const char *a, const char *b) function
3280 if (str_match(pos, WPA_EVENT_CONNECTED)) {
3316 } else if (str_match(pos, WPA_EVENT_DISCONNECTED)) {
3321 } else if (str_match(pos, P2P_EVENT_GROUP_STARTED)) {
3323 } else if (str_match(pos, P2P_EVENT_GROUP_REMOVED)) {
3325 } else if (str_match(pos, P2P_EVENT_CROSS_CONNECT_ENABLE)) {
3327 } else if (str_match(pos, P2P_EVENT_CROSS_CONNECT_DISABLE)) {
3329 } else if (str_match(pos, P2P_EVENT_GO_NEG_FAILURE)) {
3331 } else if (str_match(pos, WPS_EVENT_SUCCESS)) {
3333 } else if (str_match(po
[all...]

Completed in 154 milliseconds