HomeSort by relevance Sort by last modified time
    Searched refs:str_match (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
wpagui.cpp 913 static int str_match(const char *a, const char *b) function
946 pos2 = strchr(pos, str_match(pos, WPA_CTRL_REQ) ? ':' : ' ');
960 if (str_match(pos, WPA_CTRL_REQ))
962 else if (str_match(pos, WPA_EVENT_SCAN_RESULTS) && scanres)
964 else if (str_match(pos, WPA_EVENT_DISCONNECTED))
967 else if (str_match(pos, WPA_EVENT_CONNECTED)) {
972 } else if (str_match(pos, WPS_EVENT_AP_AVAILABLE_PBC)) {
979 } else if (str_match(pos, WPS_EVENT_AP_AVAILABLE_PIN)) {
985 } else if (str_match(pos, WPS_EVENT_AP_AVAILABLE_AUTH)) {
994 } else if (str_match(pos, WPS_EVENT_AP_AVAILABLE))
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_cli.c 3669 static int str_match(const char *a, const char *b) function
    [all...]

Completed in 942 milliseconds