Searched refs:posHTCap (Results 1 - 14 of 14) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/rtl8192e/ieee80211/
H A Drtl819x_HTProc.c594 * u8* posHTCap //pointer to store Capability Ele
599 * notice: posHTCap can't be null and should be initialized before.
601 void HTConstructCapabilityElement(struct ieee80211_device* ieee, u8* posHTCap, u8* len, u8 IsEncrypt) argument
607 if ((posHTCap == NULL) || (pHT == NULL))
609 IEEE80211_DEBUG(IEEE80211_DL_ERR, "posHTCap or pHTInfo can't be null in HTConstructCapabilityElement()\n");
612 memset(posHTCap, 0, *len);
616 memcpy(posHTCap, EWC11NHTCap, sizeof(EWC11NHTCap));
617 pCapELE = (PHT_CAPABILITY_ELE)&(posHTCap[4]);
620 pCapELE = (PHT_CAPABILITY_ELE)posHTCap;
703 // IEEE80211_DEBUG_DATA(IEEE80211_DL_DATA | IEEE80211_DL_HT, posHTCap, *le
[all...]
H A Dieee80211.h2683 extern void HTConstructCapabilityElement(struct ieee80211_device* ieee, u8* posHTCap, u8* len, u8 isEncrypt);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/rtl8192u/ieee80211/
H A Drtl819x_HTProc.c543 * u8* posHTCap //pointer to store Capability Ele
548 * notice: posHTCap can't be null and should be initialized before.
550 void HTConstructCapabilityElement(struct ieee80211_device* ieee, u8* posHTCap, u8* len, u8 IsEncrypt) argument
556 if ((posHTCap == NULL) || (pHT == NULL))
558 IEEE80211_DEBUG(IEEE80211_DL_ERR, "posHTCap or pHTInfo can't be null in HTConstructCapabilityElement()\n");
561 memset(posHTCap, 0, *len);
565 memcpy(posHTCap, EWC11NHTCap, sizeof(EWC11NHTCap));
566 pCapELE = (PHT_CAPABILITY_ELE)&(posHTCap[4]);
569 pCapELE = (PHT_CAPABILITY_ELE)posHTCap;
652 // IEEE80211_DEBUG_DATA(IEEE80211_DL_DATA | IEEE80211_DL_HT, posHTCap, *le
[all...]
H A Dieee80211.h2518 extern void HTConstructCapabilityElement(struct ieee80211_device* ieee, u8* posHTCap, u8* len, u8 isEncrypt);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/rtl8192u/ieee80211/
H A Drtl819x_HTProc.c543 * u8* posHTCap //pointer to store Capability Ele
548 * notice: posHTCap can't be null and should be initialized before.
550 void HTConstructCapabilityElement(struct ieee80211_device* ieee, u8* posHTCap, u8* len, u8 IsEncrypt) argument
556 if ((posHTCap == NULL) || (pHT == NULL))
558 IEEE80211_DEBUG(IEEE80211_DL_ERR, "posHTCap or pHTInfo can't be null in HTConstructCapabilityElement()\n");
561 memset(posHTCap, 0, *len);
565 memcpy(posHTCap, EWC11NHTCap, sizeof(EWC11NHTCap));
566 pCapELE = (PHT_CAPABILITY_ELE)&(posHTCap[4]);
569 pCapELE = (PHT_CAPABILITY_ELE)posHTCap;
652 // IEEE80211_DEBUG_DATA(IEEE80211_DL_DATA | IEEE80211_DL_HT, posHTCap, *le
[all...]
H A Dieee80211.h2518 extern void HTConstructCapabilityElement(struct ieee80211_device* ieee, u8* posHTCap, u8* len, u8 isEncrypt);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/rtl8192e/ieee80211/
H A Drtl819x_HTProc.c594 * u8* posHTCap //pointer to store Capability Ele
599 * notice: posHTCap can't be null and should be initialized before.
601 void HTConstructCapabilityElement(struct ieee80211_device* ieee, u8* posHTCap, u8* len, u8 IsEncrypt) argument
607 if ((posHTCap == NULL) || (pHT == NULL))
609 IEEE80211_DEBUG(IEEE80211_DL_ERR, "posHTCap or pHTInfo can't be null in HTConstructCapabilityElement()\n");
612 memset(posHTCap, 0, *len);
616 memcpy(posHTCap, EWC11NHTCap, sizeof(EWC11NHTCap));
617 pCapELE = (PHT_CAPABILITY_ELE)&(posHTCap[4]);
620 pCapELE = (PHT_CAPABILITY_ELE)posHTCap;
703 // IEEE80211_DEBUG_DATA(IEEE80211_DL_DATA | IEEE80211_DL_HT, posHTCap, *le
[all...]
H A Dieee80211.h2683 extern void HTConstructCapabilityElement(struct ieee80211_device* ieee, u8* posHTCap, u8* len, u8 isEncrypt);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/rtl8192su/ieee80211/
H A Drtl819x_HTProc.c754 * u8* posHTCap //pointer to store Capability Ele
759 * notice: posHTCap can't be null and should be initialized before.
761 void HTConstructCapabilityElement(struct ieee80211_device* ieee, u8* posHTCap, u8* len, u8 IsEncrypt) argument
766 if ((posHTCap == NULL) || (pHT == NULL))
768 IEEE80211_DEBUG(IEEE80211_DL_ERR, "posHTCap or pHTInfo can't be null in HTConstructCapabilityElement()\n");
771 memset(posHTCap, 0, *len);
775 memcpy(posHTCap, EWC11NHTCap, sizeof(EWC11NHTCap));
776 pCapELE = (PHT_CAPABILITY_ELE)&(posHTCap[4]);
779 pCapELE = (PHT_CAPABILITY_ELE)posHTCap;
864 * u8* posHTCap //pointe
[all...]
H A Dieee80211_r8192s.h404 u8 *posHTCap, u8 *len, u8 isEncrypt);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/rtl8192su/ieee80211/
H A Drtl819x_HTProc.c754 * u8* posHTCap //pointer to store Capability Ele
759 * notice: posHTCap can't be null and should be initialized before.
761 void HTConstructCapabilityElement(struct ieee80211_device* ieee, u8* posHTCap, u8* len, u8 IsEncrypt) argument
766 if ((posHTCap == NULL) || (pHT == NULL))
768 IEEE80211_DEBUG(IEEE80211_DL_ERR, "posHTCap or pHTInfo can't be null in HTConstructCapabilityElement()\n");
771 memset(posHTCap, 0, *len);
775 memcpy(posHTCap, EWC11NHTCap, sizeof(EWC11NHTCap));
776 pCapELE = (PHT_CAPABILITY_ELE)&(posHTCap[4]);
779 pCapELE = (PHT_CAPABILITY_ELE)posHTCap;
864 * u8* posHTCap //pointe
[all...]
H A Dieee80211_r8192s.h404 u8 *posHTCap, u8 *len, u8 isEncrypt);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/rtl8192e/
H A Dieee80211.h2516 extern void HTConstructCapabilityElement(struct ieee80211_device* ieee, u8* posHTCap, u8* len, u8 isEncrypt);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/rtl8192e/
H A Dieee80211.h2516 extern void HTConstructCapabilityElement(struct ieee80211_device* ieee, u8* posHTCap, u8* len, u8 isEncrypt);

Completed in 325 milliseconds