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

Fix build without CONFIG_FULL_DYNAMIC_VLAN

2de5a860a39cbb85f87a5c58cf86ecdf2b1af706 authored almost 15 years ago
Support for Solaris default shell restriction

Some shells (like Solaris default /bin/sh) doesn't allow -e
option for file existence check. Use...

5008cb5e55ed0cd8d7b3f819c2e6ac2f13d7325e authored almost 15 years ago
Remove unnecessary SUBDIRS loops from src/*/Makefile

There are no subdirectories in any of these directories or plans
for adding ones. As such, there...

7992b07f6a23b1e240df440f09b6573fe75f70a8 authored almost 15 years ago
VLAN: Reorder init to get same behavior for all VLAN interfaces

Both the wildcard VLAN entry and the statically configured VLAN
interfaces should behave in the ...

e34ce1683c4ef7363b149a143a2bd1924fdd2376 authored almost 15 years ago
VLAN: Set statically configured VLAN interfaces up

This is needed to be able to bind stations to them with mac80211.

0249c988bb23afe0b3b0fab8c96d5104a2a15ec8 authored almost 15 years ago
Do not trigger initial scan if there are no enabled networks

This allows wpa_supplicant to be started quickly with an empty
configuration. If an external pro...

74e259ec7c6e62dfb23fc9ffc842d0eaa6e156e2 authored almost 15 years ago
nl80211: Fix wpa_supplicant build

37eb8da9575a3af84f4481ca3a5ff96e981e647a authored almost 15 years ago
VLAN: Fix bridge interface clean up for no tagged_interface case

b9c3e576cbacd7ec2c8f3227f478fce01276728c authored almost 15 years ago
VLAN: Decrease bridge forwarding delay to avoid EAPOL timeouts

20e2cb0ae0e42a6a97169a5a38a4bbec6e59368f authored almost 15 years ago
nl80211: Fix initial add_ifidx() realloc to not forget values

We need to make a copy of the old entries the first time the
if_indices buffer gets allocated.

0ab7a701ab538e8d3e4b1bd08bb2395a06a8ca7f authored almost 15 years ago
nl80211: Add bridge interfaces to own ifindex list automatically

Whenever our own interface is added to a bridge, add that bridge
into the list of own interfaces.

97cfcf6482febf6ac158a3f888cb0ac6623e3e92 authored almost 15 years ago
VLAN: Set dynamic VLAN up to fix STA bind and key setup

37ba0928d5333d88f0424cde0a5a109206c46a42 authored almost 15 years ago
nl80211: Add more debug info on NL80211_ATTR_STA_VLAN failures

cd1d72c1d0d67f6230de96cfacb435d091701a20 authored almost 15 years ago
Stop processing if STA VLAN bind fails

4254100d6c8a51b3efebbd2c3925aad2510f0043 authored almost 15 years ago
VLAN: Clean up debug code and error messages

91faf6b948a2f98a0f2c46487efe431bd4204df2 authored almost 15 years ago
WPS: Fix association when both WPS and WPA/RSN IE are included

The WPS IE was overriding the WPA/RSN IE in driver based MLME case
(hostapd_notif_assoc), but th...

c47cf42e4b8342164ad4fe0375aaa20e225334ad authored almost 15 years ago
Fix get_interfaces() driver call to use correct drv_priv data

5fbc1f279be010595ff2f2b4b36fca9c5d4fb96b authored almost 15 years ago
Fix hostapd build without WPS

843123590ac3330858b91b526a959ff1ccd40922 authored almost 15 years ago
Fix internal DH implementation not to pad shared key

The returned buffer length was hardcoded to be the prime length
which resulted in shorter result...

0cb445a4725a69a245a60569dd67e6d960d808ed authored almost 15 years ago
SME: Fix build without 802.11r or WPS

20e26395c81c24a622481467f28e39b137dcd798 authored almost 15 years ago
.gitignore for generated language files

92aaafe6bdd81dc46435d1763bbd87459da7e63b authored almost 15 years ago
wpa_gui: Add Qt translator installation and German translation

This takes QTranslator into use and adds a German translation of
wpa_gui.

7c00f6ba8644cc99dec30307c3fb7c8e41b761e1 authored almost 15 years ago
wpa_gui: Make Status strings visible to linguist

Linguist cannot see the strings coming from wpa_supplicant, so create
a function that translates...

0d76b1ab5fbd185a1a4495d4de2da0b67d84becd authored almost 15 years ago
wpa_gui: Convert strings to use tr() in user-visible text

This is in preparation for allowing wpa_gui to be translated.

9086fe44667007b68197dcf9c2310cdb8d075fdd authored almost 15 years ago
dbus: Add new KeyMgmt interface capabilities

Add "wpa-ft-psk", "wpa-psk-sha256", "wpa-ft-eap" and "wpa-eap-sha256"
possible KeyMgmt values of...

c56ce48a6f33f4c283e6aeb02c7e816c1c9a0ac8 authored almost 15 years ago
Add BSSID and reason code (if available) to disconnect event

This adds more details into the CTRL-EVENT-DISCONNECTED event to
make it easier to figure out wh...

0544b242481001de7085fe24741a6f4fee192fe6 authored almost 15 years ago
hostapd_cli: Add deauth/disassoc commands to usage help

488d0934ab86f77b0732e768e1794fa9185833a3 authored almost 15 years ago
nl80211: Define set_freq for wpa_supplicant, too

e3802622db285eabc5a97b4e2dbccb1db92a1721 authored almost 15 years ago
Add wpa_supplicant AP mode events for Public Action frames

c706d5aa17a0c476ac40f8e02580776af4a69ebf authored almost 15 years ago
Add WPS Registrar success callback

195420b8d14a63c6fb219eda37f1d60dc1efcb66 authored almost 15 years ago
Started to make set_ap_wps_ie() capable of adding multiple IEs

This mechanism can be used to add various IEs to Beacon and Probe
Response frames and it should ...

b3db190fa21929dd9f041708f9717ca135070fee authored almost 15 years ago
wpa_supplicant AP mode: Add function for enabling MAC address filtering

This can be used to allow only a specific station to associate.

f90ceeaabf8a00a84152195f6c1cacbfcaa2ca57 authored almost 15 years ago
Make sure AP interface is initialize before accepting WPS commands

48b357a989dcf7123f84461e164e66e37132f7bc authored almost 15 years ago
wpa_supplicant AP: More thorough AP mode deinit

7a649c7dda6052e2a525a01a638d628bbe987692 authored almost 15 years ago
Add more wpa_supplicant AP mode parameters for the driver wrapper

This makes it easier to configure AP mode for drivers that take care
of WPA/RSN IE generation.

508545f3a94ea9aa642a5b1c1be807d7f0ed2b1d authored almost 15 years ago
Add registerable callback for wpa_supplicant AP mode completion

4b768ed0b2437397a6f2ed1a1e06710188fe76d7 authored almost 15 years ago
Try to start a new scan more quickly after driver rejection

This speeds up recovery from some cases where the driver may refuse
a new scan request command t...

1c4c9c507892741277f5ecc4c2016b49dc9e82f6 authored almost 15 years ago
Add an option to request a connection without a new scan

8cd82735cb8181a6cd77c14740e928fa33882369 authored almost 15 years ago
Add option for overriding scan result handler for a single scan

64e58f51892d83a0d7c60b6dbb15a62a1d642afd authored almost 15 years ago
FT: Fix wpa_sm_set_ft_params wrapper for non-FT build

087f0254d71c5c95555e15f0e88f81f2fae6b46c authored almost 15 years ago
Allow driver wrappers to indicate maximum remain-on-channel duration

814782b9fe2323f9da320e60c7325100d154532c authored almost 15 years ago
nl80211: Fix key configuration in wpa_supplicant AP mode

de12717a566bba95e4763a027b74ee079327966b authored almost 15 years ago
nl80211: Remove forgotten Action frame registration example

bc19f67240de4dcbec44619fa7dcdd6139b2f798 authored almost 15 years ago
Avoid dropping ctrl_iface on ENOBUFS error burst

These bursts can result in control interface monitors being detached
even if the external progra...

6700a277a9ca66c0d4d5ffca62c02c1ca27594b2 authored almost 15 years ago
Deauthenticate instead of disassociate on disconnect command

This clears up authentication state in the driver and in case of
cfg80211, unlocks the BSS entry...

cf4783e35fb4861181c275a3dbd607b58c7d4067 authored almost 15 years ago
Simplify driver_ops for virtual interface add/remove

There is no absolute requirement for separating address allocation
into separate functions, so s...

f3585c8a8507180830047894dddceb4b0159e299 authored almost 15 years ago
Allow sub-second resolution for scan requests

This is in preparation to use cases that may benefit from more frequent
scanning.

977b11747f9c354d4f9e17c82175822f16329317 authored almost 15 years ago
Optimize post-WPS scan based on channel used during provisioning

Scan only the frequency that was used during provisioning during the
first five scans for the co...

17a4734dc4d28ef070dfa227b422ed84794f48c5 authored almost 15 years ago
EAP-MD5: Use conditional success decision

The server may still reject authentication at this point, so better
use conditional success deci...

addb584881dafa5645dd1b509e7411d7e29493f8 authored almost 15 years ago
nl80211: Fix memory leak on send_action error path

f8bf142175721de7c32c02ef64a9febc3ff0c690 authored almost 15 years ago
Use unsigned bitfield for 1-bit values

8d6399e45585c092bd6df93760ea43924df27ddc authored almost 15 years ago
SME: Handle association without own extra IEs

Need to check for this before calling ieee802_11_parse_elems().

9efc3f2a4b3ae03eed552b5a7a7c7826ab5c1c70 authored almost 15 years ago
Fix wpa_sm_has_ptk() no-WPA wrapper location

e6ecca77373c5d35b60dc14221b4e79baf94b890 authored almost 15 years ago
Allow advertising of U-APSD functionality in Beacon

hostapd does not implement UAPSD functionality. However, if U-APSD
functionality is implemented ...

721abef9b354c90e743f5197dc0a53e377bcba70 authored almost 15 years ago
Add ctrl_iface command for triggering a roam to a specific BSS

'wpa_cli roam <bssid>' can now be used to test roaming within an ESS
(e.g., for FT over-the-air)...

86d4f806da8ca21a1dcb777494da2307d76127cf authored almost 15 years ago
Fix error messages to print ASCII MAC address, not the parse buffer

a7b6c42232cf5a0dd839a5e39c9b546453cfa3aa authored almost 15 years ago
FT: Validate MDIE and FTIE in FT 4-way handshake message 2/4

0f857f43df28c5bb660a93cf8f29db970642ccf0 authored almost 15 years ago
SME: Do not try to use FT over-the-air if PTK is not available

0d7b44099f7b105495eadd58d3581051e448e67d authored almost 15 years ago
FT: Verify that MDIE and FTIE matches between AssocResp and EAPOL-Key 3/4

3b4f6dac19fcb2e1dea2954f9c32c83d6ee09557 authored almost 15 years ago
Split EAPOL-Key msg 3/4 Key Data validation into helper functions

5af8187e11ce8463a8c479b5c6cf706c79cad06f authored almost 15 years ago
FT: Add FTIE, TIE[ReassocDeadline], TIE[KeyLifetime] to EAPOL-Key 3/4

These are mandatory IEs to be included in the FT 4-Way Handshake
Message 3.

86dfabb809898456bd05e7bececb8d8a6be197d7 authored almost 15 years ago
Add more verbose debugging for EAPOL-Key Key Data field IEs/KDEs

48de343cd4430330fc3871c54ade63bd5cedfeb2 authored almost 15 years ago
FT: Copy MDIE and FTIE from (Re)Association Response into EAPOL-Key 2/4

IEEE Std 802.11r-2008 requires that the message 2 includes FTIE and
MDIE from the AP's (Re)Assoc...

55046414b13d9f21b5f46ce6fad34802e8fe953c authored almost 15 years ago
Make wpa_compare_rsn_ie() handle missing IEs

d3ccead325931d3adb0a754acb6adda35b877703 authored almost 15 years ago
Parse EAPOL-Key msg 2/4 Key Data IEs/KDEs before checking RSN/WPA IE

This is needed to avoid incorrect validation errors on RSN/WPA IE
when using FT since there may ...

1566ec46854756c937b855ce4840cc8a1d837676 authored almost 15 years ago
FT: Clean up wpa_sm_set_ft_params() by using common parse

Instead of parsing the IEs in the callers, use the already existing
parser in wpa_ft.c to handle...

e7846b68592a1ef0669b70989ed2a9f44fb2d397 authored almost 15 years ago
FT: Validate FTIE fields in Reassociation Request

ANonce, SNonce, R0KH-ID, and R1KH-ID must match with the values
used in the previous FT authenti...

0ae145cde8c7ae51572e991a53948efac948122f authored almost 15 years ago
FT: Validate protect IE count in FTIE MIC Control

8aaf894de2bc121a6feb38ddd301b489ce7c636b authored almost 15 years ago
FT: Validate SNonce and ANonce values during FT Protocol in supplicant

148fb67d5e2a7c64437cccad86a2acbca7b64ba7 authored almost 15 years ago
FT: Deauthenticate in case of Reassoc Response validation error

If validation of the Reassociation Response frame fails during FT
Protocol, do not allow associa...

579ce771226babf823f60f9b96db0eb881f12bcf authored almost 15 years ago
FT: Set FT Capability and Policy properly in MDIE during initial MD assoc

This field needs to be copied from the scan results for the AP
per IEEE Std 802.11r-2008, 11A.4.2.

f4ec630d1bb747909073c6697c79c62ecb834e43 authored almost 15 years ago
FT: Copy FT Capability and Policy to MDIE from target AP

This sets the FT Capability and Policy field in the MDIE to the values
received from the target ...

76b7981d0773985972ef299f51adaf4545ea582c authored almost 15 years ago
FT: Add R1KH-ID into FT auth seq 3rd message (Reassoc Req)

This is a mandatory subelement per IEEE Std 802.11r-2008, 11A.8.4.

3db6531436087179b8e846a540160263713fec23 authored almost 15 years ago
FT: Fix Reassociation Response in FT Protocol to include ANonce/SNonce

These values are required to be included in the frame per
IEEE Std 802.11r-2008, 11A.8.5.

6e80516ab995a88846975f6cba7757e010634d39 authored almost 15 years ago
FT: Do not add MIC to FTIE during initial MD association

We do not have any keys set at this point so there is no point in
adding the MIC. In addition, I...

1f6e69e07b7308ec4f6017b66bb1df7ee1396793 authored almost 15 years ago
Fix compiler warning on non-802.11r build

6de513fcd305c93b7add6d8c2eb267ec4d21ebe6 authored almost 15 years ago
nl80211: Start using NL80211_ATTR_LOCAL_STATE_CHANGE

This removes transmission of some unnecessary Deauthentication
frames in cases where we only nee...

77339912817d758c131309d4944c0bec19e3d1f6 authored almost 15 years ago
Sync with wireless-testing.git include/linux/nl80211.h

This adds NL80211_ATTR_LOCAL_STATE_CHANGE.

27cf8871ad6b24eb7fad108f4d648d590df3eed9 authored almost 15 years ago
FT: Fix GTK subelement format in FTIE

The Key Info field was changed from 1-octet field to 2-octet field
in 802.11r/D7.0, but that had...

39eb4d08771531333e5647711b288809b1ba4f6d authored almost 15 years ago
FT: Fix FT 4-Way Handshake to include PMKR1Name in messages 2 and 3

IEEE Std 802.11r-2008, 11A.4.2 describes FT initial mobility domain
association in an RSN to inc...

26e23750b950cb6e460a058668e9c59a194d1d76 authored almost 15 years ago
FT: Do not include RSN IE in (Re)Assoc Resp during initial MD association

RSN IE is only supposed to be included in Reassociation Response frames
and only when they are p...

738a1cb286ee108f6314e0e2ab799b1a526d81d2 authored almost 15 years ago
Use more os.h wrapper functions in hostapd_cli

b242d398f8b3a84d759f408e8e461b22c8a2407d authored almost 15 years ago
Add support for action scripts in hostapd_cli

bae92174748ea2279e9db5857cba56715038cc8b authored almost 15 years ago
AP: Add wpa_msg() events for EAP server state machine

bb437f282b0db5b9581dd1469ccaf8a04a712fdb authored almost 15 years ago
Fix SME to update WPA/RSN IE for rsn_supp module based on AssocReq

When using wpa_supplicant SME (i.e., using nl80211), the rsn_supp
module was not informed of the...

d9a27b04558ccbb5e5d45e10baa22db47e2b8e45 authored almost 15 years ago
Avoid hostapd segfault on invalid driver association event

Running hostapd and wpa_supplicant on the same interface at the same
time is not expected to wor...

68532a9cebbb52177566a5ccfe989ad4b3ba670f authored almost 15 years ago
Fix WPA/RSN IE update on reconfig with set_generic_elem()

IF WPA/RSN parameters were changed or WPA/RSN was disabled, the
WPA/RSN IE in Beacon/Probe Respo...

99f4ae67b7a241902c01178478b7b213849f53f7 authored almost 15 years ago
WPS: Fix WPS IE update in Beacon frames for nl80211

Call ieee802_11_set_beacon() in addition to set_ap_wps_ie() when
processing WPS IE updates. This...

643743e2156eb15dbf7e312201ddbbb36bf27945 authored almost 15 years ago
hostapd: Use cp -f in make install

If hostapd is running, a make install fails with
cp: cannot create regular file `/usr/local/bin/...

2c657c8dcd2cb4ebd0e8ff80228d72bc5c75d0d7 authored almost 15 years ago
WPS: Add a workaround for incorrect NewWLANEventMAC format

Some ER implementation (e.g., some versions of Intel PROSet) seem to
use incorrect format for WL...

2c593629051611cca5e6fd657ea0ba6edb13f963 authored almost 15 years ago
Add a more flexible version of hwaddr_aton: hwaddr_aton2()

This version of the MAC address parser allows number of different
string formats for the address...

448a0a19d7e869adc46a5001f85254d6cbbf0aae authored almost 15 years ago
FT: Re-set PTK on reassociation

It turns out that this is needed for both FT-over-DS and FT-over-air
when using mac80211, so it ...

81a658d754660a0654c7e5d8c7696771842b3819 authored almost 15 years ago
FT: Use bridge interface (if set) for RRB connection

This fixes receiving of RRB messages between FT APs

2220821113bbe85e5d1431a18b8f5cf349c86426 authored almost 15 years ago
FT: Set WLAN_AUTH_FT auth_alg on FT-over-DS case

This is needed to allow reassociation processing to skip 4-way handshake
when FT-over-DS is used...

21c9b6903ef5611ba99e93b8ae259156746985b4 authored almost 15 years ago
FT: Force key configuration after association in FT-over-DS

This seems to be needed at least with mac80211 when a STA is using
FT-over-DS to reassociate bac...

d8ad6cb966bf6e2e25b9d406eb837102a87833e6 authored almost 15 years ago
Add AP-STA-DISCONNECT event for driver-based MLME

9a3cb18d743ec9939fb8d6c81aafdbe4be5d6e00 authored almost 15 years ago
Allow hostapd_notif_assoc() to be called with all IEs

This makes the call simpler for driver wrappers since there is no need
to parse the IEs anymore ...

c41a1095b5c41d11e143b63e4babbf1753cf74fc authored almost 15 years ago
Fix Windows compilation issues with AP mode code

0823031750afbf4ea087a86d73c095fb99ea4d0c authored almost 15 years ago
Add address to hostapd_logger output in wpa_supplicant as AP case

ade07077ece86513da28b88011e3a4e203c2456b authored almost 15 years ago
WPS: Do not include Label in default Config Methods

This avoids conflict with both Label and Display being included at
the same time (which would ma...

93368ca4a25e1c4df63bb5eb58f01d1d92eeb727 authored almost 15 years ago