Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/
H A Dmlan_join.c669 if (pmpriv->sec_info.authentication_mode == in wlan_update_rsn_ie()
964 if ((pmpriv->sec_info.authentication_mode != MLAN_AUTH_MODE_AUTO)) { in wlan_cmd_802_11_associate()
969 (pmpriv->sec_info.authentication_mode == in wlan_cmd_802_11_associate()
972 (t_u16)pmpriv->sec_info.authentication_mode); in wlan_cmd_802_11_associate()
973 else if (pmpriv->sec_info.authentication_mode == in wlan_cmd_802_11_associate()
977 else if (pmpriv->sec_info.authentication_mode == in wlan_cmd_802_11_associate()
H A Dmlan_sta_ioctl.c981 if (pmpriv->sec_info.authentication_mode != MLAN_AUTH_MODE_AUTO) in wlan_bss_ioctl_mode()
982 pmpriv->sec_info.authentication_mode = MLAN_AUTH_MODE_OPEN; in wlan_bss_ioctl_mode()
2701 sec->param.auth_mode = pmpriv->sec_info.authentication_mode; in wlan_sec_ioctl_auth_mode()
2703 pmpriv->sec_info.authentication_mode = sec->param.auth_mode; in wlan_sec_ioctl_auth_mode()
H A Dmlan_init.c452 priv->sec_info.authentication_mode = MLAN_AUTH_MODE_AUTO; in wlan_init_priv()
H A Dmlan_main.h850 t_u32 authentication_mode;
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/
H A Dmlan_join.c762 if (pmpriv->sec_info.authentication_mode != MLAN_AUTH_MODE_AUTO) { in wlan_cmd_802_11_associate()
767 || (pmpriv->sec_info.authentication_mode == in wlan_cmd_802_11_associate()
771 authentication_mode); in wlan_cmd_802_11_associate()
772 else if (pmpriv->sec_info.authentication_mode == in wlan_cmd_802_11_associate()
H A Dmlan_sta_ioctl.c1141 if (pmpriv->sec_info.authentication_mode != MLAN_AUTH_MODE_AUTO) in wlan_bss_ioctl_mode()
1142 pmpriv->sec_info.authentication_mode = MLAN_AUTH_MODE_OPEN; in wlan_bss_ioctl_mode()
2805 sec->param.auth_mode = pmpriv->sec_info.authentication_mode; in wlan_sec_ioctl_auth_mode()
2807 pmpriv->sec_info.authentication_mode = sec->param.auth_mode; in wlan_sec_ioctl_auth_mode()
H A Dmlan_init.c369 priv->sec_info.authentication_mode = MLAN_AUTH_MODE_AUTO; in wlan_init_priv()
H A Dmlan_main.h756 t_u32 authentication_mode; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/mwifiex/
H A Dcfg80211.c887 priv->sec_info.authentication_mode = NL80211_AUTHTYPE_OPEN_SYSTEM; in mwifiex_deinit_priv_params()
1153 priv->sec_info.authentication_mode = in mwifiex_cfg80211_change_virtual_intf()
1184 priv->sec_info.authentication_mode = in mwifiex_cfg80211_change_virtual_intf()
2217 priv->sec_info.authentication_mode = in mwifiex_cfg80211_assoc()
2235 priv->sec_info.authentication_mode = auth_type; in mwifiex_cfg80211_assoc()
2240 priv->sec_info.authentication_mode = auth_type; in mwifiex_cfg80211_assoc()
H A Dinit.c96 priv->sec_info.authentication_mode = NL80211_AUTHTYPE_OPEN_SYSTEM; in mwifiex_init_priv()
H A Dsta_ioctl.c349 priv->sec_info.authentication_mode = in mwifiex_bss_start()
H A Djoin.c469 (u16) priv->sec_info.authentication_mode); in mwifiex_cmd_802_11_associate()
H A Dmain.h350 u32 authentication_mode; member