Searched refs:monitor_sockets (Results 1 – 6 of 6) sorted by relevance
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/ |
D | common.h | 124 struct list_head monitor_sockets; // list of monitor sockets member
|
D | wifi_hal.cpp | 1196 INITIALISE_LIST(&info->monitor_sockets); in wifi_initialize() 1515 list_for_each_entry_safe(reg, tmp, &info->monitor_sockets, list) { in internal_cleaned_up_handler() 1779 list_for_each_entry(reg, &info->monitor_sockets, list) { in register_monitor_sock() 1819 list_for_each_entry(reg, &info->monitor_sockets, list) { in register_monitor_sock() 1876 add_to_list(&nreg->list, &info->monitor_sockets); in register_monitor_sock() 2134 list_for_each_entry(reg, &info->monitor_sockets, list) { in internal_valid_message_handler()
|
D | wifilogger_diag.cpp | 2703 list_for_each_entry(reg, &info->monitor_sockets, list) { in diag_message_handler()
|
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/ |
D | common.h | 159 struct list_head monitor_sockets; // list of monitor sockets member
|
D | wifi_hal.cpp | 1259 INITIALISE_LIST(&info->monitor_sockets); in wifi_initialize() 1599 list_for_each_entry_safe(reg, tmp, &info->monitor_sockets, list) { in internal_cleaned_up_handler() 1864 list_for_each_entry(reg, &info->monitor_sockets, list) { in register_monitor_sock() 1901 list_for_each_entry(reg, &info->monitor_sockets, list) { in register_monitor_sock() 1956 add_to_list(&nreg->list, &info->monitor_sockets); in register_monitor_sock() 2233 list_for_each_entry(reg, &info->monitor_sockets, list) { in internal_valid_message_handler()
|
D | wifilogger_diag.cpp | 2734 list_for_each_entry(reg, &info->monitor_sockets, list) { in diag_message_handler()
|