Searched refs:InfoIE (Results 1 - 4 of 4) sorted by relevance

/drivers/staging/rtl8192e/
H A Drtl819x_HTProc.c158 void HTDebugHTInfo(u8 *InfoIE, u8 *TitleString) argument
164 if (!memcmp(InfoIE, EWC11NHTInfo, sizeof(EWC11NHTInfo))) {
166 pHTInfoEle = (struct ht_info_ele *)(&InfoIE[4]);
168 pHTInfoEle = (struct ht_info_ele *)(&InfoIE[0]);
H A Drtllib.h2888 extern void HTDebugHTInfo(u8 *InfoIE, u8 *TitleString);
/drivers/staging/rtl8192u/ieee80211/
H A Drtl819x_HTProc.c155 * input: u8* InfoIE //Capability IE to be printed out
161 void HTDebugHTInfo(u8 *InfoIE, u8 *TitleString) argument
167 if(!memcmp(InfoIE, EWC11NHTInfo, sizeof(EWC11NHTInfo)))
171 pHTInfoEle = (PHT_INFORMATION_ELE)(&InfoIE[4]);
173 pHTInfoEle = (PHT_INFORMATION_ELE)(&InfoIE[0]);
H A Dieee80211.h2531 extern void HTDebugHTInfo(u8 *InfoIE, u8 *TitleString);

Completed in 73 milliseconds