Searched refs:str_match (Results 1 – 2 of 2) sorted by relevance
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
D | wpagui.cpp | 913 static int str_match(const char *a, const char *b) in str_match() function 946 pos2 = strchr(pos, str_match(pos, WPA_CTRL_REQ) ? ':' : ' '); in processMsg() 960 if (str_match(pos, WPA_CTRL_REQ)) in processMsg() 962 else if (str_match(pos, WPA_EVENT_SCAN_RESULTS) && scanres) in processMsg() 964 else if (str_match(pos, WPA_EVENT_DISCONNECTED)) in processMsg() 967 else if (str_match(pos, WPA_EVENT_CONNECTED)) { in processMsg() 972 } else if (str_match(pos, WPS_EVENT_AP_AVAILABLE_PBC)) { in processMsg() 979 } else if (str_match(pos, WPS_EVENT_AP_AVAILABLE_PIN)) { in processMsg() 985 } else if (str_match(pos, WPS_EVENT_AP_AVAILABLE_AUTH)) { in processMsg() 994 } else if (str_match(pos, WPS_EVENT_AP_AVAILABLE)) { in processMsg() [all …]
|
/external/lua/src/ |
D | lstrlib.c | 659 static int str_match (lua_State *L) { in str_match() function 1552 {"match", str_match},
|