| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | wlioctl_defs.h | 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 [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | wlioctl_defs.h | 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 [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/rtc/ |
| H A D | ftrtc010.c | 25 unsigned int wsec; /* 0x24 */ member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/ |
| H A D | wlioctl_defs.h | 450 #define WSEC_WEP_ENABLED(wsec) ((wsec) & WEP_ENABLED) argument 451 #define WSEC_TKIP_ENABLED(wsec) ((wsec) & TKIP_ENABLED) argument 452 #define WSEC_AES_ENABLED(wsec) ((wsec) & AES_ENABLED) argument 455 #define WSEC_CKIP_KP_ENABLED(wsec) ((wsec) & CKIP_KP_ENABLED) argument 456 #define WSEC_CKIP_MIC_ENABLED(wsec) ((wsec) & CKIP_MIC_ENABLED) argument 457 #define WSEC_CKIP_ENABLED(wsec) ((wsec) & (CKIP_KP_ENABLED|CKIP_MIC_ENABLED)) argument 460 #define WSEC_ENABLED(wsec) \ argument 464 #define WSEC_ENABLED(wsec) \ argument 470 #define WSEC_ENABLED(wsec) ((wsec) & (WEP_ENABLED | TKIP_ENABLED | AES_ENABLED | SMS4_ENABLED)) argument 472 #define WSEC_ENABLED(wsec) ((wsec) & (WEP_ENABLED | TKIP_ENABLED | AES_ENABLED)) argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/ |
| H A D | wlioctl_defs.h | 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 | AES_GCMP256)) 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 [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/ |
| H A D | wlioctl_defs.h | 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 | AES_GCMP256)) 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 [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/ |
| H A D | wlioctl_defs.h | 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 [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | wl_cfgvif.c | 1759 s32 wsec = 0; in wl_validate_opensecurity() local 1895 u32 wsec; in wl_validate_wpa2ie() local 2127 u32 wsec; in wl_validate_wpaie() local 2368 u32 wsec1, wsec2, wsec; in wl_validate_wpaie_wpa2ie() local 2981 s32 wsec; in wl_cfg80211_bcn_bringup_ap() local
|
| H A D | wl_iw.c | 2451 int error, val, wsec; in wl_iw_set_encode() local 2541 int error, val, wsec, auth; in wl_iw_get_encode() local 3136 int wsec; in wl_iw_set_wpaauth() local
|
| H A D | wl_android_ext.c | 191 uint wsec; member 1014 int auth=0, wpa_auth=0, wsec=0, mfp=0, i; in wl_ext_get_sec() local
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | wl_cfgvif.c | 1752 s32 wsec = 0; in wl_validate_opensecurity() local 1888 u32 wsec; in wl_validate_wpa2ie() local 2120 u32 wsec; in wl_validate_wpaie() local 2361 u32 wsec1, wsec2, wsec; in wl_validate_wpaie_wpa2ie() local 2974 s32 wsec; in wl_cfg80211_bcn_bringup_ap() local
|
| H A D | bcmwpa.c | 1382 bcmwpa_cipher2wsec(uint8 *cipher, uint32 *wsec) in bcmwpa_cipher2wsec() 1437 uint32 wsec = 0; in bcmwpa_wpaciphers2wsec() local 1490 uint32 wsec = 0; in bcmwpa_wpaciphers2wsec() local
|
| H A D | wl_iw.c | 2411 int error, val, wsec; in wl_iw_set_encode() local 2500 int error, val, wsec, auth; in wl_iw_get_encode() local 3089 int wsec; in wl_iw_set_wpaauth() local
|
| H A D | wl_android_ext.c | 186 uint wsec; member 1003 int auth=0, wpa_auth=0, wsec=0, mfp=0, i; in wl_ext_get_sec() local
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | cfg80211.c | 1440 s32 wsec = 0; in brcmf_cfg80211_join_ibss() local 1681 s32 wsec; in brcmf_set_wsec_mode() local 2360 u32 wsec; in brcmf_cfg80211_config_default_key() local 2434 s32 wsec; in brcmf_cfg80211_add_key() local 2558 s32 wsec; in brcmf_cfg80211_get_key() local 2625 s32 wsec; in brcmf_cfg80211_reconfigure_wep() local 4119 u32 wsec; in brcmf_configure_wpaie() local
|
| H A D | fwil_types.h | 850 __le32 wsec; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | wl_iw.c | 2173 int error, val, wsec; local 2262 int error, val, wsec, auth; local 2827 int wsec; local
|
| H A D | wl_cfg80211.c | 154 #define IW_WSEC_ENABLED(wsec) ((wsec) & (WEP_ENABLED | TKIP_ENABLED | AES_ENABLED | SMS4_ENABLED)) argument 156 #define IW_WSEC_ENABLED(wsec) ((wsec) & (WEP_ENABLED | TKIP_ENABLED | AES_ENABLED)) argument 7494 s32 wsec; local 7705 s32 wsec = 0; local 7938 s32 wsec; local 10725 s32 wsec = 0; local 10824 u32 wsec; local 11046 u32 wsec; local 11266 u32 wsec1, wsec2, wsec; local 11738 s32 wsec; local
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | wl_iw.c | 2179 int error, val, wsec; local 2268 int error, val, wsec, auth; local 2833 int wsec; local
|
| H A D | wl_cfg80211.c | 154 #define IW_WSEC_ENABLED(wsec) ((wsec) & (WEP_ENABLED | TKIP_ENABLED | AES_ENABLED | SMS4_ENABLED)) argument 156 #define IW_WSEC_ENABLED(wsec) ((wsec) & (WEP_ENABLED | TKIP_ENABLED | AES_ENABLED)) argument 7595 s32 wsec; local 7806 s32 wsec = 0; local 8039 s32 wsec; local 10823 s32 wsec = 0; local 10922 u32 wsec; local 11153 u32 wsec; local 11373 u32 wsec1, wsec2, wsec; local 11845 s32 wsec; local
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | wl_iw.c | 2179 int error, val, wsec; local 2268 int error, val, wsec, auth; local 2833 int wsec; local
|
| H A D | wl_cfg80211.c | 154 #define IW_WSEC_ENABLED(wsec) ((wsec) & (WEP_ENABLED | TKIP_ENABLED | AES_ENABLED | SMS4_ENABLED)) argument 156 #define IW_WSEC_ENABLED(wsec) ((wsec) & (WEP_ENABLED | TKIP_ENABLED | AES_ENABLED)) argument 7593 s32 wsec; local 7804 s32 wsec = 0; local 8037 s32 wsec; local 10821 s32 wsec = 0; local 10920 u32 wsec; local 11151 u32 wsec; local 11371 u32 wsec1, wsec2, wsec; local 11843 s32 wsec; local
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | wl_iw.c | 2407 int error, val, wsec; in wl_iw_set_encode() local 2496 int error, val, wsec, auth; in wl_iw_get_encode() local 3082 int wsec; in wl_iw_set_wpaauth() local
|
| H A D | wl_cfg80211.c | 137 #define IW_WSEC_ENABLED(wsec) ((wsec) & (WEP_ENABLED | TKIP_ENABLED | AES_ENABLED | SMS4_ENABLED)) argument 139 #define IW_WSEC_ENABLED(wsec) ((wsec) & (WEP_ENABLED | TKIP_ENABLED | AES_ENABLED)) argument 6102 s32 wsec; in wl_cfg80211_config_default_key() local 6372 s32 wsec = 0; in wl_cfg80211_add_key() local 6581 s32 wsec; in wl_cfg80211_get_key() local 8785 s32 wsec = 0; in wl_validate_opensecurity() local 8827 u32 wsec; in wl_validate_wpa2ie() local 9039 u32 wsec; in wl_validate_wpaie() local 9256 u32 wsec1, wsec2, wsec; in wl_validate_wpaie_wpa2ie() local 9685 s32 wsec; in wl_cfg80211_bcn_bringup_ap() local
|
| H A D | wl_android_ext.c | 1088 int auth=0, wpa_auth=0, wsec=0, mfp=0; in wl_ext_get_sec() local 1551 int wsec=0; in wl_ext_set_emode() local
|