Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dwifihal_vendor.cpp248 NUDStatsCommand *NUDCommand; in wifi_set_nud_stats() local
255 if (NUDCommand == NULL) { in wifi_set_nud_stats()
262 ret = NUDCommand->create(); in wifi_set_nud_stats()
281 NUDCommand->attr_end(nl_data); in wifi_set_nud_stats()
297 NUDStatsCommand *NUDCommand; in wifi_get_nud_stats() local
308 if (NUDCommand == NULL) { in wifi_get_nud_stats()
315 ret = NUDCommand->create(); in wifi_get_nud_stats()
335 NUDCommand->copyStats(stats); in wifi_get_nud_stats()
345 NUDStatsCommand *NUDCommand; in wifi_clear_nud_stats() local
351 if (NUDCommand == NULL) { in wifi_clear_nud_stats()
[all …]