Lines Matching defs:ptr
366 const u16 *ptr;
371 ptr = (u16 *)cfg80211_find_ie(WLAN_EID_RSN, skb->data + ieoffset,
373 if (unlikely(!ptr))
376 ptr += pairwise_cipher_suite_count_offset;
377 if (WARN_ON(ptr > (u16 *)skb_tail_pointer(skb)))
380 ptr += 1 + pairwise_cipher_suite_size * *ptr;
381 if (WARN_ON(ptr > (u16 *)skb_tail_pointer(skb)))
384 ptr += 1 + akm_suite_size * *ptr;
385 if (WARN_ON(ptr > (u16 *)skb_tail_pointer(skb)))
388 wfx_hif_set_mfp(wvif, *ptr & BIT(7), *ptr & BIT(6));