Lines Matching defs:wsec
539 #define WSEC_WEP_ENABLED(wsec) ((wsec) & WEP_ENABLED) argument
540 #define WSEC_TKIP_ENABLED(wsec) ((wsec) & TKIP_ENABLED) argument
541 #define WSEC_AES_ENABLED(wsec) ((wsec) & AES_ENABLED) argument
543 #define WSEC_WEP_ENABLED(wsec) NULL argument
544 #define WSEC_TKIP_ENABLED(wsec) NULL argument
545 #define WSEC_AES_ENABLED(wsec) NULL argument
556 #define WSEC_CKIP_KP_ENABLED(wsec) ((wsec) & CKIP_KP_ENABLED) argument
557 #define WSEC_CKIP_MIC_ENABLED(wsec) ((wsec) & CKIP_MIC_ENABLED) argument
558 #define WSEC_CKIP_ENABLED(wsec) ((wsec) & (CKIP_KP_ENABLED|CKIP_MIC_ENABLED)) argument
561 #define WSEC_ENABLED(wsec) \ argument
567 #define WSEC_ENABLED(wsec) \ argument
574 #define WSEC_ENABLED(wsec) ((wsec) & (WEP_ENABLED | TKIP_ENABLED | AES_ENABLED | SMS4_ENABLED)) argument
578 #define WSEC_ENABLED(wsec) ((wsec) & (WEP_ENABLED | TKIP_ENABLED | AES_ENABLED)) argument
582 #define WSEC_ENABLED(wsec) 0 argument
585 #define WSEC_SES_OW_ENABLED(wsec) ((wsec) & SES_OW_ENABLED) argument
588 #define WSEC_SMS4_ENABLED(wsec) ((wsec) & SMS4_ENABLED) argument