Home
last modified time | relevance | path

Searched refs:perp (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/staging/rtl8712/
Drtl871x_xmit.c710 u8 *perp; in r8712_update_protection() local
723 perp = r8712_get_ie(ie, _ERPINFO_IE_, &erp_len, ie_len); in r8712_update_protection()
724 if (perp == NULL) { in r8712_update_protection()
727 protection = (*(perp + 2)) & BIT(1); in r8712_update_protection()
/linux-4.4.14/drivers/staging/rtl8188eu/core/
Drtw_xmit.c1163 u8 *perp; in rtw_update_protection() local
1177 perp = rtw_get_ie(ie, _ERPINFO_IE_, &erp_len, ie_len); in rtw_update_protection()
1178 if (perp == NULL) { in rtw_update_protection()
1181 protection = (*(perp + 2)) & BIT(1); in rtw_update_protection()