Check os_snprintf() result more consistently - success case
[mech_eap.git] / wpa_supplicant /
2014-12-08 Jouni MalinenCheck os_snprintf() result more consistently - success...
2014-12-08 Jouni MalinenCheck os_snprintf() result more consistently - maximum...
2014-12-08 Jouni MalinenUse os_calloc() instead of os_zalloc()
2014-12-08 Jouni MalinenFix DUP_NETWORK debug print on error case
2014-12-08 Jouni MalinenRemove unnecessary ctrl_iface command check
2014-12-08 Jouni MalinenRemove unnecessary ctrl_iface cmd check
2014-12-06 Jouni MalinenInterworking: Make bounds checking easier for static...
2014-12-06 Jouni MalinenReplace send_ft_action() driver_op with send_action()
2014-12-05 Jouni MalinenWFD: Allow WFD_SUBELEM_SET/GET all to be used with...
2014-12-05 Jouni MalinenWMM-AC: Use DEBUG verbosity for ignoring Action frame...
2014-12-04 Jouni MalinenHS 2.0: Clarify OSU Provider list length validation
2014-12-04 Jouni MalinenERP: Add wpa_supplicant ERP_FLUSH ctrl_iface command
2014-12-04 Jouni MalinenERP: Add support for ERP on EAP peer
2014-12-03 Dmitry ShmidtReturn only full network line in list_networks
2014-12-02 Vinit DeshpandeList all networks despite message limit of 4096 bytes
2014-12-02 Jouni MalinenAllow a BSS entry with all-zeros BSSID to expire
2014-12-01 Jouni MalinenDo not start new radio work on scan completion during...
2014-11-30 Jouni MalinenWPS: Fix current_ssid clearing on duplicate network...
2014-11-30 Jouni Malinenmesh: Skip fast-association when using connect_without_scan
2014-11-30 Jouni Malinenmesh: Check for initialization failures
2014-11-30 Jouni MalinenIgnore auth/assoc timeout events in mesh configuration
2014-11-30 Jouni Malinenmesh: Avoid a false maybe-uninitialized compiler warning
2014-11-28 Jouni Malinenmesh: Add more debug information to MPM Action frame...
2014-11-27 Jouni MalinenAdd DATA_TEST_FRAME for testing Data frame processing
2014-11-27 Jouni MalinenClear RSN preauth and PMKSA cache state on FLUSH command
2014-11-27 Jouni MalinenWMM AC: Fix memory leak on deinit without disassoc...
2014-11-27 Jouni MalinenClear scan_req to NORMAL_SCAN_REQ for connection attempt
2014-11-27 Jouni Malinenmesh: Send peering close message before leaving mesh
2014-11-25 Neelansh MittalDo not re-open Android control sockets
2014-11-25 Masashi HonmaSAE: Fix Anti-Clogging Token request frame format
2014-11-24 Jouni MalinenSME: Fix a sign-compare warning
2014-11-24 Jouni MalinenWNM: Use country code, if available, to help in channel...
2014-11-23 Jouni MalinenGAS: Clean up Query Response length validation
2014-11-23 Jouni MalinenHS 2.0: Clarify OSU Server URI length validation
2014-11-23 Jouni MalinenHS 2.0: More explicit hs20_osu_icon_fetch() length...
2014-11-23 Jouni MalinenWNM: Use a clearer validation step for key_len_total
2014-11-23 Jouni MalinenInterworking: Clearer ANQP element length validation
2014-11-23 Jouni MalinenWNM: Print debug message if Action frame sending fails
2014-11-22 Andrei Otcheretianskiwpa_supplicant: Handle link measurement requests
2014-11-22 Assaf Krausswpa_cli: Add optional ssid to neighbor report request
2014-11-22 Assaf Krausswpa_supplicant: Add an option to specify SSID in neighb...
2014-11-22 Assaf Krausswpa_cli: Add neighbor_rep_request command
2014-11-22 Assaf Krausswpa_supplicant: Add NEIGHBOR_REP_REQUEST command to...
2014-11-22 Assaf Krausswpa_supplicant: Add support for Neighbor Report
2014-11-22 Assaf KraussSME: Add RRM support to association request
2014-11-22 Assaf Krausswpa_supplicant: Store driver's RRM capabilities
2014-11-22 Jouni MalinenWNM: Use recent scan results on BSS transition request
2014-11-22 Jouni MalinenWNM: Optimize BSS transition management scans
2014-11-22 Jouni MalinenWNM: Move transition candidate list processing to norma...
2014-11-22 Jouni MalinenWNM: Fix TM candidate freeing if multiple requests...
2014-11-22 Jouni MalinenWNM: Allow BSS transition request in same ESS even...
2014-11-22 Jouni MalinenWNM: Mark wnm_scan_response() static
2014-11-22 Jouni MalinenWNM: Order BSS transmission candidate entries based...
2014-11-22 Jouni MalinenWNM: Simplify how candidate subelements are stored
2014-11-22 Jouni MalinenWNM: Calculate valid-until time for transition candidat...
2014-11-22 Jouni MalinenWNM: Convert BSSID Info into a u32
2014-11-22 Jouni MalinenWNM: Debug print WNM BSS Transition Candidate List
2014-11-20 Thomas PedersenAdd examples of new mesh options into wpa_supplicant...
2014-11-16 Johannes BergWMM AC: Notify driver before sending DelTS
2014-11-16 Moshe BenjiWMM AC: Add wmm_ac_status control interface command
2014-11-16 Moshe Benjiwpa_cli: WMM_AC_ADDTS and WMM_AC_DELTS commands
2014-11-16 Moshe Benjictrl_iface: Add wmm_ac_addts and wmm_ac_delts commands
2014-11-16 Moshe BenjiWMM AC: Handle TSPEC action frames
2014-11-16 Eliad PellerWMM AC: Add basic ADDTS/DELTS sending functions
2014-11-16 Moshe BenjiWMM AC: Add add_tx_ts and del_tx_ts driver ops
2014-11-16 Moshe BenjiWMM AC: Parse WMM IE on association
2014-11-16 Masashi Honmamesh: Make plink params configurable
2014-11-16 Masashi Honmamesh: Check mesh key management method
2014-11-16 Masashi Honmamesh: Add wpa_cli action script processing for mesh...
2014-11-16 Masashi Honmamesh: Add scan result for mesh network
2014-11-16 Masashi Honmamesh: Make BSSBasicRateSet configurable
2014-11-16 Javier LopezAdd mesh_group_{add,remove} control interface commands
2014-11-16 Masashi Honmamesh: Reduce none 11N Self-protected Action frame alloc...
2014-11-16 Masashi Honmamesh: Fix 11N capability in Self-protected Action frame
2014-11-16 Masashi Honmamesh: Set driver capability flags to mesh interface
2014-11-16 Masashi Honmamesh: Fix segmentation fault by repeating MESH_GROUP_AD...
2014-11-16 Jason Mobarakmesh: Enable mesh HT mode
2014-11-16 Chun-Yeow Yeohmesh: Add timer for SAE authentication in RSN mesh
2014-11-16 Thomas Pedersenmesh: Add mesh robust security network
2014-11-16 Dmitry Shmidthostapd: Add wowlan_triggers config param
2014-11-16 Jouni MalinenSuite B: PMKID derivation for AKM 00-0F-AC:11
2014-11-16 Jouni MalinenSuite B: Add AKM 00-0F-AC:11
2014-11-15 Dmitry ShmidtAdd CTRL-EVENT-SCAN-FAILED notification in case of...
2014-11-01 Jouni MalinenRemove completed to-do items
2014-11-01 Jouni MalinenRemove references to madwifi from various files
2014-11-01 Slava Monichdbus: Fix memory leak in wpas_dbus_getter_bss_wps
2014-11-01 Martin Kletzanderwpa_gui: Use dialog window type
2014-10-30 Sunil DuttP2P: Do not consider the p2p_scan results after p2p_sto...
2014-10-30 Sunil DuttP2P: Delay scan operation only when P2P is not in searc...
2014-10-30 Sunil DuttP2P: Set p2p_scan_running based on driver scan request...
2014-10-27 Jouni MalinenP2P: Do not call wpas_p2p_disconnect_safely() if no...
2014-10-27 Jouni MalinenUpdate pending connect radio work BSS pointer on scan...
2014-10-27 Sunil DuttInvoke connect work done for all the connection failure...
2014-10-27 Jouni MalinenWPS: Fix ap_scan=2 special association case
2014-10-27 Tomasz Bursztykadbus: Redirect P2P request to the managment device...
2014-10-27 Tomasz Bursztykanotify: Do not raise any signal from a P2P management...
2014-10-27 Tomasz Bursztykawpa_supplicant: Do not register a P2P management interf...
2014-10-27 Tomasz Bursztykawpa_supplicant: Parent interface should know about...
2014-10-27 Ahmad MasriP2P: Support GCMP as part of 60 GHz support
2014-10-26 Jouni MalinenAvoid unsigned vs. signed comparison warning
next