Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/vt6655/
Dwmgr.c745 &(pMgmt->sNodeDBTable[uNodeIndex].wMaxSuppRate), in s_vMgrRxAssocRequest()
753 pMgmt->sNodeDBTable[uNodeIndex].wMaxSuppRate; in s_vMgrRxAssocRequest()
766 if(pMgmt->sNodeDBTable[uNodeIndex].wMaxSuppRate > RATE_11M) in s_vMgrRxAssocRequest()
769 if (pMgmt->sNodeDBTable[uNodeIndex].wMaxSuppRate <= RATE_11M) { in s_vMgrRxAssocRequest()
788 pMgmt->sNodeDBTable[uNodeIndex].wMaxSuppRate); in s_vMgrRxAssocRequest()
904 &(pMgmt->sNodeDBTable[uNodeIndex].wMaxSuppRate), in s_vMgrRxReAssocRequest()
912 pMgmt->sNodeDBTable[uNodeIndex].wMaxSuppRate; in s_vMgrRxReAssocRequest()
926 if(pMgmt->sNodeDBTable[uNodeIndex].wMaxSuppRate > RATE_11M) in s_vMgrRxReAssocRequest()
929 if (pMgmt->sNodeDBTable[uNodeIndex].wMaxSuppRate <= RATE_11M) { in s_vMgrRxReAssocRequest()
948 pMgmt->sNodeDBTable[uNodeIndex].wMaxSuppRate); in s_vMgrRxReAssocRequest()
[all …]
Dbssdb.h194 …unsigned short wMaxSuppRate; //Records the highest supported rate getting from SuppRates IE a… member
Dbssdb.c920 &(pMgmt->sNodeDBTable[0].wMaxSuppRate), in BSSvUpdateAPNode()
926 pMgmt->sNodeDBTable[0].wTxDataRate = pMgmt->sNodeDBTable[0].wMaxSuppRate; in BSSvUpdateAPNode()
930 printk("BSSvUpdateAPNode:MaxSuppRate is %d\n",pMgmt->sNodeDBTable[0].wMaxSuppRate); in BSSvUpdateAPNode()
973 &(pMgmt->sNodeDBTable[0].wMaxSuppRate), in BSSvAddMulticastNode()
Dhostap.c263 pMgmt->sNodeDBTable[uNodeIndex].wMaxSuppRate; in hostap_add_sta()
284 pMgmt->sNodeDBTable[uNodeIndex].wMaxSuppRate); in hostap_add_sta()
/linux-3.4.99/drivers/staging/vt6656/
Dwmgr.c677 &(pMgmt->sNodeDBTable[uNodeIndex].wMaxSuppRate), in s_vMgrRxAssocRequest()
685 pMgmt->sNodeDBTable[uNodeIndex].wMaxSuppRate; in s_vMgrRxAssocRequest()
695 if(pMgmt->sNodeDBTable[uNodeIndex].wMaxSuppRate > RATE_11M) in s_vMgrRxAssocRequest()
698 if (pMgmt->sNodeDBTable[uNodeIndex].wMaxSuppRate <= RATE_11M) { in s_vMgrRxAssocRequest()
717 pMgmt->sNodeDBTable[uNodeIndex].wMaxSuppRate); in s_vMgrRxAssocRequest()
830 &(pMgmt->sNodeDBTable[uNodeIndex].wMaxSuppRate), in s_vMgrRxReAssocRequest()
838 pMgmt->sNodeDBTable[uNodeIndex].wMaxSuppRate; in s_vMgrRxReAssocRequest()
849 if(pMgmt->sNodeDBTable[uNodeIndex].wMaxSuppRate > RATE_11M) in s_vMgrRxReAssocRequest()
852 if (pMgmt->sNodeDBTable[uNodeIndex].wMaxSuppRate <= RATE_11M) { in s_vMgrRxReAssocRequest()
871 pMgmt->sNodeDBTable[uNodeIndex].wMaxSuppRate); in s_vMgrRxReAssocRequest()
[all …]
Dbssdb.h182 …WORD wMaxSuppRate; //Records the highest supported rate getting from SuppRates IE … member
Dhostap.c258 pMgmt->sNodeDBTable[uNodeIndex].wMaxSuppRate; in hostap_add_sta()
279 pMgmt->sNodeDBTable[uNodeIndex].wMaxSuppRate); in hostap_add_sta()
Dbssdb.c810 &(pMgmt->sNodeDBTable[0].wMaxSuppRate), in BSSvUpdateAPNode()
816 pMgmt->sNodeDBTable[0].wTxDataRate = pMgmt->sNodeDBTable[0].wMaxSuppRate; in BSSvUpdateAPNode()
852 &(pMgmt->sNodeDBTable[0].wMaxSuppRate), in BSSvAddMulticastNode()