Searched refs:monitor_sockets (Results 1 – 3 of 3) sorted by relevance
/aosp12/hardware/qcom/wlan/qcwcn/wifi_hal/ |
H A D | common.h | 124 struct list_head monitor_sockets; // list of monitor sockets member
|
H A D | wifi_hal.cpp | 710 INITIALISE_LIST(&info->monitor_sockets); in wifi_initialize() 1021 list_for_each_entry_safe(reg, tmp, &info->monitor_sockets, list) { in internal_cleaned_up_handler() 1285 list_for_each_entry(reg, &info->monitor_sockets, list) { in register_monitor_sock() 1325 list_for_each_entry(reg, &info->monitor_sockets, list) { in register_monitor_sock() 1382 add_to_list(&nreg->list, &info->monitor_sockets); in register_monitor_sock() 1640 list_for_each_entry(reg, &info->monitor_sockets, list) { in internal_valid_message_handler()
|
H A D | wifilogger_diag.cpp | 2624 list_for_each_entry(reg, &info->monitor_sockets, list) { in diag_message_handler()
|