Home
last modified time | relevance | path

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

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dcommon.cpp68 if(info->event_cb[i].nl_cmd == cmd && in wifi_register_handler()
79 info->event_cb[info->num_event_cb].nl_cmd = cmd; in wifi_register_handler()
118 info->event_cb[info->num_event_cb].nl_cmd = NL80211_CMD_VENDOR; in wifi_register_vendor_handler()
147 if (info->event_cb[i].nl_cmd == cmd) { in wifi_unregister_handler()
172 if (info->event_cb[i].nl_cmd == NL80211_CMD_VENDOR in wifi_unregister_vendor_handler()
Dcommon.h74 int nl_cmd; member
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dcommon.cpp82 info->event_cb[info->num_event_cb].nl_cmd = cmd; in wifi_register_handler()
115 if ((info->event_cb[i].nl_cmd == NL80211_CMD_VENDOR) && in wifi_register_vendor_handler()
127 info->event_cb[info->num_event_cb].nl_cmd = NL80211_CMD_VENDOR; in wifi_register_vendor_handler()
155 if (info->event_cb[i].nl_cmd == cmd) { in wifi_unregister_handler()
174 if (info->event_cb[i].nl_cmd == NL80211_CMD_VENDOR in wifi_unregister_vendor_handler_without_lock()
Dcommon.h287 int nl_cmd; member
Dwifi_hal.cpp812 if (cmd == info->event_cb[i].nl_cmd) { in internal_valid_message_handler()