Lines Matching defs:auth_type

5822 				    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 == NL80211_AUTHTYPE_FILS_SK)
5860 auth_type == NL80211_AUTHTYPE_SAE)
5863 if (auth_type == NL80211_AUTHTYPE_FILS_SK ||
5864 auth_type == NL80211_AUTHTYPE_FILS_SK_PFS ||
5865 auth_type == NL80211_AUTHTYPE_FILS_PK)
6004 params->auth_type = nla_get_u32(
6006 if (!nl80211_valid_auth_type(rdev, params->auth_type,
6012 params->auth_type = NL80211_AUTHTYPE_AUTOMATIC;
10611 enum nl80211_auth_type auth_type;
10689 auth_type = nla_get_u32(info->attrs[NL80211_ATTR_AUTH_TYPE]);
10690 if (!nl80211_valid_auth_type(rdev, auth_type, NL80211_CMD_AUTHENTICATE))
10693 if ((auth_type == NL80211_AUTHTYPE_SAE ||
10694 auth_type == NL80211_AUTHTYPE_FILS_SK ||
10695 auth_type == NL80211_AUTHTYPE_FILS_SK_PFS ||
10696 auth_type == NL80211_AUTHTYPE_FILS_PK) &&
10701 if (auth_type != NL80211_AUTHTYPE_SAE &&
10702 auth_type != NL80211_AUTHTYPE_FILS_SK &&
10703 auth_type != NL80211_AUTHTYPE_FILS_SK_PFS &&
10704 auth_type != NL80211_AUTHTYPE_FILS_PK)
10719 req.auth_type = auth_type;
11818 connect.auth_type =
11820 if (!nl80211_valid_auth_type(rdev, connect.auth_type,
11824 connect.auth_type = NL80211_AUTHTYPE_AUTOMATIC;
12055 u32 auth_type;
12104 auth_type = nla_get_u32(info->attrs[NL80211_ATTR_AUTH_TYPE]);
12105 if (!nl80211_valid_auth_type(rdev, auth_type,
12109 if (auth_type == NL80211_AUTHTYPE_FILS_SK &&
12113 connect.auth_type = auth_type;