Searched refs:cc_ev (Results 1 – 1 of 1) sorted by relevance
130 struct mgmt_pkt cc_ev; in getVendorSpecificCode() local138 RETRY_ON_INTR(ret = read(fd, &cc_ev, sizeof(cc_ev))); in getVendorSpecificCode()149 if (cc_ev.opcode == MGMT_EV_COMMAND_COMPLETE) { in getVendorSpecificCode()151 reinterpret_cast<struct mgmt_ev_cmd_complete*>(cc_ev.data); in getVendorSpecificCode()