Home
last modified time | relevance | path

Searched refs:str_match (Results 1 – 1 of 1) sorted by relevance

/hostap-latest/wpa_supplicant/wpa_gui-qt4/
Dwpagui.cpp928 static int str_match(const char *a, const char *b) in str_match() function
961 pos2 = strchr(pos, str_match(pos, WPA_CTRL_REQ) ? ':' : ' '); in processMsg()
975 if (str_match(pos, WPA_CTRL_REQ)) in processMsg()
977 else if (str_match(pos, WPA_EVENT_SCAN_RESULTS) && scanres) in processMsg()
979 else if (str_match(pos, WPA_EVENT_DISCONNECTED)) in processMsg()
982 else if (str_match(pos, WPA_EVENT_CONNECTED)) { in processMsg()
987 } else if (str_match(pos, WPS_EVENT_AP_AVAILABLE_PBC)) { in processMsg()
994 } else if (str_match(pos, WPS_EVENT_AP_AVAILABLE_PIN)) { in processMsg()
1000 } else if (str_match(pos, WPS_EVENT_AP_AVAILABLE_AUTH)) { in processMsg()
1009 } else if (str_match(pos, WPS_EVENT_AP_AVAILABLE)) { in processMsg()
[all …]