Searched defs:ht_ielen (Results 1 - 3 of 3) sorted by relevance

/drivers/staging/rtl8188eu/core/
H A Drtw_ioctl_set.c589 u32 ht_ielen = 0; local
601 p = rtw_get_ie(&pcur_bss->IEs[12], _HT_CAPABILITY_IE_, &ht_ielen, pcur_bss->IELength-12);
602 if (p && ht_ielen > 0) {
/drivers/staging/rtl8188eu/os_dep/
H A Dioctl_linux.c110 u32 ht_ielen = 0; local
133 p = rtw_get_ie(&pnetwork->network.IEs[12], _HT_CAPABILITY_IE_, &ht_ielen, pnetwork->network.IELength-12);
135 if (p && ht_ielen > 0) {
634 u32 ht_ielen = 0; local
645 p = rtw_get_ie(&pcur_bss->IEs[12], _HT_CAPABILITY_IE_, &ht_ielen, pcur_bss->IELength-12);
646 if (p && ht_ielen > 0)
/drivers/staging/rtl8712/
H A Drtl871x_ioctl_linux.c171 u32 i = 0, ht_ielen = 0; local
195 &ht_ielen, pnetwork->network.IELength - 12);
196 if (p && ht_ielen > 0) {
637 u32 ht_ielen = 0; local
648 &ht_ielen, pcur_bss->IELength - 12);
649 if (p && ht_ielen > 0)
1436 u32 ht_ielen = 0; local
1443 _HT_CAPABILITY_IE_, &ht_ielen,
1445 if (p && ht_ielen > 0) {

Completed in 74 milliseconds