Lines Matching refs: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;
10612 enum nl80211_auth_type auth_type;
10690 auth_type = nla_get_u32(info->attrs[NL80211_ATTR_AUTH_TYPE]);
10691 if (!nl80211_valid_auth_type(rdev, auth_type, NL80211_CMD_AUTHENTICATE))
10694 if ((auth_type == NL80211_AUTHTYPE_SAE ||
10695 auth_type == NL80211_AUTHTYPE_FILS_SK ||
10696 auth_type == NL80211_AUTHTYPE_FILS_SK_PFS ||
10697 auth_type == NL80211_AUTHTYPE_FILS_PK) &&
10702 if (auth_type != NL80211_AUTHTYPE_SAE &&
10703 auth_type != NL80211_AUTHTYPE_FILS_SK &&
10704 auth_type != NL80211_AUTHTYPE_FILS_SK_PFS &&
10705 auth_type != NL80211_AUTHTYPE_FILS_PK)
10720 req.auth_type = auth_type;
11819 connect.auth_type =
11821 if (!nl80211_valid_auth_type(rdev, connect.auth_type,
11825 connect.auth_type = NL80211_AUTHTYPE_AUTOMATIC;
12056 u32 auth_type;
12105 auth_type = nla_get_u32(info->attrs[NL80211_ATTR_AUTH_TYPE]);
12106 if (!nl80211_valid_auth_type(rdev, auth_type,
12110 if (auth_type == NL80211_AUTHTYPE_FILS_SK &&
12114 connect.auth_type = auth_type;