Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8712/
A Drtl871x_xmit.c699 u8 *perp; in r8712_update_protection() local
712 perp = r8712_get_ie(ie, WLAN_EID_ERP_INFO, &erp_len, ie_len); in r8712_update_protection()
713 if (!perp) { in r8712_update_protection()
716 protection = (*(perp + 2)) & BIT(1); in r8712_update_protection()
/linux/drivers/staging/r8188eu/core/
A Drtw_xmit.c1057 u8 *perp; in rtw_update_protection() local
1070 perp = rtw_get_ie(ie, _ERPINFO_IE_, &erp_len, ie_len); in rtw_update_protection()
1071 if (!perp) { in rtw_update_protection()
1074 protection = (*(perp + 2)) & BIT(1); in rtw_update_protection()
/linux/drivers/staging/rtl8723bs/core/
A Drtw_xmit.c1337 u8 *perp; in rtw_update_protection() local
1352 perp = rtw_get_ie(ie, WLAN_EID_ERP_INFO, &erp_len, ie_len); in rtw_update_protection()
1353 if (!perp) { in rtw_update_protection()
1356 protection = (*(perp + 2)) & BIT(1); in rtw_update_protection()

Completed in 16 milliseconds