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

  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
wpagui.cpp 831 static int str_match(const char *a, const char *b) function
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))
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
wpagui.cpp 800 static int str_match(const char *a, const char *b) function
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))
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
wpagui.ui.h 574 static int str_match(const char *a, const char *b) function
605 pos2 = strchr(pos, str_match(pos, WPA_CTRL_REQ) ? ':' : ' ');
619 if (str_match(pos, WPA_CTRL_REQ))
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_cli.c 3231 static int str_match(const char *a, const char *b) function
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
wpa_cli.c 1487 static int str_match(const char *a, const char *b) function
    [all...]

Completed in 73 milliseconds