Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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.c386 BUILD_BUG_ON(ARRAY_SIZE(sta->ptk) <= INVALID_PTK_KEYIDX); in sta_info_alloc()
387 sta->ptk_idx = INVALID_PTK_KEYIDX; in sta_info_alloc()
H A Dkey.c300 if (sta->ptk_idx != INVALID_PTK_KEYIDX && in ieee80211_pairwise_rekey()