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