Home | History | Annotate | Download | only in wifi_hal

Lines Matching refs:event_cb

50         info->event_cb[info->num_event_cb].nl_cmd  = cmd;
51 info->event_cb[info->num_event_cb].vendor_id = 0;
52 info->event_cb[info->num_event_cb].vendor_subcmd = 0;
53 info->event_cb[info->num_event_cb].cb_func = func;
54 info->event_cb[info->num_event_cb].cb_arg = arg;
76 info->event_cb[info->num_event_cb].nl_cmd = NL80211_CMD_VENDOR;
77 info->event_cb[info->num_event_cb].vendor_id = id;
78 info->event_cb[info->num_event_cb].vendor_subcmd = subcmd;
79 info->event_cb[info->num_event_cb].cb_func = func;
80 info->event_cb[info->num_event_cb].cb_arg = arg;
103 if (info->event_cb[i].nl_cmd == cmd) {
105 info->event_cb[i].cb_arg, info->event_cb[i].cb_func, cmd, i);
107 memmove(&info->event_cb[i], &info->event_cb[i+1],
125 if (info->event_cb[i].nl_cmd == NL80211_CMD_VENDOR
126 && info->event_cb[i].vendor_id == id
127 && info->event_cb[i].vendor_subcmd == subcmd) {
129 info->event_cb[i].cb_arg, info->event_cb[i].cb_func, id, subcmd, i);
130 memmove(&info->event_cb[i], &info->event_cb[i+1],