Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

various fix #50

Closed
wants to merge 124 commits into from
Closed

various fix #50

wants to merge 124 commits into from

Conversation

m-gardet
Copy link

the most important fix is the size of the parameter buffer size.

Ankur Vachhani and others added 30 commits December 26, 2011 09:40
… to JIRA.

[svn rev 2392 as of 23-Dec-2011]

Sigma Base Trunk

git-svn-id: file:///home/wifi/svnrepos/local-svn/SIG/trunk@12 e6edf6fb-f266-4316-afb4-e53d95876a76
git-svn-id: file:///home/wifi/svnrepos/local-svn/SIG/trunk@42 e6edf6fb-f266-4316-afb4-e53d95876a76
git-svn-id: file:///home/wifi/svnrepos/local-svn/SIG/trunk@46 e6edf6fb-f266-4316-afb4-e53d95876a76
-------------

From: Chandra Sekhar Duba 
Sent: Friday, December 09, 2011 3:31 PM
To: Qiumin Hu
Cc: Ankur Vachhani; Mick Conley
Subject: DUT code - Version 6.0.0

Hi All,

As committed, here is the DUT code based on CAPI version 6.0.0 . 

This has the following updates
1)	DUT code 4.2.0 ( with the P2P code)
2)	TDLS code based on (DUT release pmftdls33a)
3)	PMF code based on ( DUT release pmftdls33a)

I have included the CLI support in this code which enables DUT code to call any shell script as a CLI ( like in win7 dut ).

Thanks,
Chandra
~~~~~~
Chandra Sekhar Duba
Wi-Fi Alliance 
+1-(408) 720-8600 Extn 336


git-svn-id: file:///home/wifi/svnrepos/local-svn/SIG/trunk@108 e6edf6fb-f266-4316-afb4-e53d95876a76
git-svn-id: file:///home/wifi/svnrepos/local-svn/SIG/trunk@1083 e6edf6fb-f266-4316-afb4-e53d95876a76
git-svn-id: file:///home/wifi/svnrepos/local-svn/SIG/trunk@1090 e6edf6fb-f266-4316-afb4-e53d95876a76
git-svn-id: file:///home/wifi/svnrepos/local-svn/SIG/trunk@1091 e6edf6fb-f266-4316-afb4-e53d95876a76
git-svn-id: file:///home/wifi/svnrepos/local-svn/SIG/trunk@1093 e6edf6fb-f266-4316-afb4-e53d95876a76
close[s:jira,t:627]
-Current Sigma trunk outdated
-Sig800 was the last tested and released branch for Sigma
-Merging all changes for Sigma components in Sig800 branch to trunk
close[s:jira,t:648]

DUT-PCE changes for issue SIG-647
…loat type instead of int to resolve the issue in SIG-523.

SCR#SIG-523
close[s:jira, t:523]
…to SIG-523, i.e., the framerate is declared as float type instead of int type.

SCR#SIG-523
close[s:jira, t:523]
-MasterTestInfo.xml, script file and configuration changes for N-5.3.1, N-5.3.2
-Updated sources list file for Debian 6 based OS for PC endpoint and 11n sniffer

Signed-off-by: Harsh Madhiwalla <hmadhiwalla@wi-fi.org>
close[s:jira, t:652]

In wfa_types.h and wfa_tg.c, the fixes for Sigma issue 465 are included. WFA_ERROR enum value is defined.
close[s:jira, t:667]

In wfa_ca.h, a new macro ENCRYPT_AESCCMP_TKIP is defined for mixed mode encryption type.
close[s:jira, t:667]

In wfa_cmds.h, three new variables are defined in caStaSetPSK_t and caStaSetEapTTLS_t struct, respectively because the corresponding parameters are also defined in the CAPI spec.
close[s:jira, t:667]

In wfa_main.h, the value for macro WFA_RESP_BUF_SZ is change to WFA_BUFF_4K from WFA_BUFF_1K.
close[s:jira, t:667]

In wfa_cmdproc.c, the following changes are made:

1. handling for aes-ccmp-tkip parameter in sta_set_psk command
2. handling for new parameters in sta_set_psk and sta_set_eapttls commands
3. handling for supplicant parameter in sta_preset_parameters command (only default and wpa_supplicant are allowed)
close[s:jira, t:667]

In wfa_cs.c, the extra care is taken for the wpa2-wpa-psk parameter in sta_set_psk command because it requires the mixed mode support.
close[s:jira,t:668]

Sigma version update in code for 8.1.0 release
Test plan version update in MasterTestInfo.xml
close[s:jira,t:542]

The SIG-748 is intended to fix the issues when testing 5.2.14 in 11n. The issues are originated from the Sigma script, PCEndpoint, and Win7 DUT. This is the last batch of commits for SIG-748.
- Clean up compiler warnings and remove unused comments.
- Updated license
…26c92fe427344b58162fc78

- Source codes changes failed to commit with commit message, so added one more push
- Formatted files under /DUT-PCE
- The coding style is Allman style, which puts braces on a line by themselves, indented by Four spaces.
- Changed the files' format from Dos to Unix, so files can be complied under Linux/Unix OS.
- No source codes changed and compared each file via the Beyond Compare tool so waived the code review for this commit.
- DUT-PCE source codes merge for WFDS branch from local
WFA-RayWang and others added 28 commits February 2, 2016 08:32
Fix buffer overflow that can occur in sta_set_eapaka in WTS 9.0.0
Added new function to fetch parameter value based on the parameter name
Fix error handling of socket descriptors, 0 is also a valid value
…velop

Revert "Serial over USB or serial support"
Did not cherry pick AKA' changes
Selective merge from 9.2.0-merge branch
Implementation of Linux sample DUT for Location
-Modify stream statistics response to prevent race conditions for …
[HT-25]: Updated wfa_ca to send status,RUNNING to UCC if wfa_dut does…
device_list_interfaces command parameter size is 656 but MAX_PARMS_BUFF is only 640.
change MAX_PARMS_BUFF size from 640 to 1024.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet