mech_eap.git
2012-09-16 Masashi HonmaRemove unused function warning in WPS NFC case
2012-09-14 Jouni MalinenDo not inform other virtual interfaces of scan results...
2012-09-14 Jouni MalinenP2P: Schedule new scan if P2P operation delays scan
2012-09-14 Jouni MalinenP2P: Check all interfaces for pending scan for p2p_scan...
2012-09-14 Jouni MalinenP2P: Move p2p_cb_on_scan_complete to global context
2012-09-10 Jouni MalinenFix last_scan_res update existing BSS entry is update
2012-09-09 Jouni Malinenwlantest: Add BIP-GMAC-128/256 test vectors
2012-09-09 Jouni Malinenwlantest: Add CCMP-256 test vector
2012-09-09 Jouni MalinenMove AES-CCM implementation into src/crypto
2012-09-09 Jouni Malinenwlantest: Move generic AES-CCM into separate functions
2012-09-09 Jouni MalinenEnable 256-bit key AES in internal TLS implementation
2012-09-09 Jouni MalinenFix AES block size handling for internal cipher
2012-09-09 Jouni Malinenwlantest: Add GCMP-256 test vector
2012-09-09 Jouni MalinenShare common GCM-AE and GCM-AD functionality
2012-09-09 Jouni MalinenAdd aes_gmac() as a wrapper for AES GMAC operations...
2012-09-09 Jouni MalinenAdd support for using 192-bit and 256-bit keys with...
2012-09-08 Jouni MalinenSupport arbitrary IV length with AES-GCM
2012-09-08 Jouni MalinenAdd AES-GCM test vectors from gcm-spec.pdf
2012-09-08 Jouni MalinenMove AES-GCM implementation into src/crypto
2012-09-08 Jouni Malinenwlantest: Allow GHASH update calls to avoid extra alloc...
2012-09-08 Jouni Malinenwlantest: Remove CCMP specific AAD handling from GCMP
2012-09-08 Jouni Malinenwlantest: Move GCM-AE and GCM-AD into separate functions
2012-09-08 Jouni Malinenwlantest: Add GCMP implementation and test vectors...
2012-09-08 Jouni Malinenwlantest: Check TKIP/CCMP decryption routines for test...
2012-09-08 Jouni Malinenwlantest: Add IEEE Std 802.11-2012, M.9.1 BIP test...
2012-09-08 Jouni Malinenwlantest: Move BIP function into a separate function...
2012-09-08 Jouni Malinenwlantest: Add IEEE Std 802.11-2012, M.9.2 CCMP (mgmt...
2012-09-08 Jouni Malinenwlantest: Add program for generating IEEE 802.11 test...
2012-09-08 Jouni Malinenwlantest: Implement tkip_encrypt()
2012-09-06 Arik NemtsovAP: Configure basic rates from iface and not conf
2012-09-06 Jouni MalinenMake copies basic_rates list more useful
2012-09-05 Baruch Siachatheros: Fix RSN capabilities debug print
2012-09-05 Jouni Malinennl80211: Register read_sta_data() handler for station...
2012-09-05 Yuhao Zhengwpa_supplicant: Add PKTCNT_POLL command to get TX/RX...
2012-09-05 Jouni MalinenWFD: Properly match group for WFD element in Invitation...
2012-09-05 Jouni MalinenWFD: Properly match group for WFD element in Invitation...
2012-09-04 Jouni MalinenInterworking: Share ANQP data within homogenous ESS
2012-09-04 Jouni MalinenInterworking: Store HESSID in BSS entry
2012-09-04 Jouni MalinenInterworking: Allow EAP-SIM/AKA/AKA' override in cred...
2012-09-04 Jouni MalinenInterworking: Move BSS ANQP information into separate...
2012-09-03 Deepthi GowriFix REMOVE_NETWORK to not run operations with invalid...
2012-09-02 Jouni MalinenInterworking: Fetch only the needed ANQP information
2012-09-02 Jouni MalinenInterworking: Skip extra scan after network auto-select
2012-09-02 Jouni MalinenUse BSS entries instead of scan results for BSS selection
2012-09-02 Jouni MalinenBSS: Add wpa_bss_get_vendor_ie_multi_beacon()
2012-09-02 Jouni MalinenMaintain list of BSS entries in last scan result order
2012-09-02 Jouni MalinenUse BSS table instead of scan results in need-to-roam...
2012-09-02 Jouni MalinenEAP-SIM/AKA: Store pseudonym identity in configuration
2012-09-02 Jouni MalinenEAP-SIM DB: Remove unnecessary username prefix checks
2012-09-02 Jouni MalinenEAP-AKA server: Skip AKA/Identity exchange if EAP ident...
2012-09-02 Jouni Malinenhlr_auc_gw: Fix unknown-IMSI determination with SQLite
2012-09-01 Jouni MalinenEAP-SIM server: Move subtype validation from check...
2012-09-01 Jouni MalinenEAP-SIM server: Use Notification before EAP-Failure
2012-09-01 Jouni MalinenEAP-SIM/AKA peer: Note sending of Client-Error in debug log
2012-09-01 Jouni MalinenEAP-SIM peer: Fix AT_COUNTER_TOO_SMALL use
2012-09-01 Jouni MalinenEAP-SIM server: Add support for AT_COUNTER_TOO_SMALL
2012-09-01 Jouni MalinenEAP-SIM DB: Use pointer to struct eap_sim_db_data inste...
2012-09-01 Jouni MalinenEAP-SIM DB: Add debug print for AKA reauth identity...
2012-09-01 Jouni MalinenEAP-AKA server: Remove unnecessary protocol version...
2012-09-01 Jouni MalinenEAP-SIM DB: Get rid of unnecessary wrapper functions
2012-09-01 Jouni MalinenEAP-SIM DB: Return pseudonym username instead of struct...
2012-09-01 Jouni MalinenEAP-SIM DB: Remove unneeded SQLite value copying
2012-09-01 Jouni MalinenEAP-SIM DB: Store permanent username as string in SQLite DB
2012-09-01 Jouni MalinenEAP-SIM DB: Rename valid_pseudonym_string to valid_db_s...
2012-09-01 Jouni MalinenEAP-SIM DB: Use char* strings instead of u8* pointer...
2012-09-01 Jouni MalinenEAP-SIM DB: Remove unused eap_sim_db_identity_known()
2012-09-01 Jouni MalinenEAP-AKA server: Store permanent username in session...
2012-09-01 Jouni MalinenEAP-AKA server: Split fullauth setup into a separate...
2012-09-01 Jouni MalinenEAP-AKA server: Require AKA/Identity response to includ...
2012-09-01 Jouni MalinenEAP-AKA server: Use simpler AKA/Identity request determ...
2012-09-01 Jouni MalinenEAP-SIM server: Store permanent username in session...
2012-09-01 Jouni MalinenEAP-SIM server: Require SIM/Start response to include...
2012-09-01 Jouni MalinenEAP-SIM server: Use simpler SIM/Start identity request...
2012-09-01 Jouni MalinenEAP-SIM DB: Remove unnecessary aka_prime parameter
2012-09-01 Jouni MalinenSME: Fix disconnec-while-authenticating
2012-08-31 Jouni MalinenFix disconnection event processing
2012-08-31 Jouni MalinenP2P: Do not fail p2p_group_remove just based on current...
2012-08-31 Jouni MalinenP2P: Allow p2p_invite-persistent to specify channel...
2012-08-31 Jouni MalinenAndroid: Add Wi-Fi Display into the makefile
2012-08-31 Jouni MalinenAndroid: Include Hotspot 2.0 support in the default...
2012-08-31 Jouni MalinenAndroid: Add new keystore include path for JB
2012-08-31 Jouni MalinenAndroid: Sync with SHA256 hostapd makefile updates
2012-08-30 Jouni MalinenInclude notes on EAP SIM DB in hostapd using SQLite
2012-08-30 Jouni MalinenEAP-SIM DB: Optional use of SQLite database for reauth...
2012-08-30 Jouni MalinenEAP-SIM DB: Optional use of SQLite database for pseudonyms
2012-08-30 Jouni MalinenMove WPA cipher information into a shared location
2012-08-29 Jouni MalinenMove variable declaration into the beginning of function
2012-08-29 Jouni MalinenInterworking: Fix build without CONFIG_PCSC=y
2012-08-29 Jouni MalinenWFD: Add preliminary WSD request processing and response
2012-08-29 Jouni MalinenWFD: Add support for sending Wi-Fi Display service...
2012-08-29 Jouni MalinenWFD: Add wfd_subelems hexdump in BSS ctrl_iface command...
2012-08-29 Jouni MalinenWFD: Add Wi-Fi Display support
2012-08-29 Jouni MalinenAdd support for using GCMP cipher from IEEE 802.11ad
2012-08-28 Wei-Jen Linnl80211: Set P2P multichan concurrency based on interfa...
2012-08-28 Jouni Malinenwpa_cli: Add tab completion for p2p_find
2012-08-28 Jouni Malinenwpa_cli: Fix tab completion
2012-08-28 Jouni MalinenInterworking: Add optional use of network selection...
2012-08-27 Jouni MalinenAdd generic GAS request mechanism
2012-08-27 Jouni MalinenAdd parameter for vendor specific elements into Beacon...
2012-08-27 Jouni MalinenWPS: Allow AP that becomes active be tried immediately
next