Searched refs:tbuf (Results 1 – 1 of 1) sorted by relevance
1394 u8 tbuf[IW_PRIV_SIZE_MASK]; /* max size is 2047 bytes */ in fetch_pending_big_events() local1404 iwr.u.data.pointer = (void *) tbuf; in fetch_pending_big_events()1405 iwr.u.data.length = sizeof(tbuf); in fetch_pending_big_events()1422 (u8 *) tbuf, data_len); in fetch_pending_big_events()1427 os_memcpy(&freq, tbuf, sizeof(freq)); in fetch_pending_big_events()1428 os_memcpy(&frame_type, &tbuf[sizeof(freq)], in fetch_pending_big_events()1430 mgmt = (void *) &tbuf[sizeof(freq) + sizeof(frame_type)]; in fetch_pending_big_events()