Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:str_match

3231 static int str_match(const char *a, const char *b)
3280 if (str_match(pos, WPA_EVENT_CONNECTED)) {
3316 } else if (str_match(pos, WPA_EVENT_DISCONNECTED)) {
3321 } else if (str_match(pos, P2P_EVENT_GROUP_STARTED)) {
3323 } else if (str_match(pos, P2P_EVENT_GROUP_REMOVED)) {
3325 } else if (str_match(pos, P2P_EVENT_CROSS_CONNECT_ENABLE)) {
3327 str_match(pos, P2P_EVENT_CROSS_CONNECT_DISABLE)) {
3329 } else if (str_match(pos, P2P_EVENT_GO_NEG_FAILURE)) {
3331 } else if (str_match(pos, WPS_EVENT_SUCCESS)) {
3333 } else if (str_match(pos, WPS_EVENT_FAIL)) {
3335 } else if (str_match(pos, AP_STA_CONNECTED)) {
3337 } else if (str_match(pos, AP_STA_DISCONNECTED)) {
3339 } else if (str_match(pos, WPA_EVENT_TERMINATING)) {