Searched refs:wFragmentationThreshold (Results 1 – 7 of 7) sorted by relevance
542 unsigned short wFragmentationThreshold; member
1423 …((cbFrameSize >= pDevice->wFragmentationThreshold) && (pDevice->wFragmentationThreshold <= pDevice… in s_cbFillTxBufHead()1552 …if ((cbFrameSize > pDevice->wFragmentationThreshold) && (bNeedACK == true) && (bIsWEP256 == false)… in s_cbFillTxBufHead()1555 cbFragmentSize = pDevice->wFragmentationThreshold; in s_cbFillTxBufHead()2771 if ((cbFrameSize > pDevice->wFragmentationThreshold) && (bNeedACK == true)) { in cbGetFragCount()2773 cbFragmentSize = pDevice->wFragmentationThreshold; in cbGetFragCount()
1191 pDevice->wFragmentationThreshold = (u16)fthr; in iwctl_siwfrag()1209 wrq->value = pDevice->wFragmentationThreshold; in iwctl_giwfrag()
445 pDevice->wFragmentationThreshold = pDevice->sOpts.frag_thresh; in device_set_options()
647 WORD wFragmentationThreshold; member
1138 pDevice->wFragmentationThreshold = (u16)fthr; in iwctl_siwfrag()1156 wrq->value = pDevice->wFragmentationThreshold; in iwctl_giwfrag()
311 pDevice->wFragmentationThreshold = FRAG_THRESH_DEF; in device_set_options()