Home
last modified time | relevance | path

Searched refs:cipher_group (Results 1 – 18 of 18) sorted by relevance

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
Dhi_wifi_driver_wpa_if.h503 hi_u32 cipher_group; member
Dwal_cfg80211.c2930 connect_param->crypto.cipher_group = (hi_u8)sme->crypto.cipher_group; in wal_set_wep_key()
2956 connect->crypto.cipher_group = puc_ie[MAC_IE_HDR_LEN + MAC_RSN_VERSION_LEN + MAC_OUI_LEN]; in wal_set_crypto_pmf()
3027 connect_param->crypto.cipher_group = (hi_u8)sme->crypto.cipher_group; in wal_set_crypto_info()
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/wifi/include/
Dhi_wifi_driver_wpa_if.h491 hi_u32 cipher_group; member
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/common/
Dmac_cfg.h635 hi_u8 cipher_group; member
Dmac_vap.c1484 mac_mib_set_rsnacfggroupcipher(mac_vap, (hi_u8)(crypto->cipher_group)); in mac_vap_init_privacy()
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/
Dwl_cfg80211.h456 u32 cipher_group; member
1431 (!_sme->crypto.cipher_group))
Dwl_cfg80211.c5051 if (sme->crypto.cipher_group) { in wl_set_set_cipher()
5052 switch (sme->crypto.cipher_group) { in wl_set_set_cipher()
5074 sme->crypto.cipher_group)); in wl_set_set_cipher()
5089 if (sme->crypto.cipher_group == WLAN_CIPHER_SUITE_SMS4) { in wl_set_set_cipher()
5111 sec->cipher_group = sme->crypto.cipher_group; in wl_set_set_cipher()
5306 sme->crypto.cipher_group)); in wl_set_key_mgmt()
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/hdf/
Dhdf_comm.c495 cfg80211_params.crypto.cipher_group = param->crypto.cipherGroup; in __HdfConnect()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
Dwl_cfg80211.h671 u32 cipher_group; member
2043 (!_sme->crypto.cipher_group))
Dwl_cfg80211.c5519 if (sme->crypto.cipher_group) { in wl_set_set_cipher()
5520 gval = wl_rsn_cipher_wsec_algo_lookup(sme->crypto.cipher_group); in wl_set_set_cipher()
5522 WL_ERR(("invalid cipher group (%d)\n", sme->crypto.cipher_group)); in wl_set_set_cipher()
5525 switch (sme->crypto.cipher_group) { in wl_set_set_cipher()
5535 wl_rsn_cipher_wsec_key_algo_lookup(sme->crypto.cipher_group)); in wl_set_set_cipher()
5558 if (sme->crypto.cipher_group == WLAN_CIPHER_SUITE_SMS4) { in wl_set_set_cipher()
5580 sec->cipher_group = sme->crypto.cipher_group; in wl_set_set_cipher()
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/
Dwl_cfg80211.h682 u32 cipher_group; member
2075 (!_sme->crypto.n_ciphers_pairwise) && (!_sme->crypto.cipher_group))
Dwl_cfg80211.c5582 if (sme->crypto.cipher_group) { in wl_set_set_cipher()
5583 gval = wl_rsn_cipher_wsec_algo_lookup(sme->crypto.cipher_group); in wl_set_set_cipher()
5585 WL_ERR(("invalid cipher group (%d)\n", sme->crypto.cipher_group)); in wl_set_set_cipher()
5588 switch (sme->crypto.cipher_group) { in wl_set_set_cipher()
5598 sme->crypto.cipher_group)); in wl_set_set_cipher()
5621 if (sme->crypto.cipher_group == WLAN_CIPHER_SUITE_SMS4) { in wl_set_set_cipher()
5643 sec->cipher_group = sme->crypto.cipher_group; in wl_set_set_cipher()
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/
Dwl_cfg80211.h1101 u32 cipher_group; member
2659 (!_sme->crypto.cipher_group))
Dwl_cfg80211.c4683 if (sme->crypto.cipher_group) { in wl_set_set_cipher()
4684 gval = wl_rsn_cipher_wsec_algo_lookup(sme->crypto.cipher_group); in wl_set_set_cipher()
4686 WL_ERR(("invalid cipher group (0x%x)\n", sme->crypto.cipher_group)); in wl_set_set_cipher()
4689 switch (sme->crypto.cipher_group) { in wl_set_set_cipher()
4701 wl_rsn_cipher_wsec_key_algo_lookup(sme->crypto.cipher_group)); in wl_set_set_cipher()
4725 if (sme->crypto.cipher_group == WLAN_CIPHER_SUITE_SMS4) { in wl_set_set_cipher()
4750 sec->cipher_group = sme->crypto.cipher_group; in wl_set_set_cipher()
6180 sec->cipher_pairwise, sec->cipher_group); in wl_conn_debug_info()
13766 if (sec->cipher_group == WLAN_CIPHER_SUITE_SMS4) { in wl_bss_connect_done()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
Doal_net.h1229 hi_u32 cipher_group; member
/device/board/hihope/rk3568/wifi/bcmdhd_wifi6/hdfadapt/
Dhdf_bdh_mac80211.c957 cfg80211_params->crypto.cipher_group = param->crypto.cipherGroup; in FillCfg80211ConnectParams()
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/umac/
Dutil.c3666 cs = ieee80211_cs_get(local, crypto->cipher_group, iftype); in ieee80211_cs_headroom()
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/os_dep/linux/
Dioctl_cfg80211.c4716 ret = rtw_cfg80211_set_cipher(psecuritypriv, sme->crypto.cipher_group, _FALSE); in cfg80211_rtw_connect()