Searched refs:WPA_EVENT_BSS_ADDED (Results 1 – 5 of 5) sorted by relevance
79 #define WPA_EVENT_BSS_ADDED "CTRL-EVENT-BSS-ADDED " macro
446 wpa_msg_ctrl(wpa_s, MSG_INFO, WPA_EVENT_BSS_ADDED "%u " MACSTR, in wpas_notify_bss_added()
117 if (str_starts(start, WPA_EVENT_BSS_ADDED) || in wpa_cli_show_event()4332 if (str_starts(start, WPA_EVENT_BSS_ADDED)) { in cli_event()
1315 if (text.startsWith(WPA_EVENT_BSS_ADDED)) { in event_notify()