Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_cfg80211.c19885 int tot_ie, pktflag, iecount, datalen; in wl_dump_ie_buf() local
19889 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()