Home
last modified time | relevance | path

Searched refs:cipher_combined (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Dwl_iw.c2659 uint32 cipher_combined; local
2704 cipher_combined = iw->gwsec | iw->pwsec;
2706 if (cipher_combined & (IW_AUTH_CIPHER_WEP40 | IW_AUTH_CIPHER_WEP104))
2708 if (cipher_combined & IW_AUTH_CIPHER_TKIP)
2710 if (cipher_combined & IW_AUTH_CIPHER_CCMP)
2714 if (cipher_combined & IW_AUTH_CIPHER_SMS4)
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dwl_iw.c2665 uint32 cipher_combined; local
2710 cipher_combined = iw->gwsec | iw->pwsec;
2712 if (cipher_combined & (IW_AUTH_CIPHER_WEP40 | IW_AUTH_CIPHER_WEP104))
2714 if (cipher_combined & IW_AUTH_CIPHER_TKIP)
2716 if (cipher_combined & IW_AUTH_CIPHER_CCMP)
2720 if (cipher_combined & IW_AUTH_CIPHER_SMS4)
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dwl_iw.c2665 uint32 cipher_combined; local
2710 cipher_combined = iw->gwsec | iw->pwsec;
2712 if (cipher_combined & (IW_AUTH_CIPHER_WEP40 | IW_AUTH_CIPHER_WEP104))
2714 if (cipher_combined & IW_AUTH_CIPHER_TKIP)
2716 if (cipher_combined & IW_AUTH_CIPHER_CCMP)
2720 if (cipher_combined & IW_AUTH_CIPHER_SMS4)
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dwl_iw.c2905 uint32 cipher_combined; in wl_iw_set_wpaauth() local
2953 cipher_combined = iw->gwsec | iw->pwsec; in wl_iw_set_wpaauth()
2955 if (cipher_combined & (IW_AUTH_CIPHER_WEP40 | IW_AUTH_CIPHER_WEP104)) in wl_iw_set_wpaauth()
2957 if (cipher_combined & IW_AUTH_CIPHER_TKIP) in wl_iw_set_wpaauth()
2959 if (cipher_combined & IW_AUTH_CIPHER_CCMP) in wl_iw_set_wpaauth()
2963 if (cipher_combined & IW_AUTH_CIPHER_SMS4) in wl_iw_set_wpaauth()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dwl_iw.c2900 uint32 cipher_combined; in wl_iw_set_wpaauth() local
2948 cipher_combined = iw->gwsec | iw->pwsec; in wl_iw_set_wpaauth()
2950 if (cipher_combined & (IW_AUTH_CIPHER_WEP40 | IW_AUTH_CIPHER_WEP104)) in wl_iw_set_wpaauth()
2952 if (cipher_combined & IW_AUTH_CIPHER_TKIP) in wl_iw_set_wpaauth()
2954 if (cipher_combined & IW_AUTH_CIPHER_CCMP) in wl_iw_set_wpaauth()
2958 if (cipher_combined & IW_AUTH_CIPHER_SMS4) in wl_iw_set_wpaauth()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_iw.c2952 uint32 cipher_combined; in wl_iw_set_wpaauth() local
3000 cipher_combined = iw->gwsec | iw->pwsec; in wl_iw_set_wpaauth()
3002 if (cipher_combined & (IW_AUTH_CIPHER_WEP40 | IW_AUTH_CIPHER_WEP104)) in wl_iw_set_wpaauth()
3004 if (cipher_combined & IW_AUTH_CIPHER_TKIP) in wl_iw_set_wpaauth()
3006 if (cipher_combined & IW_AUTH_CIPHER_CCMP) in wl_iw_set_wpaauth()
3010 if (cipher_combined & IW_AUTH_CIPHER_SMS4) in wl_iw_set_wpaauth()