Home
last modified time | relevance | path

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

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