Home | History | Annotate | Download | only in wpa_gui-qt4

Lines Matching refs:str_match

831 static int str_match(const char *a, const char *b)
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(pos, WPS_EVENT_AP_AVAILABLE)) {
914 } else if (str_match(pos, WPS_EVENT_OVERLAP)) {
920 } else if (str_match(pos, WPS_EVENT_CRED_RECEIVED)) {
923 } else if (str_match(pos, WPA_EVENT_EAP_METHOD)) {
926 } else if (str_match(pos, WPS_EVENT_M2D)) {
928 } else if (str_match(pos, WPS_EVENT_FAIL)) {
930 } else if (str_match(pos, WPS_EVENT_SUCCESS)) {
1188 if (!str_match(reply, "FAIL"))
1250 if (str_match(buf, "FAIL"))