Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:str_starts

281 static int str_starts(const char *src, const char *match)
300 if (str_starts(start, WPA_EVENT_BSS_ADDED) ||
301 str_starts(start, WPA_EVENT_BSS_REMOVED))
2813 if (cmd == NULL || str_starts(wpa_cli_commands[n].cmd, cmd))
3101 if (str_starts(start, WPA_EVENT_BSS_ADDED)) {
3112 if (str_starts(start, WPA_EVENT_BSS_REMOVED)) {
3124 if (str_starts(start, P2P_EVENT_DEVICE_FOUND)) {
3132 if (str_starts(start, P2P_EVENT_DEVICE_LOST)) {
3140 if (str_starts(start, P2P_EVENT_GROUP_STARTED)) {
3148 if (str_starts(start, P2P_EVENT_GROUP_REMOVED)) {