sta_ptk 1879 net/mac80211/rx.c struct ieee80211_key *sta_ptk = NULL; sta_ptk 1918 net/mac80211/rx.c sta_ptk = rcu_dereference(rx->sta->ptk[keyid]); sta_ptk 1934 net/mac80211/rx.c if (!is_multicast_ether_addr(hdr->addr1) && sta_ptk) { sta_ptk 1935 net/mac80211/rx.c rx->key = ptk_idx ? ptk_idx : sta_ptk;