Home
last modified time | relevance | path

Searched refs:auth_type (Results 1 – 25 of 47) sorted by relevance

12

/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/
Dbcmevent.c224 evt->auth_type = ntoh32(evt->auth_type); in wl_event_to_host_order()
239 evt->auth_type = hton32(evt->auth_type); in wl_event_to_network_order()
Ddhd_common.c2445 uint event_type, flags, auth_type, datalen; in wl_show_host_event() local
2452 auth_type = ntoh32(event->auth_type); in wl_show_host_event()
2509 if (auth_type == DOT11_OPEN_SYSTEM) in wl_show_host_event()
2511 else if (auth_type == DOT11_SHARED_KEY) in wl_show_host_event()
2514 snprintf(err_msg, sizeof(err_msg), "AUTH unknown: %d", (int)auth_type); in wl_show_host_event()
2661 (int)reason, (int)auth_type, *(buf + 4))); in wl_show_host_event()
2695 (int)auth_type)); in wl_show_host_event()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
Dbcmevent.c239 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()
Ddhd_common.c2692 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_event->chanspec, in wl_show_host_event()
2957 (int)reason, (int)auth_type, cca_event->chanspec, in wl_show_host_event()
[all …]
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/
Dbcmevent.c239 evt->auth_type = ntoh32(evt->auth_type); in wl_event_to_host_order()
253 evt->auth_type = hton32(evt->auth_type); in wl_event_to_network_order()
Ddhd_common.c2816 uint event_type, flags, auth_type, datalen; in wl_show_host_event() local
2823 auth_type = ntoh32(event->auth_type); in wl_show_host_event()
2883 if (auth_type == DOT11_OPEN_SYSTEM) { in wl_show_host_event()
2885 } else if (auth_type == DOT11_SHARED_KEY) { in wl_show_host_event()
2887 } else if (auth_type == DOT11_SAE) { in wl_show_host_event()
2891 (int)auth_type); in wl_show_host_event()
3048 (int)reason, (int)auth_type, in wl_show_host_event()
3077 (int)reason, (int)auth_type, cca_event->chanspec, in wl_show_host_event()
3089 (int)reason, (int)auth_type, cca_event->chanspec, in wl_show_host_event()
3099 (int)reason, (int)auth_type, cca_event->chanspec, in wl_show_host_event()
[all …]
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
Dhmac_encap_frame_ap.c661 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() argument
769 if (hmac_encap_auth_rsp_support(hmac_vap, auth_type) != HI_SUCCESS) { in hmac_update_status_code_by_user()
770 …g_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_index); in hmac_update_auth_rsp_status_code()
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/
Dbcmevent.c284 evt->auth_type = ntoh32(evt->auth_type); in wl_event_to_host_order()
299 evt->auth_type = hton32(evt->auth_type); in wl_event_to_network_order()
Ddhd_common.c4547 uint event_type, flags, auth_type, datalen; in wl_show_host_event() local
4554 auth_type = ntoh32(event->auth_type); in wl_show_host_event()
4629 if (auth_type == DOT11_OPEN_SYSTEM) in wl_show_host_event()
4631 else if (auth_type == DOT11_SHARED_KEY) in wl_show_host_event()
4633 else if (auth_type == DOT11_SAE) in wl_show_host_event()
4636 snprintf(err_msg, sizeof(err_msg), "AUTH unknown: %d", (int)auth_type); in wl_show_host_event()
4681 (int)auth_type, (int)roam_start->rssi)); in wl_show_host_event()
4685 (int)auth_type)); in wl_show_host_event()
4695 (int)auth_type, (int)roam_prep->rssi)); in wl_show_host_event()
4699 (int)auth_type)); in wl_show_host_event()
[all …]
Dwl_cfg80211.c4494 switch (sme->auth_type) { in wl_set_auth_type()
4540 WL_ERR(("invalid auth type (%d)\n", sme->auth_type)); in wl_set_auth_type()
4551 sec->auth_type = sme->auth_type; in wl_set_auth_type()
5040 if ((sme->auth_type != NL80211_AUTHTYPE_FILS_SK) && in wl_set_fils_params()
5041 (sme->auth_type != NL80211_AUTHTYPE_FILS_SK_PFS) && in wl_set_fils_params()
5042 (sme->auth_type != NL80211_AUTHTYPE_FILS_PK)) { in wl_set_fils_params()
5147 wl_fils_toggle_roaming(struct net_device *dev, u32 auth_type) in wl_fils_toggle_roaming() argument
5152 if (WPA2_AUTH_IS_FILS(auth_type) && !cfg->fils_info.fils_roam_disabled) { in wl_fils_toggle_roaming()
5381 if (sec->auth_type == NL80211_AUTHTYPE_SHARED_KEY) { in wl_set_set_sharedkey()
6179 sec->wpa_auth, sec->auth_type, sec->wpa_versions, in wl_conn_debug_info()
[all …]
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/include/
Drtw_security.h200 u8 auth_type; member
420 ((a)->securitypriv.auth_type == (s))
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
Dhi_wifi_driver_wpa_if.h443 hisi_auth_type_enum_uint8 auth_type; member
515 hi_u8 auth_type; member
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/wifi/include/
Dhi_wifi_driver_wpa_if.h432 hisi_auth_type_enum_uint8 auth_type; member
503 hi_u8 auth_type; member
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/common/
Dmac_cfg.h655 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/board/bearpi/bearpi_hm_micro/docs/device-dev/
D开发板Wi-Fi功能使用指导.md50 [2791046][W:3153]{wal_cfg80211_connect::start new conn,ssid_len=16,auth_type=0,privacy=1,mfp=0}
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/include/
Dbcmevent.h71 uint32 auth_type; /* WLC_E_AUTH */
85 uint32 auth_type; /* WLC_E_AUTH */
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/include/
Dbcmevent.h71 uint32 auth_type; /* WLC_E_AUTH */
84 uint32 auth_type; /* WLC_E_AUTH */
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
Dbcmevent.h72 uint32 auth_type; /* WLC_E_AUTH */
86 uint32 auth_type; /* WLC_E_AUTH */
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/include/
Dbcmevent.h65 uint32 auth_type; /* WLC_E_AUTH */
79 uint32 auth_type; /* WLC_E_AUTH */
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/hdf/
Dhdf_comm.c525 cfg80211_params.auth_type = (unsigned char)param->authType; in __HdfConnect()
536 __func__, cfg80211_params.auth_type, cfg80211_params.channel->band, in __HdfConnect()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
Doal_net.h854 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/soc/chipsea/cst85/liteos_m/sdk/modules/wifi/macif/
Dwifi_msg.h1849 u8_l auth_type; member
/device/board/unionman/unionpi_tiger/kernel/hdf/wifi/rtl8822cs/hdf/
Dwal_mac80211.c356 cfg80211_params.auth_type = (unsigned char)param->authType; in WalConnect()
/device/board/hihope/rk3568/wifi/bcmdhd_wifi6/hdfadapt/
Dhdf_bdh_mac80211.c980 cfg80211_params->auth_type = (unsigned char)param->authType; in FillCfg80211ConnectParams()
1024 __func__, cfg80211_params.auth_type, cfg80211_params.channel->band, param->centerFreq, in HdfConnectEntry()
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/os_dep/linux/
Dioctl_cfg80211.c3882 if (MLME_AUTHTYPE_SAE == psecuritypriv->auth_type) { in rtw_cfg80211_set_auth_type()
3892 psecuritypriv->auth_type = MLME_AUTHTYPE_SAE; in rtw_cfg80211_set_auth_type()
3897 psecuritypriv->auth_type = sme_auth_type; in rtw_cfg80211_set_auth_type()
4490 if (sme->auth_type != (int)MLME_AUTHTYPE_SHARED_KEY) in rtw_check_connect_sae_compat()
4542 sme->privacy, sme->key, sme->key_len, sme->key_idx, sme->auth_type); in cfg80211_rtw_connect()
4545 sme->auth_type = (int)MLME_AUTHTYPE_SAE; in cfg80211_rtw_connect()
4546 psecuritypriv->auth_type = MLME_AUTHTYPE_SAE; in cfg80211_rtw_connect()
4640 ret = rtw_cfg80211_set_auth_type(psecuritypriv, sme->auth_type); in cfg80211_rtw_connect()
5630 settings->hidden_ssid, settings->auth_type); in cfg80211_rtw_start_ap()

12