wi.c | 3331 struct wi_scan_header ws_hdr; /* Prism2 header */ local in function:wi_scan_result 3336 memset(&ws_hdr, 0, sizeof(ws_hdr)); 3339 wi_read_bap(sc, fid, off, &ws_hdr, sizeof(ws_hdr)); 3340 off += sizeof(ws_hdr); 3369 ap->scanreason = le16toh(ws_hdr.wi_reason);
|