Searched refs:auth_type (Results 26 - 50 of 54) sorted by relevance

123

/linux-master/net/wireless/
H A Dnl80211.c5822 enum nl80211_auth_type auth_type,
5825 if (auth_type > NL80211_AUTHTYPE_MAX)
5831 auth_type == NL80211_AUTHTYPE_SAE)
5835 (auth_type == NL80211_AUTHTYPE_FILS_SK ||
5836 auth_type == NL80211_AUTHTYPE_FILS_SK_PFS ||
5837 auth_type == NL80211_AUTHTYPE_FILS_PK))
5844 auth_type == NL80211_AUTHTYPE_SAE)
5848 if (auth_type == NL80211_AUTHTYPE_FILS_SK_PFS ||
5849 auth_type == NL80211_AUTHTYPE_FILS_PK)
5854 auth_type
5821 nl80211_valid_auth_type(struct cfg80211_registered_device *rdev, enum nl80211_auth_type auth_type, enum nl80211_commands cmd) argument
10611 enum nl80211_auth_type auth_type; local
12055 u32 auth_type; local
[all...]
H A Dcore.c1307 wdev->wext.connect.auth_type = NL80211_AUTHTYPE_AUTOMATIC;
1372 wdev->wext.connect.auth_type = NL80211_AUTHTYPE_AUTOMATIC;
H A Dmlme.c276 if (req->auth_type == NL80211_AUTHTYPE_SHARED_KEY) {
/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dcfg80211.c2239 int ret, auth_type = 0; local
2295 if (sme->auth_type == NL80211_AUTHTYPE_AUTOMATIC) {
2296 auth_type = NL80211_AUTHTYPE_OPEN_SYSTEM;
2299 auth_type = sme->auth_type;
2305 priv->sec_info.authentication_mode = auth_type;
2310 priv->sec_info.authentication_mode = auth_type;
H A Dfw.h894 __le16 auth_type; member in struct:mwifiex_ie_types_auth_type
1969 u8 auth_type; member in struct:host_cmd_tlv_auth_type
/linux-master/include/uapi/linux/
H A Dsctp.h540 __u16 auth_type; member in struct:sctp_authkey_event
/linux-master/include/target/iscsi/
H A Discsi_target_core.h653 char auth_type[8]; member in struct:iscsit_session
/linux-master/net/bluetooth/
H A Dhci_event.c2457 if (!hci_conn_ssp_enabled(conn) && !(conn->auth_type & 0x01) &&
4728 conn->auth_type != 0xff && (conn->auth_type & 0x01)) {
5279 return conn->remote_auth | (conn->auth_type & 0x01);
5289 return (conn->remote_auth & ~0x01) | (conn->auth_type & 0x01);
5376 conn->auth_type != HCI_AT_NO_BONDING)
5377 conn->auth_type |= 0x01;
5379 conn->auth_type = hci_get_auth_req(conn);
5386 conn->auth_type &= HCI_AT_NO_BONDING_MITM;
5388 cp.authentication = conn->auth_type;
[all...]
H A Dhci_core.c1214 if (conn->auth_type > 0x01 && conn->remote_auth > 0x01)
1218 if (conn->auth_type == 0x02 || conn->auth_type == 0x03)
H A Dl2cap_core.c894 __u8 auth_type; local
899 auth_type = l2cap_get_auth_type(chan);
901 return hci_conn_security(conn->hcon, chan->sec_level, auth_type,
7030 u8 auth_type = l2cap_get_auth_type(chan); local
7031 hcon = hci_connect_acl(hdev, dst, chan->sec_level, auth_type,
/linux-master/drivers/net/wireless/ath/wil6210/
H A Dcfg80211.c1087 wil_get_auth_type_name(enum nl80211_auth_type auth_type) argument
1089 switch (auth_type) {
1122 wil_get_auth_type_name(sme->auth_type));
1232 if (sme->auth_type == NL80211_AUTHTYPE_FT)
1234 if (sme->auth_type == NL80211_AUTHTYPE_AUTOMATIC &&
2168 wil_dbg_misc(wil, "Privacy: %d auth_type %d\n",
2169 info->privacy, info->auth_type);
/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dcfg80211.c195 enum nl80211_auth_type auth_type)
197 ath6kl_dbg(ATH6KL_DBG_WLAN_CFG, "%s: 0x%x\n", __func__, auth_type);
199 switch (auth_type) {
215 ath6kl_err("%s: 0x%x not supported\n", __func__, auth_type);
548 status = ath6kl_set_auth_type(vif, sme->auth_type);
2818 ret = ath6kl_set_auth_type(vif, info->auth_type);
194 ath6kl_set_auth_type(struct ath6kl_vif *vif, enum nl80211_auth_type auth_type) argument
/linux-master/drivers/net/wireless/ath/wcn36xx/
H A Dhal.h4284 enum auth_type { enum
4329 enum auth_type authentication;
4405 enum auth_type authentication;
/linux-master/include/net/bluetooth/
H A Dhci_core.h719 __u8 auth_type; member in struct:hci_conn
1520 u8 sec_level, u8 auth_type,
1542 int hci_conn_security(struct hci_conn *conn, __u8 sec_level, __u8 auth_type,
/linux-master/drivers/net/wireless/intel/ipw2x00/
H A Dipw2200.h869 u8 auth_type:4, auth_key:4; member in struct:ipw_associate
871 u8 auth_key:4, auth_type:4; member in struct:ipw_associate
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dwmi-tlv.h2506 __le32 auth_type; member in struct:wmi_nlo_auth_param
2529 struct wmi_nlo_auth_param auth_type; member in struct:nlo_configured_parameters
/linux-master/net/sctp/
H A Dulpevent.c841 ak->auth_type = SCTP_AUTHENTICATION_EVENT;
/linux-master/drivers/net/wireless/quantenna/qtnfmac/
H A Dqlink.h203 u8 auth_type; member in struct:qlink_auth_encr
H A Dcommands.c276 aen->auth_type = s->auth_type;
2129 aen->auth_type = sme->auth_type;
H A Dcfg80211.c674 if (sme->auth_type == NL80211_AUTHTYPE_SAE &&
/linux-master/drivers/net/wireless/microchip/wilc1000/
H A Dhif.c304 wid_list[wid_cnt].val = (s8 *)&conn_attr->auth_type;
318 if (conn_attr->auth_type == WILC_FW_AUTH_SAE)
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.c1976 switch (sme->auth_type) {
1991 brcmf_dbg(CONN, "automatic, auth type (%d)\n", sme->auth_type);
2001 sec->auth_type = sme->auth_type;
2287 if (sec->auth_type == NL80211_AUTHTYPE_SHARED_KEY) {
2288 brcmf_dbg(CONN, "set auth_type to shared key\n");
2439 sme->auth_type = brcmf_war_auth_type(ifp, sme->auth_type);
5113 brcmf_dbg(TRACE, "ssid=%s(%zu), auth_type=%d, inactivity_timeout=%d\n",
5114 settings->ssid, settings->ssid_len, settings->auth_type,
[all...]
/linux-master/include/net/
H A Dcfg80211.h1457 * @auth_type: Authentication type (algorithm)
1495 enum nl80211_auth_type auth_type; member in struct:cfg80211_ap_settings
3014 * @auth_type: Authentication type (algorithm)
3036 enum nl80211_auth_type auth_type; member in struct:cfg80211_auth_request
3285 * @auth_type: Authentication type (algorithm)
3337 enum nl80211_auth_type auth_type; member in struct:cfg80211_connect_params
/linux-master/include/linux/greybus/
H A Dgreybus_protocols.h351 __le32 auth_type; member in struct:gb_cap_authenticate_request
/linux-master/drivers/staging/rtl8723bs/os_dep/
H A Dioctl_cfg80211.c1413 /* auth_type = UMAC_AUTH_TYPE_8021X; */
1694 ret = rtw_cfg80211_set_auth_type(psecuritypriv, sme->auth_type);

Completed in 968 milliseconds

123