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

Lines Matching refs:str_match

800 static int str_match(const char *a, const char *b)
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)) {
890 } else if (str_match(pos, WPS_EVENT_CRED_RECEIVED)) {
893 } else if (str_match(pos, WPA_EVENT_EAP_METHOD)) {
896 } else if (str_match(pos, WPS_EVENT_M2D)) {
898 } else if (str_match(pos, WPS_EVENT_FAIL)) {
900 } else if (str_match(pos, WPS_EVENT_SUCCESS)) {
1178 if (!str_match(reply, "FAIL"))
1240 if (str_match(buf, "FAIL"))