Lines Matching full:authentication
186 * preshared key authentication in station mode. In %NL80211_CMD_CONNECT
194 * handshakes during 802.1X authentication in station mode. In order to
202 * preshared key authentication in AP mode. In %NL80211_CMD_START_AP
214 * DOC: FILS shared key authentication offload
216 * FILS shared key authentication offload can be advertized by drivers by
218 * FILS shared key authentication offload should be able to construct the
219 * authentication and association frames for FILS shared key authentication and
227 * rIK should be used to generate an authentication tag on the ERP message and
232 * When FILS shared key authentication is completed, driver needs to provide the
252 * DOC: SAE authentication offload
255 * support offloading SAE authentication for WPA3-Personal networks in station
510 * authentication where %NL80211_ATTR_FILS_CACHE_ID is the identifier
516 * authentication.
546 * @NL80211_CMD_AUTHENTICATE: authentication request and notification.
549 * authentication process.
553 * the SSID (mainly for association, but is included in authentication
557 * authentication type. %NL80211_ATTR_IE is used to define IEs
560 * When used as an event, this reports reception of an Authentication
567 * also used to indicate if the authentication attempt timed out. In that
570 * pending authentication timed out).
651 * authentication/association or not receiving a response from the AP.
796 * reoccurring, the userspace authentication daemon may want to create the
798 * depending on the authentication result.
1089 * drivers that do not define separate commands for authentication and
1090 * association, but rely on user space for the authentication to happen.
1092 * to trigger the authentication and command response (userspace to
1093 * driver) to indicate the authentication status.
1097 * this interface to offload only the authentication part to the user
1098 * space. Authentication frames are passed between the driver and user
1100 * further with the association after getting successful authentication
1101 * status. User space indicates the authentication status through
1105 * Host driver reports this status on an authentication failure to the
1777 * is requesting a local authentication/association state change without
2000 * @NL80211_ATTR_AUTH_DATA: Fields and elements in Authentication frames.
2001 * This contains the authentication frame body (non-IE and IE data),
2002 * excluding the Authentication algorithm number, i.e., starting at the
2003 * Authentication transaction sequence number field. It is used with
2004 * authentication algorithms that need special fields to be added into
2006 * initial two fields (Authentication transaction sequence number and
2008 * for all authentication algorithms to keep the attribute definition
2348 * @NL80211_ATTR_FILS_ERP_USERNAME: EAP Re-authentication Protocol (ERP)
2352 * @NL80211_ATTR_FILS_ERP_REALM: EAP Re-authentication Protocol (ERP) realm part
2358 * for FILS authentication and is used with %NL80211_CMD_CONNECT.
2360 * @NL80211_ATTR_FILS_ERP_RRK: ERP re-authentication Root Key (rRK) for the
2363 * from successful FILS authentication and is used with
2374 * authentication it is used with %NL80211_CMD_SET_PMK. For offloaded FT
2384 * in %NL80211_CMD_CONNECT to indicate that for 802.1X authentication it
2390 * authentication operation (u32 attribute with an
2394 * space supports external authentication. This attribute shall be used
2396 * may offload authentication processing to user space if this capability
2447 * SAE authentication for WPA3-Personal networks.
2486 * authentication. This timeout helps authentication methods like SAE,
2488 * authentication instead of getting updated during an association for EAP
2489 * authentication. No new full authentication within the PMK expiry shall
2496 * driver to trigger a full authentication roam (without PMKSA caching)
2500 * Authentication methods like SAE need to be able to generate a new PMKSA
3417 * authentication server (u8, 0 or 1)
4309 * will advertise that it is connected to a authentication server
4374 * @NL80211_MESH_SETUP_USERSPACE_AUTH: Enable this option if an authentication
4377 * @NL80211_MESH_SETUP_USERSPACE_AMPE: Enable this option if an authentication
4394 * @NL80211_MESH_SETUP_AUTH_PROTOCOL: Inform the kernel of the authentication
4396 * Default is no authentication method required.
4641 * keeps track of whether or not authentication was done with
4658 * @NL80211_AUTHTYPE_OPEN_SYSTEM: Open System authentication
4659 * @NL80211_AUTHTYPE_SHARED_KEY: Shared Key authentication (WEP only)
4662 * @NL80211_AUTHTYPE_SAE: Simultaneous authentication of equals
5573 * @NL80211_PMKSA_CANDIDATE_PREAUTH: RSN pre-authentication supported (flag)
5627 * @NL80211_FEATURE_SAE: This driver supports simultaneous authentication of
5646 * they should be added before even sending the authentication reply
5785 * authentication with %NL80211_CMD_CONNECT.
5847 * @NL80211_EXT_FEATURE_SAE_OFFLOAD: Device wants to do SAE authentication in
5890 * @NL80211_EXT_FEATURE_SAE_OFFLOAD_AP: Device wants to do SAE authentication
6002 * @NL80211_TIMEOUT_AUTH: Authentication timed out.
6218 * the authentication. Exclusively defined for host drivers that
6220 * to handle certain authentication algorithms (e.g. SAE).
6501 * authentication request. Used by NL80211_ATTR_EXTERNAL_AUTH_ACTION.
6502 * @NL80211_EXTERNAL_AUTH_START: Start the authentication.
6503 * @NL80211_EXTERNAL_AUTH_ABORT: Abort the ongoing authentication.