Home
last modified time | relevance | path

Searched refs:WPA_EVENT_BSS_ADDED (Results 1 – 4 of 4) sorted by relevance

/external/wpa_supplicant_8/src/common/
Dwpa_ctrl.h68 #define WPA_EVENT_BSS_ADDED "CTRL-EVENT-BSS-ADDED " macro
/external/wpa_supplicant_8/wpa_supplicant/
Dnotify.c341 wpa_msg_ctrl(wpa_s, MSG_INFO, WPA_EVENT_BSS_ADDED "%u " MACSTR, in wpas_notify_bss_added()
Dwpa_cli.c299 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()
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Dpeers.cpp1313 if (text.startsWith(WPA_EVENT_BSS_ADDED)) { in event_notify()