Searched refs:tkip (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/sys/net80211/
H A Dieee80211_crypto_tkip.c62 static const struct ieee80211_cipher tkip = { variable in typeref:struct:ieee80211_cipher
181 M_PREPEND(m, tkip.ic_header, M_NOWAIT);
185 memmove(ivp, ivp + tkip.ic_header, hdrlen);
231 return m_append(m, tkip.ic_miclen, mic);
314 memmove(mtod(m, uint8_t *) + tkip.ic_header, mtod(m, void *), hdrlen);
315 m_adj(m, tkip.ic_header);
316 m_adj(m, -tkip.ic_trailer);
341 m, hdrlen, m->m_pkthdr.len - (hdrlen + tkip.ic_miclen),
343 m_copydata(m, m->m_pkthdr.len - tkip.ic_miclen,
344 tkip
[all...]
/freebsd-10.2-release/sys/dev/wpi/
H A Dif_wpireg.h356 uint8_t tkip; member in struct:wpi_node_info
393 uint8_t tkip[IEEE80211_WEP_MICLEN]; member in struct:wpi_cmd_data
499 uint8_t tkip[IEEE80211_WEP_MICLEN]; member in struct:wpi_scan_hdr::__anon10420
/freebsd-10.2-release/sys/dev/mwl/
H A Dmwlhal.h447 } __packed tkip; member in union:__anon9529::__anon9530
H A Dmwlhal.c1213 htole16(kv->key.tkip.rsc.low);
1215 htole32(kv->key.tkip.rsc.high);
1217 htole16(kv->key.tkip.tsc.low);
1219 htole32(kv->key.tkip.tsc.high);
H A Dif_mwl.c1568 for (i = 0; i < sizeof(hk->key.tkip.rxMic); i++)
1569 printf(" %02x", hk->key.tkip.rxMic[i]);
1571 for (i = 0; i < sizeof(hk->key.tkip.txMic); i++)
1572 printf(" %02x", hk->key.tkip.txMic[i]);
1716 hk.key.tkip.tsc.high = (uint32_t)(k->wk_keytsc >> 16);
1717 hk.key.tkip.tsc.low = (uint16_t)k->wk_keytsc;
1736 * NB: tkip mic keys get copied here too; the layout

Completed in 168 milliseconds