Searched refs:WPA_EVENT_BSS_REMOVED (Results 1 – 4 of 4) sorted by relevance
72 #define WPA_EVENT_BSS_REMOVED "CTRL-EVENT-BSS-REMOVED " macro
385 wpa_msg_ctrl(wpa_s, MSG_INFO, WPA_EVENT_BSS_REMOVED "%u " MACSTR, in wpas_notify_bss_removed()
309 str_starts(start, WPA_EVENT_BSS_REMOVED)) in wpa_cli_show_event()3853 if (str_starts(start, WPA_EVENT_BSS_REMOVED)) { in cli_event()
1324 if (text.startsWith(WPA_EVENT_BSS_REMOVED)) { in event_notify()