Searched refs:isptk (Results 1 – 1 of 1) sorted by relevance
1263 static void wpa_sm_set_seq(struct wpa_sm *sm, struct wpa_eapol_key *key, u8 isptk) in wpa_sm_set_seq() argument1270 if (sm->proto == WPA_PROTO_RSN && isptk) { in wpa_sm_set_seq()1277 seq=(isptk) ? (sm->install_ptk).seq : (sm->install_gtk).seq; in wpa_sm_set_seq()