Searched refs:PSPollLength (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/staging/rtl8188eu/hal/ |
D | rtl8188e_cmd.c | 459 u32 BeaconLength = 0, ProbeRspLength = 0, PSPollLength; in SetFwRsvdPagePkt() local 501 ConstructPSPoll(adapt, &ReservedPagePacket[BufIndex], &PSPollLength); in SetFwRsvdPagePkt() 502 …rtl8188e_fill_fake_txdesc(adapt, &ReservedPagePacket[BufIndex-TxDescLen], PSPollLength, true, fals… in SetFwRsvdPagePkt() 504 PageNeed = (u8)PageNum_128(TxDescLen + PSPollLength); in SetFwRsvdPagePkt()
|
/linux-4.4.14/drivers/staging/rtl8723au/hal/ |
D | rtl8723a_cmd.c | 437 u32 BeaconLength = 0, ProbeRspLength = 0, PSPollLength; in SetFwRsvdPagePkt() local 478 ConstructPSPoll(padapter, &ReservedPagePacket[BufIndex], &PSPollLength); in SetFwRsvdPagePkt() 479 …rtl8723a_fill_fake_txdesc(padapter, &ReservedPagePacket[BufIndex-TxDescLen], PSPollLength, true, f… in SetFwRsvdPagePkt() 481 PageNeed = (u8)PageNum_128(TxDescLen + PSPollLength); in SetFwRsvdPagePkt()
|