Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8712/
A Drtl871x_xmit.c721 u8 *perp; in r8712_update_protection() local
734 perp = r8712_get_ie(ie, WLAN_EID_ERP_INFO, &erp_len, ie_len); in r8712_update_protection()
735 if (!perp) { in r8712_update_protection()
738 protection = (*(perp + 2)) & BIT(1); in r8712_update_protection()
/linux/drivers/staging/rtl8723bs/core/
A Drtw_xmit.c1333 u8 *perp; in rtw_update_protection() local
1348 perp = rtw_get_ie(ie, WLAN_EID_ERP_INFO, &erp_len, ie_len); in rtw_update_protection()
1349 if (!perp) { in rtw_update_protection()
1352 protection = (*(perp + 2)) & BIT(1); in rtw_update_protection()

Completed in 19 milliseconds