/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | bcmevent.c | 239 evt->auth_type = ntoh32(evt->auth_type); in wl_event_to_host_order() 254 evt->auth_type = hton32(evt->auth_type); in wl_event_to_network_order()
|
H A D | dhd_common.c | 2692 uint event_type, flags, auth_type, datalen; in wl_show_host_event() local 2699 auth_type = ntoh32(event->auth_type); in wl_show_host_event() 2752 if (auth_type == DOT11_OPEN_SYSTEM) in wl_show_host_event() 2754 else if (auth_type == DOT11_SHARED_KEY) in wl_show_host_event() 2756 else if (auth_type == DOT11_SAE) in wl_show_host_event() 2759 snprintf(err_msg, sizeof(err_msg), "AUTH unknown: %d", (int)auth_type); in wl_show_host_event() 2909 (int)reason, (int)auth_type, cca_event->chanspec)); in wl_show_host_event() 2936 (int)reason, (int)auth_type, cca_event->chanspec, in wl_show_host_event() 2947 (int)reason, (int)auth_type, cca_even in wl_show_host_event() [all...] |
H A D | wl_cfg80211.c | 5324 switch (sme->auth_type) { in wl_set_auth_type() 5366 WL_ERR(("invalid auth type (%d)\n", sme->auth_type)); in wl_set_auth_type() 5377 sec->auth_type = sme->auth_type; in wl_set_auth_type() 5792 if ((sme->auth_type != NL80211_AUTHTYPE_FILS_SK) && in wl_set_fils_params() 5793 (sme->auth_type != NL80211_AUTHTYPE_FILS_SK_PFS) && in wl_set_fils_params() 5794 (sme->auth_type != NL80211_AUTHTYPE_FILS_PK)) { in wl_set_fils_params() 5899 wl_fils_toggle_roaming(struct net_device *dev, u32 auth_type) in wl_fils_toggle_roaming() argument 5904 if (WPA2_AUTH_IS_FILS(auth_type) && !cfg->fils_info.fils_roam_disabled) { in wl_fils_toggle_roaming() 6107 if (sec->auth_type in wl_set_set_sharedkey() 13758 uint auth_type = ntoh32(e->auth_type); wl_get_auth_assoc_status() local [all...] |
H A D | wl_cfg80211.h | 669 u32 auth_type; member
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/ |
H A D | hmac_encap_frame_ap.c | 661 hi_u16 auth_type; in hmac_encap_auth_rsp_body() local 714 auth_type = mac_get_auth_alg(oal_netbuf_header(auth_req)); in hmac_encap_auth_rsp_body() 729 puc_frame[0] = (auth_type & 0x00FF); in hmac_encap_auth_rsp_body() 730 puc_frame[1] = (auth_type & 0xFF00) >> 8; /* 右移8位 */ in hmac_encap_auth_rsp_body() 745 hi_u16 auth_type, hi_u8 user_index) in hmac_update_status_code_by_user() 769 if (hmac_encap_auth_rsp_support(hmac_vap, auth_type) != HI_SUCCESS) { in hmac_update_status_code_by_user() 770 oam_warning_log1(0, OAM_SF_AUTH, "{hmac_update_status_code_by_user::auth type[%d] not support!}", auth_type); in hmac_update_status_code_by_user() 789 hi_u16 auth_type = mac_get_auth_alg(oal_netbuf_header(auth_req)); in hmac_update_auth_rsp_status_code() local 827 auth_rsp_handle->auth_rsp_param.us_auth_type = auth_type; in hmac_update_auth_rsp_status_code() 829 return hmac_update_status_code_by_user(mac_vap, tx_ctl, puc_frame, auth_type, user_inde in hmac_update_auth_rsp_status_code() 744 hmac_update_status_code_by_user(const mac_vap_stru *mac_vap, hmac_tx_ctl_stru *tx_ctl, hi_u8 *puc_frame, hi_u16 auth_type, hi_u8 user_index) hmac_update_status_code_by_user() argument [all...] |
H A D | hmac_config.c | 3985 conn_sec->auth_type = connect_param->auth_type; in hmac_config_connect_conn_init() 4103 hmac_vap->auth_mode = conn_sec.auth_type; in hmac_config_connect()
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/ |
H A D | hi_wifi_driver_wpa_if.h | 443 hisi_auth_type_enum_uint8 auth_type; member 515 hi_u8 auth_type; member
|
H A D | wal_cfg80211.c | 3144 mac_cfg80211_connect_param.auth_type = sme->auth_type; in wal_cfg80211_connect() 3152 oam_warning_log4(0, OAM_SF_ANY, "{wal_cfg80211_connect::start new conn,ssid_len=%d,auth_type=%d,privacy=%d,mfp=%d}", in wal_cfg80211_connect() 3153 sme->ssid_len, sme->auth_type, sme->privacy, sme->mfp); in wal_cfg80211_connect() 3658 oam_warning_log2(mac_vap->vap_id, OAM_SF_ANY, "{wal_cfg80211_fill_beacon_param::auth_type[0]=%d, auth_type[1]=%d}", in wal_cfg80211_fill_beacon_param()
|
H A D | wal_mac80211.c | 296 cfg80211_params.auth_type = (oal_nl80211_auth_type_enum_uint8)param->authType;
in WalConnect()
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/common/ |
H A D | mac_cfg.h | 655 oal_nl80211_auth_type_enum_uint8 auth_type; /* 认证类型,OPEN or SHARE-KEY */ member 667 oal_nl80211_auth_type_enum_uint8 auth_type; /* 认证类型,OPEN or SHARE-KEY */ member
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/wifi/include/ |
H A D | hi_wifi_driver_wpa_if.h | 432 hisi_auth_type_enum_uint8 auth_type; member 503 hi_u8 auth_type; member
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
H A D | bcmevent.h | 72 uint32 auth_type; /* WLC_E_AUTH */ member 86 uint32 auth_type; /* WLC_E_AUTH */ member
|
H A D | wlioctl.h | 13545 uint32 auth_type; /**< DOT11_AUTH_ALGORITHM enumeration values */ member
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
H A D | oal_net.h | 854 enum nl80211_auth_type auth_type; member 1356 oal_nl80211_auth_type_enum_uint8 auth_type; member 1525 oal_nl80211_auth_type_enum_uint8 auth_type; /* 认证类型,OPEN or SHARE-KEY */ member
|
/device/board/hihope/rk3568/wifi/bcmdhd_wifi6/hdfadapt/ |
H A D | hdf_bdh_mac80211.c | 980 cfg80211_params->auth_type = (unsigned char)param->authType; in FillCfg80211ConnectParams() 1023 HDF_LOGI("%s: cfg80211_params auth_type:%d--channelId:%d--centerFreq:%d--Mac:%02x:%02x:%02x:%02x:%02x:%02x", in HdfConnectEntry() 1024 __func__, cfg80211_params.auth_type, cfg80211_params.channel->band, param->centerFreq, in HdfConnectEntry()
|