Searched refs:WPA_EVENT_BSS_ADDED (Results 1 – 4 of 4) sorted by relevance
68 #define WPA_EVENT_BSS_ADDED "CTRL-EVENT-BSS-ADDED " macro
341 wpa_msg_ctrl(wpa_s, MSG_INFO, WPA_EVENT_BSS_ADDED "%u " MACSTR, in wpas_notify_bss_added()
299 if (str_starts(start, WPA_EVENT_BSS_ADDED) || in wpa_cli_show_event()3722 if (str_starts(start, WPA_EVENT_BSS_ADDED)) { in cli_event()
1313 if (text.startsWith(WPA_EVENT_BSS_ADDED)) { in event_notify()