Home
last modified time | relevance | path

Searched refs:event_info (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/modules/hostap/src/
Dsupp_events.c97 struct wpa_supp_event_info event_info; in supplicant_process_status() local
104 event_info = wpa_supp_event_info[i]; in supplicant_process_status()
116 event_prefix_len = strlen(event_info.event_str) + 1; in supplicant_process_status()
118 event_data->event = event_info.event; in supplicant_process_status()
184 strncpy(data->supplicant_event_str, event_info.event_str, in supplicant_process_status()
196 event_info.event_str, strerror(errno)); in supplicant_process_status()
/Zephyr-latest/tests/net/conn_mgr_conn/src/
Dmain.c91 int event_info; member
112 test_event_stats.event_info = *((int *)cb->info); in conn_mgr_conn_handler()
114 test_event_stats.event_info = 0; in conn_mgr_conn_handler()
146 test_event_stats.event_info = 0; in conn_mgr_conn_before()
605 zassert_equal(stats.event_info, -EADDRINUSE, in ZTEST()