Home | History | Annotate | Download | only in ap

Lines Matching defs:ikey

324 		u8 *ikey;
325 ikey = os_malloc(hapd->conf->individual_wep_key_len);
326 if (ikey == NULL ||
327 random_get_bytes(ikey, hapd->conf->individual_wep_key_len))
331 os_free(ikey);
336 ikey, hapd->conf->individual_wep_key_len);
338 ieee802_1x_tx_key_one(hapd, sta, 0, 0, ikey,
344 sta->addr, 0, 1, NULL, 0, ikey,
350 os_free(ikey);