summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nl80211: Check driver FILS capabilityfilsJouni Malinen2016-10-261-0/+3
* nl80211: FILS KEK and nonces for NL80211_CMD_ASSOCIATEJouni Malinen2016-10-261-0/+16
* nl80211: Add support for setting FILS authentication algorithmJouni Malinen2016-10-261-0/+2
* PENDING - proposed nl80211.h changes for FILSJouni Malinen2016-10-261-3/+29
* Sync with mac80211-next.git include/uapi/linux/nl80211.hJouni Malinen2016-10-261-1/+269
* Note set_key(WPA_ALG_NONE) failure in debug logJouni Malinen2016-10-261-1/+4
* tests: FILSJouni Malinen2016-10-261-0/+197
* FILS: Claim FILS capability only if driver supports itJouni Malinen2016-10-262-1/+4
* FILS: Setup EAPOL state machines properly after FILS association (AP)Jouni Malinen2016-10-261-0/+22
* FILS: Set TK after association (AP)Jouni Malinen2016-10-263-1/+37
* FILS: Mark connection fully authorized after FILS Association (AP)Jouni Malinen2016-10-263-3/+20
* FILS: Association Response processing (STA)Jouni Malinen2016-10-264-0/+202
* FILS: Add Association Response frame elements and encrypt them (AP)Jouni Malinen2016-10-253-0/+155
* FILS: Decrypt Association Request elements and check Key-Auth (AP)Jouni Malinen2016-10-253-0/+170
* FILS: Add elements to FILS Association Request frameJouni Malinen2016-10-254-1/+87
* driver: Add option to pass FILS KEK/AAD to the driver for associationJouni Malinen2016-10-241-0/+21
* P2P: Check if the pref_freq reported by the driver supports P2PSunil Dutt2016-10-241-2/+4
* FILS: Authentication frame processing (STA)Jouni Malinen2016-10-224-0/+159
* FILS: Process FILS Authentication frame (AP)Jouni Malinen2016-10-227-0/+359
* FILS: Add a helper function for status code conversionJouni Malinen2016-10-221-18/+25
* FILS: Extend wpa_auth_pmksa_get() to support PMKID matchingJouni Malinen2016-10-224-6/+8
* FILS: Export IEEE 802.1X helper functionsJouni Malinen2016-10-222-4/+9
* ERP: Update client identity based on EAP-Initiate/Re-authJouni Malinen2016-10-223-0/+40
* FILS: Try to use FILS authentication if PMKSA or ERP entry is availableJouni Malinen2016-10-224-4/+120
* SME: Clear possibly used WPA/RSN IE for new connectionJouni Malinen2016-10-221-0/+4
* WPA: Add debug print for not-update-own-IEs caseJouni Malinen2016-10-221-0/+4
* FILS: Include wpa_insert_pmkid() in non-FT buildsJouni Malinen2016-10-221-2/+2
* ERP: Make eap_peer_finish() callableJouni Malinen2016-10-224-2/+19
* ERP: Make eap_peer_erp_reauth_start() availableJouni Malinen2016-10-224-7/+41
* nl80211: Make full (Re)Association Response frame availableJouni Malinen2016-10-222-0/+12
* FILS: Do not clear PTK on FILS Auth/Assoc (AP)Jouni Malinen2016-10-221-3/+13
* FILS: Key-Auth derivation function for FILS SKJouni Malinen2016-10-222-0/+88
* FILS: PMK-to-PTK key derivation for FILS authenticationJouni Malinen2016-10-222-0/+71
* Rename sae_data to more generic auth_dataJouni Malinen2016-10-226-21/+22
* Add QCA vendor command/attr for low level DMG(11ad) RF sector controlLior David2016-10-171-0/+131
* wpa_cli: Mark number of char *cmd constantJouni Malinen2016-10-161-7/+7
* hostapd_cli: Mark number of char *cmd constantJouni Malinen2016-10-161-4/+4
* wpa_cli: Add completion for ssid config commandsMikael Kanstrup2016-10-161-9/+9
* wpa_cli: Add completion for sta, deauthenticate and disassociateMikael Kanstrup2016-10-161-5/+79
* cli: Add list_sta commandMikael Kanstrup2016-10-162-4/+44
* hostapd_cli: Process events received following control iface commandsMikael Kanstrup2016-10-161-0/+2
* hostapd_cli: Refactor control iface reconnects with common helperMikael Kanstrup2016-10-161-45/+38
* hostapd_cli: Refresh stations list on control interface reconnectMikael Kanstrup2016-10-161-4/+27
* hostapd_cli: Add completion for sta commandMikael Kanstrup2016-10-161-1/+16
* hostapd_cli: Enable command completion and history for AndroidMikael Kanstrup2016-10-162-0/+6
* hostapd_cli: Add support for cli history fileMikael Kanstrup2016-10-161-2/+19
* hostapd: Add CONFIG_WPA_CLI_EDIT to defconfigMikael Kanstrup2016-10-161-0/+4
* wpa_supplicant: Restore permanent MAC address on reassociationBenjamin Richter2016-10-161-2/+4
* Always propagate scan results to all interfacesAvraham Stern2016-10-151-9/+26
* Check for NULL qsort() base pointersJoel Cunningham2016-10-152-3/+6