FST: Include fst/fst.h explicitly into wpa_supplicant/ctrl_iface.c
[mech_eap.git] / src /
2015-07-20 Jouni MalinenMove ap_list_timer() to use common AP periodic cleanup...
2015-07-20 Jouni MalinenMove hostapd_acl_expire() to use common AP periodic...
2015-07-20 Jouni MalinenAdd shared periodic cleanup function for AP mode
2015-07-20 Jouni MalinenUse a single cleanup timer per wpa_supplicant process
2015-07-19 Jouni Malinentests: Additional module tests for src/utils
2015-07-19 Jouni MalinenEAP server: Force FAILURE if EAP method buildReq fails
2015-07-18 Jouni Malinenhostap: Remove special handling for protocol version...
2015-07-18 Jouni MalinenFST: Fix FST-MANAGER TEST_REQUEST parsing
2015-07-18 Jouni MalinenFST: Remove unreachable code in fst_session_handle_tear...
2015-07-18 Jouni MalinenFST: Remove duplicated dl_list_empty() check befor...
2015-07-18 Jouni MalinenFST: Use EINVAL more consistently as a negative return...
2015-07-18 Jouni MalinenFST: Mark get_mb_ie() return value const
2015-07-18 Jouni MalinenFST: Replace print_mb_ies() with wpa_snprintf_hex()
2015-07-18 Jouni MalinenFST: Mark format_session_state_extra() static
2015-07-17 PavanKumar NAllow driver to be set in hostapd through global contro...
2015-07-17 Jouni MalinenDrop CONFIG_TI_COMPILER ifdefs
2015-07-17 Jouni MalinenWPS: Avoid bogus static analyzer warning in ndef_parse_...
2015-07-17 Jouni MalinenFST: Avoid using pointer to mgmt->u.action.u.fst_action
2015-07-17 Jouni MalinenP2P: Clear p2p->ssid_set on flush
2015-07-17 Jouni MalinenFST: Remove the IE header len/size macros
2015-07-17 Jouni MalinenFST: Clean up fst_group_update_ie()
2015-07-17 Jouni MalinenFST: Move fst_mbie_get_peer_addr() into fst_group.c
2015-07-17 Jouni MalinenFST: Fix FST Action frame length validation
2015-07-17 Jouni MalinenFT: Register RRB l2_packet only if FT-over-DS is enabled
2015-07-16 Anton NayshtutFST: Testing support
2015-07-16 Anton Nayshtutnl80211: Register for FST Action frames (STA)
2015-07-16 Anton NayshtutFST: wpa_supplicant control interface
2015-07-16 Anton NayshtutFST: Do not prune STAs belonging to the same FST
2015-07-16 Anton NayshtutFST: Add FST IEs into AP mode management frames
2015-07-16 Anton NayshtutFST: Send FST Action frames to AP mode processing
2015-07-16 Anton NayshtutFST: hostapd control interface
2015-07-16 Anton NayshtutFST: Integration into hostapd
2015-07-16 Anton NayshtutFST: Store MB IEs from (Re)Association Request
2015-07-16 Anton NayshtutFST: hostapd configuration parameters
2015-07-16 Anton NayshtutParsing of multi band element
2015-07-16 Anton NayshtutFST: Add the Fast Session Transfer (FST) module
2015-07-16 Anton NayshtutAdd IEEE 802.11ad element descriptions
2015-07-16 Anton NayshtutAdd is_multicast_ether_addr()
2015-07-16 Anton Nayshtuthostapd: Global control interface notifications
2015-07-16 Anton Nayshtutnl80211: Generic Linux master interface support for...
2015-07-12 Jouni MalinenAdd EAPOL_SET hostapd command to configure EAPOL parameters
2015-07-12 Jouni MalinenAdd EAPOL_REAUTH hostapd command to trigger EAPOL reaut...
2015-07-08 Jouni MalinenRSN: Stop connection attempt on apparent PMK mismatch
2015-07-08 Jouni MalinenMake TLS version number available in STATUS command
2015-07-08 Jouni MalinenOpenSSL: Add option to disable use of TLSv1.0
2015-07-08 Jouni MalinenNFC: Add a hardcoded limit on maximum NDEF payload...
2015-07-08 Jouni MalinenNFC: Fix payload length validation in NDEF record parser
2015-07-07 Andrei OtcheretianskiP2PS: Save intended interface address after P2PS PD
2015-07-07 Andrei OtcheretianskiP2PS: Set intended interface address correctly for...
2015-07-07 Andrei OtcheretianskiP2PS: Add PD Response validation
2015-07-07 Andrei OtcheretianskiP2PS: Add intended iface address during PD for persiste...
2015-07-07 Andrei OtcheretianskiP2PS: Save wps_prov_info on the responder side
2015-07-07 Andrei OtcheretianskiP2PS: Validate WPS config methods more accurately in...
2015-07-07 Max StepanovP2P: Refactor p2p_process_prov_disc_resp() function
2015-07-07 Max StepanovP2P: Delete redundant comparison in p2p_process_prov_di...
2015-07-07 Max StepanovP2PS: Fix adv_id and adv_mac params of P2P-PROV-DISC...
2015-07-07 Dan Williamshostap: Fix send_mlme() after 'freq' parameter addition
2015-07-07 Jouni MalinenSend EAPOL-Start on HELD->CONNECTING transition
2015-07-07 Mike Gerowpkcs11: Don't ask for a new PIN on TLS handshake failure
2015-07-07 Jouni MalinenAvoid ubsan warning on 0x80<<24 not fitting in int...
2015-07-07 Jouni Malinenndisc_snoop: Avoid misaligned read of IPv6 address
2015-07-07 Jouni MalinenEAP-TTLS: Avoid ubsan warning on 0x80<<24 not fitting...
2015-07-07 Jouni Malinenradiotap: Avoid ubsan warning on 1<<31
2015-07-07 Jouni MalinenNFC: Avoid misaligned read of an NDEF field
2015-07-07 Jouni Malinentrace: Use explicit alignment requirements to avoid...
2015-07-07 Jouni Malinendrivers: Use unsigned arguments for sta_set_flags()
2015-07-07 Jouni MalinenMake BIT() unsigned int instead of int
2015-07-07 Jouni MalinenInclude stddef.h to use the standard offsetof()
2015-07-07 Jouni MalinenRADIUS DAS: Avoid compiler warning on abs()
2015-07-07 Jouni MalinenERP: Avoid mixing of enum types
2015-07-07 Jouni MalinenFT: Allow CCMP-256 and GCMP-256 as group ciphers
2015-06-30 Jouni MalinenOpenSSL: Merge error returns
2015-06-30 Jouni MalinenTLS: Remove unused tls_capabilities()
2015-06-29 Jouni Malinenms_funcs: Merge similar return cases
2015-06-29 Jouni Malinenhw_features: Merge similar return case in check_40mhz_2g4()
2015-06-29 Jouni MalinenReject the initial 4-way handshake if initial GTK setup...
2015-06-29 Jouni MalinenAdd backtrace-based error path testing mechanism
2015-06-28 Jouni MalinenP2P: Do not allow 40 MHz co-ex PRI/SEC switch to force MCC
2015-06-27 Stepanov, MaxP2PS: Fix attribute addition in p2p_buf_add_service_ins...
2015-06-27 Jouni MalinenAP: Increase maximum value accepted for cwmin/cwmax
2015-06-27 Jouni MalinenSAE: Reject FFC commit-element with value p-1
2015-06-27 Jouni MalinenP2PS: Do not reply to ProbeReq on another channel when...
2015-06-27 Jouni MalinenSAE: Reject commit-scalar value 1
2015-06-27 Dmitry ShmidtSend CTRL-EVENT-NETWORK-NOT-FOUND if no suitable networ...
2015-06-26 Kevin CernekeeAndroid: Fix nl80211 build if BOARD_*_PRIVATE_LIB is...
2015-06-26 Kevin CernekeeAndroid: Rename ANDROID_P2P_STUB to ANDROID_LIB_STUB
2015-06-26 Maneesh Jainradius: Fix NULL dereference issue on allocation failure
2015-06-26 Jouni MalinenOpenSSL: Handle EC_POINT_is_on_curve() error case
2015-06-26 Jouni MalinenSAE: Use random "password" in extra hunting-and-pecking...
2015-06-26 Jouni MalinenSAE: Add side-channel protection to PWE derivation...
2015-06-26 Jouni Malinencrypto: Add functions for computing the Legendre symbol...
2015-06-26 Jouni MalinenOpenSSL: Add support for Brainpool Elliptic Curves
2015-06-25 Jouni MalinenSAE: Increase security parameter k to 40 based on Drago...
2015-06-25 Jouni MalinenSAE: Fix PWE generation to use minimum loop count ...
2015-06-23 Jouni MalinenSAE: Merge sae_derive_commit() error case return statements
2015-06-23 Jouni MalinenSAE: Merge sae_get_rand() error case return statements
2015-06-23 Jouni MalinenSAE: Verify that own/peer commit-scalar and COMMIT...
2015-06-23 Jouni MalinenAdd crypto_ec_point_cmp()
2015-06-23 Jouni MalinenOpenSSL: Remove SSL_CTX_{get,set}_app_data() compatibil...
2015-06-23 Jouni Malinenlibtommath: Fix mp_init_multi() stdarg use on error...
next