Lines Matching refs:wsec
238 uint32 wsec;
924 /* wsec macros for operating on the above definitions */
925 #define WSEC_WEP_ENABLED(wsec) ((wsec) & WEP_ENABLED)
926 #define WSEC_TKIP_ENABLED(wsec) ((wsec) & TKIP_ENABLED)
927 #define WSEC_AES_ENABLED(wsec) ((wsec) & AES_ENABLED)
929 #define WSEC_ENABLED(wsec) ((wsec) & (WEP_ENABLED | TKIP_ENABLED | AES_ENABLED))
930 #define WSEC_SES_OW_ENABLED(wsec) ((wsec) & SES_OW_ENABLED)
3961 int32 wsec; /* wsec value */