Home | History | Annotate | Download | only in ap

Lines Matching defs:ikey

367 		u8 *ikey;
368 ikey = os_malloc(hapd->conf->individual_wep_key_len);
369 if (ikey == NULL ||
370 random_get_bytes(ikey, hapd->conf->individual_wep_key_len))
374 os_free(ikey);
379 ikey, hapd->conf->individual_wep_key_len);
381 ieee802_1x_tx_key_one(hapd, sta, 0, 0, ikey,
387 sta->addr, 0, 1, NULL, 0, ikey,
393 os_free(ikey);