Home | History | Annotate | Download | only in ap

Lines Matching refs:ikey

321 		u8 *ikey;
322 ikey = os_malloc(hapd->conf->individual_wep_key_len);
323 if (ikey == NULL ||
324 random_get_bytes(ikey, hapd->conf->individual_wep_key_len))
328 os_free(ikey);
333 ikey, hapd->conf->individual_wep_key_len);
335 ieee802_1x_tx_key_one(hapd, sta, 0, 0, ikey,
341 sta->addr, 0, 1, NULL, 0, ikey,
347 os_free(ikey);