diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/wireless.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/wireless.h b/include/linux/wireless.h index d426dce47e7c..5d1f3fbffd77 100644 --- a/include/linux/wireless.h +++ b/include/linux/wireless.h | |||
@@ -615,6 +615,7 @@ | |||
615 | #define IW_ENCODE_ALG_TKIP 2 | 615 | #define IW_ENCODE_ALG_TKIP 2 |
616 | #define IW_ENCODE_ALG_CCMP 3 | 616 | #define IW_ENCODE_ALG_CCMP 3 |
617 | #define IW_ENCODE_ALG_PMK 4 | 617 | #define IW_ENCODE_ALG_PMK 4 |
618 | #define IW_ENCODE_ALG_AES_CMAC 5 | ||
618 | /* struct iw_encode_ext ->ext_flags */ | 619 | /* struct iw_encode_ext ->ext_flags */ |
619 | #define IW_ENCODE_EXT_TX_SEQ_VALID 0x00000001 | 620 | #define IW_ENCODE_EXT_TX_SEQ_VALID 0x00000001 |
620 | #define IW_ENCODE_EXT_RX_SEQ_VALID 0x00000002 | 621 | #define IW_ENCODE_EXT_RX_SEQ_VALID 0x00000002 |