Lines Matching refs:auth
342 * Add auth type TLV.
351 struct mrvl_ie_auth_type *auth = (void *) tlv;
356 * 01 auth type
358 auth->header.type = cpu_to_le16(TLV_TYPE_AUTH_TYPE);
359 auth->header.len = cpu_to_le16(sizeof(*auth)-sizeof(auth->header));
360 auth->auth = cpu_to_le16(lbs_auth_to_authtype(auth_type));
361 return sizeof(*auth);
1014 * Sets the auth type (open, shared, etc) in the firmware. That
1031 * auth type 00
1125 /* add auth type TLV */