Searched defs:CapIE (Results 1 - 2 of 2) sorted by relevance

/drivers/staging/rtl8192e/
H A Drtl819x_HTProc.c120 void HTDebugHTCapability(u8 *CapIE, u8 *TitleString) argument
126 if (!memcmp(CapIE, EWC11NHTCap, sizeof(EWC11NHTCap))) {
128 pCapELE = (struct ht_capab_ele *)(&CapIE[4]);
130 pCapELE = (struct ht_capab_ele *)(&CapIE[0]);
/drivers/staging/rtl8192u/ieee80211/
H A Drtl819x_HTProc.c118 * input: u8* CapIE //Capability IE to be printed out
124 void HTDebugHTCapability(u8* CapIE, u8* TitleString ) argument
130 if(!memcmp(CapIE, EWC11NHTCap, sizeof(EWC11NHTCap)))
134 pCapELE = (PHT_CAPABILITY_ELE)(&CapIE[4]);
136 pCapELE = (PHT_CAPABILITY_ELE)(&CapIE[0]);

Completed in 82 milliseconds