Home
last modified time | relevance | path

Searched refs:monitor_sockets (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dcommon.h122 struct list_head monitor_sockets; // list of monitor sockets member
Dwifi_hal.cpp707 INITIALISE_LIST(&info->monitor_sockets); in wifi_initialize()
975 list_for_each_entry_safe(reg, tmp, &info->monitor_sockets, list) { in internal_cleaned_up_handler()
1236 list_for_each_entry(reg, &info->monitor_sockets, list) { in register_monitor_sock()
1276 list_for_each_entry(reg, &info->monitor_sockets, list) { in register_monitor_sock()
1333 add_to_list(&nreg->list, &info->monitor_sockets); in register_monitor_sock()
1591 list_for_each_entry(reg, &info->monitor_sockets, list) { in internal_valid_message_handler()
Dwifilogger_diag.cpp2623 list_for_each_entry(reg, &info->monitor_sockets, list) { in diag_message_handler()