Home
last modified time | relevance | path

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

/device/linaro/poplar/wifi/wifi_hal/
Dcommon.cpp80 info->event_cb[info->num_event_cb].nl_cmd = cmd; in wifi_register_handler()
106 info->event_cb[info->num_event_cb].nl_cmd = NL80211_CMD_VENDOR; in wifi_register_vendor_handler()
133 if (info->event_cb[i].nl_cmd == cmd) { in wifi_unregister_handler()
155 if (info->event_cb[i].nl_cmd == NL80211_CMD_VENDOR in wifi_unregister_vendor_handler()
Dcommon.h161 int nl_cmd; member
Dwifi_hal.cpp555 if (cmd == info->event_cb[i].nl_cmd) { in internal_valid_message_handler()