Home
last modified time | relevance | path

Searched refs:WLAN_AUTH_FT (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_ft.c823 if (psta->authalg == WLAN_AUTH_FT) in rtw_ft_update_sta_ies()
894 if (psta->authalg != WLAN_AUTH_FT) { in rtw_ft_build_assoc_rsp_ies()
H A Drtw_mlme_ext.c2803 && (algorithm != WLAN_AUTH_FT)
2898 if (algorithm == WLAN_AUTH_FT) {
3500 if ((pstat && (pstat->authalg != WLAN_AUTH_FT)))
6740 val16 = cpu_to_le16(WLAN_AUTH_FT);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_ft.c823 if (psta->authalg == WLAN_AUTH_FT) in rtw_ft_update_sta_ies()
894 if (psta->authalg != WLAN_AUTH_FT) { in rtw_ft_build_assoc_rsp_ies()
H A Drtw_mlme_ext.c2815 && (algorithm != WLAN_AUTH_FT)
2910 if (algorithm == WLAN_AUTH_FT) {
3512 if ((pstat && (pstat->authalg != WLAN_AUTH_FT)))
6752 val16 = cpu_to_le16(WLAN_AUTH_FT);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/
H A Dieee80211.h579 #define WLAN_AUTH_FT 2 macro
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/include/
H A Dieee80211.h579 #define WLAN_AUTH_FT 2 macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dieee80211.h2483 #define WLAN_AUTH_FT 2 macro
/OK3568_Linux_fs/kernel/net/mac80211/
H A Dmlme.c3026 case WLAN_AUTH_FT: in ieee80211_rx_mgmt_auth()
5364 auth_alg = WLAN_AUTH_FT; in ieee80211_mgd_auth()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/wil6210/
H A Dwmi.c1665 if (le16_to_cpu(auth->auth_alg) != WLAN_AUTH_FT) { in wmi_evt_auth_status()
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmoal_sta_cfg80211.c2261 auth_alg = WLAN_AUTH_FT; in woal_cfg80211_authenticate()
4890 mgmt->u.auth.auth_alg = woal_cpu_to_le16(WLAN_AUTH_FT); in woal_send_ft_auth_requst()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/
H A Dmoal_sta_cfg80211.c2998 mgmt->u.auth.auth_alg = cpu_to_le16(WLAN_AUTH_FT); in woal_send_ft_auth_requst()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/os_dep/linux/
H A Dioctl_cfg80211.c1330 if ((psta->authalg == WLAN_AUTH_FT) && in rtw_cfg80211_ap_set_encryption()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/os_dep/linux/
H A Dioctl_cfg80211.c1338 if ((psta->authalg == WLAN_AUTH_FT) && in rtw_cfg80211_ap_set_encryption()