HomeSort by relevance Sort by last modified time
    Searched refs:tkip (Results 1 - 2 of 2) sorted by null

  /external/syslinux/gpxe/src/include/gpxe/
wpa.h 63 /** Error bit; set on a MIC failure for TKIP */
76 /** Key descriptor version field value for WPA (TKIP) */
113 * This is 16 for CCMP, 32 for TKIP, and 5 or 13 for WEP.
144 * through PN5 for CCMP mode, or TSC0 through TSC5 for TKIP
205 /** Length of a TKIP main key */
208 /** Length of a TKIP MIC key */
227 /** Structure of the Temporal Key for TKIP encryption */
230 /** Main key: input to TKIP Phase 1 and Phase 2 key mixing functions */
249 /** TKIP keys */
250 struct tkip_tk tkip; member in union:wpa_tk
    [all...]
  /external/toybox/toys/pending/
dhcpd.c 659 char *tkmac, *tkip; local
668 if (!(tkip = strtok(NULL, " \t"))) {
682 striptovar(tkip, &sltmp->nip);
    [all...]

Completed in 603 milliseconds