Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/vyos-legacy/wpa

VyOS wpa packages
https://github.com/vyos-legacy/wpa

Use a fixed wps_msg prefix with WPS creds notification

ff8a53a8d7ebe5ff9dd48a4bb764d3b825dac525 authored about 16 years ago
WPS: Added control interface notification for available WPS APs

Whenever new scan results include WPS AP(s) and the client is not
associated, send a notificatio...

a524f05eb3cfefea94fe27f039f78a278a4ff5af authored about 16 years ago
Fixed memory leak in WPS PBC overlap detection

484957ae6c88cd33946e8677b1306530657b32b6 authored about 16 years ago
Fixed interoperability issue with PEAPv0 cryptobinding and NPS

Windows Server 2008 NPS gets very confused if the TLS Message Length is
not included in the Phas...

f4f2774a96d91753811e921380856bc859888153 authored about 16 years ago
Cleaned up EAP-MSCHAPv2 key derivation

Changed peer to derive the full key (both MS-MPPE-Recv-Key and
MS-MPPE-Send-Key for total of 32 ...

000a1de72b20a461710667477b98618ad545e941 authored about 16 years ago
Added INT_RANGE parser for global configuration variables

6e783c6da9eab625732762e7d534159cb02b460c authored about 16 years ago
Use shared string parser for global configuration fields

32896a0dd19329e32c18ca2fb69918e836e7296a authored about 16 years ago
Share the same global config parser function for integer values

d7afb15a109af896a3da88a412101b3719c6e100 authored about 16 years ago
First step in cleaning up global config parser: use parse_data array

55655636d86cfbc0b7ae5b94cb4c8a63a4380c86 authored about 16 years ago
Added configuration of WPS device parameters for wpa_supplicant

3c0b7aa4fe50f90a3a200890e0887cf436c70409 authored about 16 years ago
driver_test: Handle WPS IE in non-MLME test

75fc67e97bb9b8abc6436d7fa29b8e8240367da4 authored about 16 years ago
Ported driver_test to Windows (only UDP socket available)

329a55b314e56763c8d4181c4c8a23aa071cd3a4 authored about 16 years ago
driver_test: Optional support for using UDP socket

driver_test can now be used either over UNIX domain socket or UDP
socket. This makes it possible...

e33bbd8f4d4ffb69eeb7347764895abb9b8cd115 authored about 16 years ago
Comment out dynamic CertEnumCertificatesInStore loading by default

This is now available in MinGW header files, so the loading code is
triggering conflicts.

2ff0f83b9e64b49e223ab37fe422d9f1214a304c authored about 16 years ago
Workaround number of compiler warnings with newer MinGW version

9e72e1d35683389bf5eebf88cb51ef042dd71901 authored about 16 years ago
Resolved number of signed/unsigned mismatches and ntddndis.h location

702c349e5ea055e57efa82479ac43296fafdcde7 authored about 16 years ago
Rename MSG to MESG to avoid conflicts with Windows header files

47ce4bfc3812932b041cbfcad6937147eb0b2a82 authored about 16 years ago
Don't include unused calls to SHA256 functions if EAP-AKA' is not enabled

3ee81d489a5129d3b06e28510008f247373d0166 authored about 16 years ago
SHA256 is needed for EAP-AKA' and WPS

1edb9533f1a7c7a9c0dc0af619931415ff7caf41 authored about 16 years ago
Added CONFIG_IEEE80211N into defconfig (commented out)

9a6cec7bc6245cf574bf2d7c550983a48de9b4c5 authored about 16 years ago
Fixed build without CONFIG_IEEE80211N

cfb7e8a086a523126bc03da65d3bb9020bb2770b authored about 16 years ago
Updated the comment about libnl to state that version 1.1 is new enough

fecc01663b24c66aeee6aa3b67b74b4d102b92d0 authored about 16 years ago
Renamed the 'alpha2' variable to 'country' to match with config string

315ce40a007adcc0ff0d0425d39b14fba424d059 authored about 16 years ago
Added documentation for the new 'country' configuration option

814e925dc475e3cda98d60de39283f21bfac30f3 authored about 16 years ago
wpa_supplicant: Add support for setting of a regulatory domain

This adds support for setting of a regulatory domain to wpa_supplicant
drivers. It also adds reg...

6d1584905c5897aa1ce117cb4e6b16d28a0f397f authored about 16 years ago
wpa_supplicant: print password field only if -K is given

Print the password field only if -K is given by using wpa_hexdump_ascii_key
instead of wpa_hexdu...

556f5a2a281dc725f16cbf986c3f17aff4115e13 authored about 16 years ago
Added libnl 2.0 compatibility code (CONFIG_LIBNL20=y in .config needed)

Unfortunately, at least the current libnl git snapshot changes the API
in backwards incompatible...

205a372b2d1625210751de946df3a3280fe8ba22 authored about 16 years ago
Fixed a typo in wpa_supplicant manpage

13d9817dd02a2d83332d42ddb67cda1dd9685f0c authored about 16 years ago
driver_test: Added support for testing WPS without use_mlme

d9f2b1c3828b9277058e8e9e579855242db663b5 authored about 16 years ago
WPS: Added [WPS], [WPS-PIN], [WPS-PBC] flags for scan results

eef7d7a138b3d8d0a08439345e321b7b541db390 authored about 16 years ago
nl80211: Include copy of linux/nl80211.h with hostapd/wpa_supplicant

This makes it easier to build the packages and allows all new features
to be built into the bina...

7e45830ab7ad3424f4d963fb23d2a4387919331d authored about 16 years ago
Added option to force SoH version 1 (tnc=soh1)

The default version with tnc=soh remains to be 2 which is the currently
recommended version in S...

9478eaef53a5d0f59c04694f3facbc55f75590e5 authored about 16 years ago
Added EAP-FAST interop test results with Radiator 4.3.1

9c9f869a0508a56f7df10d5fe252c3b11cdf74c4 authored about 16 years ago
Merged EAP-AKA' into eap_aka.c and added it to defconfig/ChangeLog

a9d1364c5fd29a4afe2b45443c6e539ee6cc1e4e authored about 16 years ago
Added protection against EAP-AKA' -> EAP-AKA bidding down attacks

AT_BIDDING attribute is included in EAP-AKA/Challenge to allow peer to
know whether the server w...

01b05694372c718f88d921785f8f1133e9992c36 authored about 16 years ago
Fixed a typo in a comment

8de5048e26835ccb430c04a5ec3a78a86282368d authored about 16 years ago
EAP-AKA': Added CK',IK' derivation

This is based on a change request 3GPP TS 33.402 CR 0033 for version
8.1.1. The hardcoded ANID i...

a478ef0d127db57c1b9ec79f3819d6a921fa4b87 authored about 16 years ago
EAP-AKA': Comment out EAP-AKA' server KDF negotiation

Since only one KDF is currently supported, the negotiation is not
allowed and peer must be rejec...

a49c428a1b4be8620a989b9e74c6f06c5657cca6 authored about 16 years ago
EAP-AKA': Added processing of AT_KDF and AT_KDF_INPUT attributes

Network Name is not yet generated and validated based on 3GPP.33.402
(i.e., a hardcoded string i...

6ec4021c03fab7b8982ba345d2bd078d67045511 authored about 16 years ago
Fixed EAP-SIM and EAP-AKA AT_IDENTITY parsing (server only)

The attribute uses 'Actual Identity Length' field to indicate the exact
(pre-padding) length of ...

b8ab62498412836cfc55b9a72f06f3d3b48767f3 authored about 16 years ago
nl80211: Remove the debug print from data frame processing

This is currently happening way too frequently (mac80211 monitor
interface sends TX info for eve...

bb9f45e0bbd41b644970fde94f70a5ec6ed3c5e0 authored about 16 years ago
Made 802.11 management frame IE parser aware of vendor HT Capab IE

This IE is not (at least yet) actually used for anything, but parsing it
cleans up verbose debug...

15828ba820734ef6996a7f2cac3b6f4fea878052 authored about 16 years ago
Fixed WEP authentication (both Open System and Shared Key) with mac80211

Only one of the authentication frame types is encrypted. In order for
static WEP encryption to w...

4a7b9f885f1e7e0ae30ce323963ebf5d05ca1cef authored about 16 years ago
EAP-AKA': Allow both AKA AKA' to be registed from eap_aka_prime.c

This allows the same source code file to be shared for both methods. For
now, this is only in ea...

73d48dc4b467ddb7f1451269306425c07bcac756 authored about 16 years ago
Removed mac_addr from eapol_ctx to fix the eapol_test build

a17322c345fe4372001b197ffbe19dd34f8af373 authored about 16 years ago
EAP-AKA': Derive keys using the new KDF (PRF')

9881795e2c0271009d3b12f2e7e273834afbf997 authored about 16 years ago
nl80211: Generate 802.11b mode based on 802.11g information

If the phy info from nl80211 does not include 802.11b mode, generate
that mode based on 802.11g ...

f07688e37da087d290991ca3942085628f9e954d authored about 16 years ago
EAP-AKA': Use HMAC-SHA-256-128 for AT_MAC

806f869918f8220adc48aa53f8081bd1018cc2e7 authored about 16 years ago
EAP-AKA': Use SHA256 for AT_CHECKCODE

f54e2c34bf822dbc30074c01196451224f5fd2cb authored about 16 years ago
Use a variable to store EAP method type for EAP-AKA vs. EAP-AKA'

This makes it easier to eventually replace EAP-AKA implementation with a
shared implementation t...

f09d19d46af60aeba12c19228fb22f57a0859829 authored about 16 years ago
Add a starting point for EAP-AKA' (draft-arkko-eap-aka-kdf-10)

This is just making an as-is copy of EAP-AKA server and peer
implementation into a new file and ...

8c37556cd1dc444a0bf15cc68d5371d5cd5f1a44 authored about 16 years ago
Fixed non-HT (and GF, 20 MHz) counting

Must not count the same STA multiple times if it reassociates back to
the same AP without the ol...

e8ff1e594ecab6bd095471d9e0e104185e339125 authored about 16 years ago
WPS: Added support for wildcard PINs that work with any UUID-E

Since the Registrar may not yet know the UUID-E when a new PIN is
entered, use of a wildcard PIN...

08bec361780ef383667e610244549b1ef3a5e4d7 authored about 16 years ago
WPS: Added more verbose debug info on authentication type mismatch

79d7d8efe7ed836f0eda76181544dd515f521ddf authored about 16 years ago
WPS: Added note about update_config and added WPS to ChangeLog

30f5c941aa9da93d6e906f274812d02e20c5c42d authored about 16 years ago
WPS: Added initial documentation on using WPS with wpa_supplicant

bd034191abfdca60e2ee4c82f840c3e681856afc authored about 16 years ago
Clear various flags on re-association to allow key_mgmt changes

If a STA reassociates and changes key_mgmt (e.g., from WPA-PSK to WPS),
hostapd needs to reset s...

a8d05fca5f14fc3b89cc408a58c47fad7470364e authored about 16 years ago
Always clear EAP altAccept and altReject variables on new association

Previously, this was only done when the new connection is using
WPA-Personal. However, it looks ...

0a40ec6a9059e7893970ff65554beac4782ecec4 authored about 16 years ago
WPS: Added support for fragmented WPS IE in Beacon and Probe Response

Fragment WPS IE if needed to fit into the IE length limits in hostapd
and Reassemble WPS IE data...

351f09a2218263ccee52c0f73ab7863a7364cf42 authored about 16 years ago
WPS: Added driver_test debug dump of Beacon/ProbeResp WPS IE

06384c662a6e0131763c19cd32a52e403eb8c851 authored about 16 years ago
WPS: Add length limits to device attribute strings

8874b727ab281dbab818bc252b00092f8d5f3142 authored about 16 years ago
WPS: Fixed hostapd to use allocated buffers for device attributes

Previous version did not handle re-configuration correctly since WPS
context data was pointing t...

43fb17940fd9097c9739c602e2dce9797b9d4be6 authored about 16 years ago
WPS: Get AP PIN from configuration instead of using hardcoded value

23f53f2a8174ddae48c54c2df98e5362144bdffb authored about 16 years ago
WPS: Added WPS into key_mgmt config write handler

728fae16319c604006476ff46c5f1e3845df005f authored about 16 years ago
WPS: Added wpa_supplicant ctrl_iface commands to start WPS processing

New control interface commands WPS_PBC, WPS_PIN, and WPS_REG can be used
to start WPS processing...

fcc60db4eb5a8ea4e482b1785fd069b8553fd760 authored about 16 years ago
Fixed wpa_config_parse_string() not to modify const string.

This allows wpa_config_set() to be used with const strings as the value.

e237a6b0d78db62c6b222dca07a008fe21c17f1f authored about 16 years ago
WPS: Added helper functions for generating and validating PINs

e05716d0b078a1354ec3b25e8b6d67664a2e89e5 authored about 16 years ago
WPS: Set Request Type properly into WPS IE in ProbeReq/AssocReq

b01c18a8ef0c26e4390c05defc29123e82ca3b0a authored about 16 years ago
WPS: Moved WPS IE building for ProbeReq/AssocReq into wps.c

These functions fit in better with the category of functions included in
wps.c. wps_common.c is ...

b8a8c299c8ec0f24ec387794c104aefbef68caf3 authored about 16 years ago
WPS: Split wps_common.c into parts

To make it easier to find various functions, attribute functions were
split into wps_attr_{build...

7d7b8e960add157b3e01b58b1a716b17975adb4a authored about 16 years ago
WPS: Moved RF Bands processing into wps_dev_attr.c

This allows the RF Bands attribute to be configured and stored.

120bd30c34bebd76bcbb3a888fbaec0cf314f7ba authored about 16 years ago
WPS: Moved ProbeReq/AssocReq WPS IE building into wps_common.c

This code and the related attributes are not specific to Enrollee
functionality, so wps_common.c...

c0d041d9a7518240ab2e829d6f4f1b1b2c3eb8cd authored about 16 years ago
WPS: Pass device data into wps_enrollee_build_probe_req_ie()

Use configured device data instead of hardcoded values to generate WPS
IE for Probe Request.

7d7c918d9725b7622e50084459f3f382f50618ac authored about 16 years ago
WPS: Parse Request Type from WPS IE in (Re)AssocReq and derive mgmt keys

WPS IE is now passed from hostapd association processing into EAP-WSC
and WPS processing. Reques...

eb76b7e3ffea75035836aa2313c3c69b60c2ac34 authored about 16 years ago
WPS: Added comments for main data structures

e9ab39b4446e10fe3502c741973ba36ec45de7c4 authored about 16 years ago
WPS: Moved mac_addr and uuid configuration into wps_context

There is no need to complicate EAPOL and EAP interfaces with WPS
specific parameters now that wp...

398cfbf6be43a926f72e07099fa15b8e08fb1271 authored about 16 years ago
WPS: Moved wps_context initialization into wps_supplicant.c

The wps_context data is now managed at wpa_supplicant, not EAP-WSC. This
makes wpa_supplicant de...

116654ce24fea104bd0eeb66499948df4d4df3ce authored about 16 years ago
WPS: Merged two cred_cb variables into the same one

Previously, wpa_supplicant as Enrollee case was handled using a
different callback function poin...

bcbbc7af45cc4b84a5c10e65f4283fdf68cd785a authored about 16 years ago
WPS: Move WPS glue code from wpas_glue.c to wps_supplicant.c

This cleans up the internal interface between different modules and is
the first step in getting...

fa201b694f55194331d99877b6c64058c1ebd990 authored about 16 years ago
WPS: Moved device attributes into wps_context::dev for Enrollee case

Previously, hardcoded values were used in wps_enrollee.c. These are now
moved into shared data i...

ff434cbddaeab089e483ca39dbd26d6ef1061632 authored about 16 years ago
0.5.11 release

4b6a71fa31f94a34e0680bf3795cb8c1b380667d authored about 16 years ago
WPS: Update supplicant configuration when acting as an external Registrar

This allows the network to be used after the Registrar configuration
step. The local WPS network...

9d695f3dd0bde7289ac583eee535986b7ffa0e2b authored about 16 years ago
WPS: Moved Credential building to use struct wps_credential

This makes it easier to store old AP settings into wps->cred (and allow
them to modified and tak...

3f42d42c070a8a239452b74684e6a59384aacefd authored about 16 years ago
WPS: Process old AP Settings in M7 when registering as external Registrar

The old (i.e., currently used) AP Settings are processed. For now, they
are copied as-is into M8...

96a2ed9f506fc8d9064e14f40f3bba7603fc455f authored about 16 years ago
WPS: Moved Credential and AP Settings processing in common code

The core processing of attributes into struct wps_credential is now in
wps_common.c (was in wps_...

fced73755fae986b14f74038eb0151ffdb4b6094 authored about 16 years ago
Fixed a typo in a debug message

82c39bf10f1681a0d28cd4d39222ef6b4070537a authored about 16 years ago
WPS: Added parsing of Request Type and Response Type attributes

76603ad4c86ca93e35abe4f2ac5f15a51fc76194 authored about 16 years ago
WPS: Moved UUID configuration from phase1 into global config area

f855f923a735c38b0ec918f3302173bf3e8e7a7f authored about 16 years ago
Changed NL80211_ATTR_WIPHY_SEC_CHAN_OFFSET to use U32

2f4eb314547bcbeea9a4b89c0d20cf6a2fb553cc authored about 16 years ago
PEAPv0: Added support for IPMK/CMK derivation in session resumption case

6dcfad915f34b1faf5ee7895fba359698ddcf305 authored about 16 years ago
nl80211: Fixed a merge issue in an earlier commit for set_freq

a78d3dbd02de9579f75158c10864b0f84969bf5b authored about 16 years ago
nl80211: Clear HT flags from the channel when exiting

446842b1011140e59fd2615d7a08980f0998e3ba authored about 16 years ago
Added option to distinguish non-HT and HT20 in set_freq

fe0f58fa691bf32efc53c43699114a950dde37e4 authored about 16 years ago
nl80211: Add support for setting channel frequency and HT20 vs. HT40

This depends on a patch to Linux nl80211/mac80211 that has not yet been
merged into wireless-tes...

95da9bbc364778c4cc72dff9d60f74bc1dbdfbb5 authored about 16 years ago
Change HT parameter configuration to use a single driver ops function

It is better to pass both HT Capabilities and HT Operation IEs in the
same function call since i...

ffbcf648ed1d9cb1deb08d15ffa6960341829348 authored about 16 years ago
Validate HT40 channel pair validity based on IEEE 802.11n Annex J

3e0cb2c5033ece81ca013ab46e16e8e4816e5531 authored about 16 years ago
driver_nl80211: Added set_country() handler

If country_code is set in hostapd.conf, hostapd will now update nl80211
regulatory data by setti...

d6c9d4740bb2058f816317a385f90d078e7830c6 authored about 16 years ago
Added support for generating Country IE based on nl80211 regulatory info

df73d284fbe60721ddedf565f53dae543348e306 authored about 16 years ago
Get maximum TX power for each allowed channel from mac80211

bf01d8bc2bd202c8a2b57a951fc7a2bc39c32400 authored about 16 years ago
Add some notes on which channels can be used with HT40- and HT40+

This is not a complete list, but at least it can provide some help for
whoever is trying to conf...

b3e7a97df01882d1bc412b056ae84ca773f6b5b7 authored about 16 years ago