Lines Matching defs:wsec
483 #define WSEC_WEP_ENABLED(wsec) ((wsec) & WEP_ENABLED) argument
484 #define WSEC_TKIP_ENABLED(wsec) ((wsec) & TKIP_ENABLED) argument
485 #define WSEC_AES_ENABLED(wsec) ((wsec) & AES_ENABLED) argument
494 #define WSEC_CKIP_KP_ENABLED(wsec) ((wsec) & CKIP_KP_ENABLED) argument
495 #define WSEC_CKIP_MIC_ENABLED(wsec) ((wsec) & CKIP_MIC_ENABLED) argument
496 #define WSEC_CKIP_ENABLED(wsec) ((wsec) & (CKIP_KP_ENABLED|CKIP_MIC_ENABLED)) argument
499 #define WSEC_ENABLED(wsec) \ argument
503 #define WSEC_ENABLED(wsec) \ argument
509 #define WSEC_ENABLED(wsec) ((wsec) & (WEP_ENABLED | TKIP_ENABLED | AES_ENABLED | SMS4_ENABLED)) argument
511 #define WSEC_ENABLED(wsec) ((wsec) & (WEP_ENABLED | TKIP_ENABLED | AES_ENABLED)) argument
515 #define WSEC_SES_OW_ENABLED(wsec) ((wsec) & SES_OW_ENABLED) argument
516 #define WSEC_SMS4_ENABLED(wsec) ((wsec) & SMS4_ENABLED) argument