Home
last modified time | relevance | path

Searched defs:tpk (Results 1 – 2 of 2) sorted by relevance

/hostap-latest/wlantest/
Dwlantest.h132 struct tpk { struct
133 u8 kck[16];
134 u8 tk[16];
135 } tpk; member
/hostap-latest/src/rsn_supp/
Dtdls.c111 struct tpk { struct
112 u8 kck[16]; /* TPK-KCK */
113 u8 tk[16]; /* TPK-TK; assuming only CCMP will be used */
114 } tpk; member