Home | History | Annotate | Download | only in ap

Lines Matching refs:r0kh_id

88 int wpa_write_ftie(struct wpa_auth_config *conf, const u8 *r0kh_id,
119 if (r0kh_id) {
122 os_memcpy(pos, r0kh_id, r0kh_id_len);
297 const u8 *s1kh_id, const u8 *r0kh_id,
306 os_memcmp(r0kh->id, r0kh_id, r0kh_id_len) == 0)
621 u8 *end, *mdie, *ftie, *rsnie = NULL, *r0kh_id, *subelem = NULL;
665 r0kh_id = sm->r0kh_id;
692 r0kh_id = conf->r0_key_holder;
697 res = wpa_write_ftie(conf, r0kh_id, r0kh_id_len, anonce, snonce, pos,
826 if (parse.r0kh_id == NULL) {
832 parse.r0kh_id, parse.r0kh_id_len);
833 os_memcpy(sm->r0kh_id, parse.r0kh_id, parse.r0kh_id_len);
851 if (wpa_ft_pull_pmk_r1(sm->wpa_auth, sm->addr, sm->r0kh_id,
918 ret = wpa_write_ftie(conf, parse.r0kh_id, parse.r0kh_id_len,
1036 if (parse.r0kh_id == NULL) {
1042 os_memcmp(parse.r0kh_id, sm->r0kh_id, parse.r0kh_id_len) != 0) {
1046 parse.r0kh_id, parse.r0kh_id_len);
1048 sm->r0kh_id, sm->r0kh_id_len);