Home
last modified time | relevance | path

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

/linux-6.15/net/mac80211/
H A Dkey.h21 #define INVALID_PTK_KEYIDX 2 /* Keyidx always pointing to a NULL key for PTK */ macro
H A Dsta_info.c615 BUILD_BUG_ON(ARRAY_SIZE(sta->ptk) <= INVALID_PTK_KEYIDX); in __sta_info_alloc()
616 sta->ptk_idx = INVALID_PTK_KEYIDX; in __sta_info_alloc()
H A Dkey.c302 if (sta->ptk_idx != INVALID_PTK_KEYIDX && in ieee80211_pairwise_rekey()