Searched refs:tot_ie (Results 1 – 1 of 1) sorted by relevance
19885 int tot_ie, pktflag, iecount, datalen; in wl_dump_ie_buf() local19889 memcpy(&tot_ie, (void *)&ie_getbuf->iecount, sizeof(int)); in wl_dump_ie_buf()19890 tot_ie = dtoh32(tot_ie); in wl_dump_ie_buf()19894 printf("Total IEs %d\n", tot_ie); in wl_dump_ie_buf()19895 for (iecount = 0; iecount < tot_ie; iecount++) { in wl_dump_ie_buf()