Searched defs:auth_type (Results 1 - 6 of 6) sorted by relevance

/net/bluetooth/
H A Dhci_conn.c447 conn->auth_type = HCI_AT_GENERAL_BONDING;
733 * attempt, we simply update pending_sec_level and auth_type fields
846 u8 sec_level, u8 auth_type)
865 acl->auth_type = auth_type;
939 static int hci_conn_auth(struct hci_conn *conn, __u8 sec_level, __u8 auth_type) argument
952 auth_type |= (conn->auth_type & 0x01);
954 conn->auth_type = auth_type;
845 hci_connect_acl(struct hci_dev *hdev, bdaddr_t *dst, u8 sec_level, u8 auth_type) argument
990 hci_conn_security(struct hci_conn *conn, __u8 sec_level, __u8 auth_type, bool initiator) argument
[all...]
H A Dl2cap_core.c795 __u8 auth_type; local
800 auth_type = l2cap_get_auth_type(chan);
802 return hci_conn_security(conn->hcon, chan->sec_level, auth_type,
7063 u8 auth_type = l2cap_get_auth_type(chan); local
7064 hcon = hci_connect_acl(hdev, dst, chan->sec_level, auth_type);
H A Dmgmt.c3112 u8 sec_level, auth_type; local
3141 auth_type = HCI_AT_DEDICATED_BONDING;
3145 auth_type);
3215 hci_conn_security(conn, sec_level, auth_type, true))
/net/wireless/
H A Dmlme.c201 enum nl80211_auth_type auth_type,
214 .auth_type = auth_type,
223 if (auth_type == NL80211_AUTHTYPE_SHARED_KEY)
198 cfg80211_mlme_auth(struct cfg80211_registered_device *rdev, struct net_device *dev, struct ieee80211_channel *chan, enum nl80211_auth_type auth_type, const u8 *bssid, const u8 *ssid, int ssid_len, const u8 *ie, int ie_len, const u8 *key, int key_len, int key_idx, const u8 *sae_data, int sae_data_len) argument
H A Dnl80211.c3194 enum nl80211_auth_type auth_type,
3197 if (auth_type > NL80211_AUTHTYPE_MAX)
3203 auth_type == NL80211_AUTHTYPE_SAE)
3209 if (auth_type == NL80211_AUTHTYPE_SAE)
3284 params.auth_type = nla_get_u32(
3286 if (!nl80211_valid_auth_type(rdev, params.auth_type,
3290 params.auth_type = NL80211_AUTHTYPE_AUTOMATIC;
6364 enum nl80211_auth_type auth_type; local
6438 auth_type = nla_get_u32(info->attrs[NL80211_ATTR_AUTH_TYPE]);
6439 if (!nl80211_valid_auth_type(rdev, auth_type, NL80211_CMD_AUTHENTICAT
3193 nl80211_valid_auth_type(struct cfg80211_registered_device *rdev, enum nl80211_auth_type auth_type, enum nl80211_commands cmd) argument
[all...]
/net/bluetooth/rfcomm/
H A Dcore.c215 __u8 auth_type; local
220 auth_type = HCI_AT_GENERAL_BONDING_MITM;
223 auth_type = HCI_AT_GENERAL_BONDING;
226 auth_type = HCI_AT_NO_BONDING;
230 return hci_conn_security(conn->hcon, d->sec_level, auth_type,

Completed in 429 milliseconds