Home | History | Annotate | Download | only in proto

Lines Matching defs:mic

57 /* Includes MIC */
1236 #define DOT11_MNG_MMIE_ID 76 /* d11 mgmt MIC IE */
3278 #define TKIP_MIC_SIZE 8 /* size of TKIP MIC */
3282 #define TKIP_MIC_AUTH_TX 16 /* offset to Authenticator MIC TX key */
3283 #define TKIP_MIC_AUTH_RX 24 /* offset to Authenticator MIC RX key */
3284 #define TKIP_MIC_SUP_RX TKIP_MIC_AUTH_TX /* offset to Supplicant MIC RX key */
3285 #define TKIP_MIC_SUP_TX TKIP_MIC_AUTH_RX /* offset to Supplicant MIC TX key */
3287 #define AES_MIC_SIZE 8 /* size of AES MIC */
3289 #define BIP_MIC_SIZE 8 /* sizeof BIP MIC */
3314 uint16 mic_control; /* Mic Control */
3315 uint8 mic[16];
3344 /* Management MIC ie */
3350 uint8 mic[BIP_MIC_SIZE]; /* mic */