This is an exercise of relevance TRUE/FALSE.
exists (adapter of network) whose ((name of it contains "awdl") and (up of it))
In this example, you’re looking all network adapters, then filtering (whose) for any that both have “awdl” in the name, and are active (up). If any matching these conditions exists, it returns TRUE.