Searched refs:perp (Results 1 – 3 of 3) sorted by relevance
708 u8 *perp; in r8712_update_protection() local721 perp = r8712_get_ie(ie, _ERPINFO_IE_, &erp_len, ie_len); in r8712_update_protection()722 if (perp == NULL) { in r8712_update_protection()725 protection = (*(perp + 2)) & BIT(1); in r8712_update_protection()
1090 u8 *perp; in rtw_update_protection() local1102 perp = rtw_get_ie(ie, _ERPINFO_IE_, &erp_len, ie_len); in rtw_update_protection()1103 if (!perp) { in rtw_update_protection()1106 protection = (*(perp + 2)) & BIT(1); in rtw_update_protection()
1555 u8 *perp; in rtw_update_protection() local1570 perp = rtw_get_ie(ie, _ERPINFO_IE_, &erp_len, ie_len); in rtw_update_protection()1571 if (!perp) in rtw_update_protection()1574 protection = (*(perp + 2)) & BIT(1); in rtw_update_protection()