OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:str_match
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
wpagui.cpp
823
static int
str_match
(const char *a, const char *b)
function
856
pos2 = strchr(pos,
str_match
(pos, WPA_CTRL_REQ) ? ':' : ' ');
870
if (
str_match
(pos, WPA_CTRL_REQ))
872
else if (
str_match
(pos, WPA_EVENT_SCAN_RESULTS) && scanres)
874
else if (
str_match
(pos, WPA_EVENT_DISCONNECTED))
877
else if (
str_match
(pos, WPA_EVENT_CONNECTED)) {
882
} else if (
str_match
(pos, WPS_EVENT_AP_AVAILABLE_PBC)) {
889
} else if (
str_match
(pos, WPS_EVENT_AP_AVAILABLE_PIN)) {
895
} else if (
str_match
(pos, WPS_EVENT_AP_AVAILABLE_AUTH)) {
904
} else if (
str_match
(pos, WPS_EVENT_AP_AVAILABLE))
[
all
...]
/external/wpa_supplicant_8/wpa_supplicant/
wpa_cli.c
3058
static int
str_match
(const char *a, const char *b)
function
[
all
...]
Completed in 38 milliseconds