Home | History | Annotate | Download | only in wifi_hal

Lines Matching defs:cb

910     struct nl_cb * cb;
912 cb = nl_cb_alloc(NL_CB_DEFAULT);
913 if (!cb) {
931 nl_cb_err(cb, NL_CB_CUSTOM, error_handler_nan, &res);
932 nl_cb_set(cb, NL_CB_FINISH, NL_CB_CUSTOM, finish_handler_nan, &res);
933 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler_nan, &res);
937 nl_recvmsgs(mInfo->cmd_sock, cb);