| 
							
							
								 Ravi kumar Veeramally | 0922ce9817 | monitor: Provide a helper function Provide a helper function to convert NLMSG type to string. | 2015-01-19 21:11:12 -06:00 |  | 
			
				
					| 
							
							
								 Jukka Rissanen | 275d067123 | wiphy: Use l_memdup instead of l_malloc and memcpy Converting l_malloc() and memcpy() function pairs to use new
l_memdup() function. | 2015-01-16 10:54:54 -06:00 |  | 
			
				
					| 
							
							
								 Jukka Rissanen | 7ec9c468f5 | wiphy: Express SSID as an array of chars Handle SSIDs as if they would contain up to 32 octets of opaque data. | 2015-01-16 10:54:28 -06:00 |  | 
			
				
					| 
							
							
								 Denis Kenzior | b460b5e0e3 | TODO: Add AES cipher task | 2015-01-16 00:12:19 -06:00 |  | 
			
				
					| 
							
							
								 Denis Kenzior | 45bf64b360 | TODO: Add ARC4 cipher task | 2015-01-16 00:12:15 -06:00 |  | 
			
				
					| 
							
							
								 Jukka Rissanen | 9e185ed25c | TODO: SSID handling fixes done SSID is now byte array instead of string. | 2015-01-16 00:05:21 -06:00 |  | 
			
				
					| 
							
							
								 Jukka Rissanen | 7900f8df54 | TODO: Mark NL80211_CMD_START_SCHED_SCAN done Update doc/features.txt with a short description of the feature. | 2015-01-15 23:59:38 -06:00 |  | 
			
				
					| 
							
							
								 Denis Kenzior | c2a2f29606 | unit: Add Capability field comparisons | 2015-01-15 23:59:19 -06:00 |  | 
			
				
					| 
							
							
								 Denis Kenzior | 02170b200f | ie: Decode RSNE Capabilities field | 2015-01-15 23:59:19 -06:00 |  | 
			
				
					| 
							
							
								 Denis Kenzior | e90ca652fd | util: Add util_is_bit_set | 2015-01-15 23:59:18 -06:00 |  | 
			
				
					| 
							
							
								 Denis Kenzior | 56f1ccf7f2 | util: Add util_bit_field | 2015-01-15 23:59:18 -06:00 |  | 
			
				
					| 
							
							
								 Denis Kenzior | c8fb0b21f1 | unit: Add test case #6 for RSNE parser | 2015-01-15 23:59:18 -06:00 |  | 
			
				
					| 
							
							
								 Denis Kenzior | 7dd7ff7094 | unit: Add test case #5 for RSNE parser | 2015-01-15 23:59:18 -06:00 |  | 
			
				
					| 
							
							
								 Denis Kenzior | f8a051794a | unit: Add test case #4 for RSNE parser | 2015-01-15 23:59:18 -06:00 |  | 
			
				
					| 
							
							
								 Denis Kenzior | c71b70863c | unit: Add test case #3 for RSNE parser | 2015-01-15 23:59:18 -06:00 |  | 
			
				
					| 
							
							
								 Denis Kenzior | a01ecd64fa | unit: Add test case #2 for RSNE parser | 2015-01-15 23:59:18 -06:00 |  | 
			
				
					| 
							
							
								 Denis Kenzior | 693260befe | unit: Add test case for RSNE parser | 2015-01-15 23:59:18 -06:00 |  | 
			
				
					| 
							
							
								 Denis Kenzior | 2be20e6644 | ie: Add RSNE parser that works on raw data | 2015-01-15 23:59:18 -06:00 |  | 
			
				
					| 
							
							
								 Denis Kenzior | 2d8f1cca0b | ie: Add initial parser for RSN Elements As found in 802.11 Section 8.4.2.27.  Currently the parser does not
handle the Capabilities, Group Management Cipher Suite or PMKID related
fields. | 2015-01-15 23:59:18 -06:00 |  | 
			
				
					| 
							
							
								 Denis Kenzior | 2b7432bddb | ie: Add utility to parse pairwise cipher suites This utility works by validating values that make sense for pairwise
ciphers. | 2015-01-15 23:59:18 -06:00 |  | 
			
				
					| 
							
							
								 Denis Kenzior | 4216cf793b | ie: Add utility to parse group cipher suites This utility works by validating values that make sense for group
ciphers. | 2015-01-15 23:59:18 -06:00 |  | 
			
				
					| 
							
							
								 Denis Kenzior | d8583424e8 | ie: Add utility to parse key management suites | 2015-01-15 23:59:18 -06:00 |  | 
			
				
					| 
							
							
								 Denis Kenzior | 20a02eba6a | ie: Add utility to parse RSN cipher suites | 2015-01-15 23:59:18 -06:00 |  | 
			
				
					| 
							
							
								 Denis Kenzior | c3e9e2fc9b | ie: Add ie_rsn_akm_suite enum Using values from Table 8-101 | 2015-01-15 23:59:18 -06:00 |  | 
			
				
					| 
							
							
								 Denis Kenzior | 155a1f169a | ie: Add ie_rsn_cipher_suite enum Using values from Table 8-99 | 2015-01-15 23:59:18 -06:00 |  | 
			
				
					| 
							
							
								 Ravi kumar Veeramally | dba0549be7 | TODO: Set owner Take ownership of task 'Handle netlink core control messages correctly' | 2015-01-12 23:09:31 -06:00 |  | 
			
				
					| 
							
							
								 Jukka Rissanen | cb78798857 | scan: Refactor scan result fetching to scan.c No functionality changes by this commit. | 2015-01-12 23:09:31 -06:00 |  | 
			
				
					| 
							
							
								 Jukka Rissanen | f73708e1d7 | scan: Refactor scheduled scan code to scan.c Move the implementation details of triggering scheduled wifi scans
over netlink to scan.c from wiphy.c.  No functionality is affected
by this commit. | 2015-01-12 23:09:31 -06:00 |  | 
			
				
					| 
							
							
								 Jukka Rissanen | 35d0c519d7 | scan: Refactor scan start details to scan.c Move the implementation details of triggering wifi scans over netlink
to scan.c from wiphy.c.  No functionality is changed by this commit. | 2015-01-12 23:09:31 -06:00 |  | 
			
				
					| 
							
							
								 Marcel Holtmann | 78d21c782c | crypto: Use proper form for making a structure packed | 2014-12-28 06:50:51 +01:00 |  | 
			
				
					| 
							
							
								 Marcel Holtmann | f25b1442ff | core: Fix output buffer length handling of prf_sha1() function | 2014-12-28 06:49:39 +01:00 |  | 
			
				
					| 
							
							
								 Denis Kenzior | 8b3ec52c09 | unit: Fix memory leaks | 2014-12-27 23:49:03 -06:00 |  | 
			
				
					| 
							
							
								 Denis Kenzior | 9ab468b1c0 | unit: Fix memory leak | 2014-12-27 23:36:12 -06:00 |  | 
			
				
					| 
							
							
								 Denis Kenzior | 52ee52f467 | crypto: Make packed | 2014-12-27 23:35:40 -06:00 |  | 
			
				
					| 
							
							
								 Marcel Holtmann | 016f701a91 | core: Fix handling of digest size argument for all HMAC hash functions | 2014-12-28 06:33:44 +01:00 |  | 
			
				
					| 
							
							
								 Denis Kenzior | 04efa8fd0b | unit: Add 2 steps of 4-way handshake test | 2014-12-27 23:06:14 -06:00 |  | 
			
				
					| 
							
							
								 Denis Kenzior | 812a55177c | unit: Add eapol_calculate_mic test | 2014-12-27 23:06:12 -06:00 |  | 
			
				
					| 
							
							
								 Denis Kenzior | da56653f1f | unit: Remove hexdumps | 2014-12-27 23:04:14 -06:00 |  | 
			
				
					| 
							
							
								 Denis Kenzior | 096165d142 | eapol: Add eapol_calculate_mic | 2014-12-27 23:04:14 -06:00 |  | 
			
				
					| 
							
							
								 Denis Kenzior | 27d25efc0b | eapol: Add eapol_create_ptk_2_of_4 | 2014-12-27 23:04:12 -06:00 |  | 
			
				
					| 
							
							
								 Denis Kenzior | dc3331a98d | eapol: Add eapol_process_ptk_2_of_4 | 2014-12-27 22:58:22 -06:00 |  | 
			
				
					| 
							
							
								 Denis Kenzior | 996e32bf1d | eapol: Add eapol_process_ptk_1_of_4 | 2014-12-27 22:58:22 -06:00 |  | 
			
				
					| 
							
							
								 Denis Kenzior | 7be2fe7cc8 | unit: Add MIC calculation test | 2014-12-27 22:34:40 -06:00 |  | 
			
				
					| 
							
							
								 Denis Kenzior | d10c4ec9da | build: Compile right files | 2014-12-27 22:34:40 -06:00 |  | 
			
				
					| 
							
							
								 Denis Kenzior | 9ebafd2599 | unit: Add another PTK derivation test | 2014-12-27 22:34:40 -06:00 |  | 
			
				
					| 
							
							
								 Denis Kenzior | ebabfff09a | unit: Add another PTK Derivation test case | 2014-12-27 22:34:39 -06:00 |  | 
			
				
					| 
							
							
								 Denis Kenzior | 7e6b4f8bb0 | unit: Add PTK Derivation unit tests | 2014-12-27 22:34:39 -06:00 |  | 
			
				
					| 
							
							
								 Denis Kenzior | 5e7771ef66 | crypto: Add crypto_derive_pairwise_ptk | 2014-12-27 22:34:39 -06:00 |  | 
			
				
					| 
							
							
								 Denis Kenzior | 1c4e3bc774 | crypto: Make const correct | 2014-12-27 22:34:39 -06:00 |  | 
			
				
					| 
							
							
								 Denis Kenzior | dab93ef14a | crypto: Update comment | 2014-12-27 22:34:39 -06:00 |  |