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