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

P2P: Reject Presence Request if current NoA cannot be fetched

It is safer to assume that the driver could be using NoA and reject
any Presence Request unless ...

f070ae062919b70d887b0e6eeb4b9feaa469c4c3 authored about 13 years ago by Jouni Malinen <[email protected]>
Skip WPS PBC overlap detection if P2P address is the same

WPS overlap detection can detect false overlap if a P2P peer
changes UUID while authentication i...

99cff653c80be002cc681195a18e28509294eb26 authored about 13 years ago by Vitaly Wool <[email protected]>
Remove documentation for label option in p2p_connect

P2P use cases do not allow use of Label config method and the earlier
code for this has already ...

218023282c379ecdc0836e80fc927b5096e592b5 authored about 13 years ago by Jouni Malinen <[email protected]>
EAP server: Force identity request after eapRestart for passthrough

Fix start of reauthentication after failed authentication with
passthrough (external AAA server)...

377fedb65adeccf8d0a323cdb3e25e5ea07e937a authored about 13 years ago by Jouni Malinen <[email protected]>
Allow Action frames with unknown BSSID in GO mode

P2P invitation responses are transmitted with the BSSID set to the peer
address. Pass these acti...

0b1ebfe44bcca7a588a406409982d23537358045 authored about 13 years ago by Arik Nemtsov <[email protected]>
Check wpa_supplicant_parse_ies() return value more consistently

Reject messages that fail to be parsed instead of trying to use
partially parsed information.

S...

8911be3d522277448ee5d5ddbfd26e5895b327f9 authored about 13 years ago by Jouni Malinen <[email protected]>
SME: Fix processing of Authentication request failure

The wpa_state needs to be dropped back to DISCONNECTED to allow scan
results to trigger a new au...

c059f98513cb11b538657c128cb3e73debe56f61 authored about 13 years ago by Jouni Malinen <[email protected]>
EAP-SIM: Keep pseudonym identity

The pseudonym is a temporary identity, but is no one-time identifier (like
the fast re-authentic...

094ffef442f3b926041a87470c5daf9f695a1ec8 authored about 13 years ago by Simon Baatz <[email protected]>
EAP-AKA peer: Keep pseudonym identity across EAP exchanges

This updates EAP-AKA peer implementation with the changes that previous
commits did for EAP-SIM....

2a37a90f7b1dde35a67c648da3ad37ebb8b84a2b authored about 13 years ago by Jouni Malinen <[email protected]>
EAP-SIM peer: Only log the identities that we actually forget

[Bug 425]
(cherry picked from commit 1037235ca0d934c964544bb38f0a646553933a82)

b92d31f5b336846ccddb61323740a5a2a962c867 authored about 13 years ago by Simon Baatz <[email protected]>
Move wpa_sm_remove_pmkid() call to PMKSA cache entry freeing

This makes it clearer that the PMKSA caching entry gets removed from
the driver regardless of ho...

def875bf45243e978598a1c2ccf723355644a1b3 authored about 13 years ago by Jouni Malinen <[email protected]>
Use explicit type casting to avoid sign extensions

Make sure sign extension does not end up getting used here by
explicitly type casting the variab...

1bb102908d1ebe2fa3898f9ee6a22c3b4db3ee78 authored about 13 years ago by Jouni Malinen <[email protected]>
Update internal MAC address on EVENT_INTERFACE_ENABLED events

This allows the MAC address of the interface to be changed when the
interface is set down even i...

9e33d413fca479ee356d57cfd7e60eb90e36204c authored about 13 years ago by Jouni Malinen <[email protected]>
nl80211: Ignore interface up event if interface is down

The RTM_NEWLINK even can have IFF_UP flag even if the interface is
down. Do not generate EVENT_I...

4bd8fc251db65f19bf27be77bcc04bffae807aa2 authored about 13 years ago by Jouni Malinen <[email protected]>
Update RSN supplicant MAC address on driver reinitialization

I have a test case where I remove and insert another network adapter
between two connections to ...

e8c633d20d77f4b41b2d12858814d91fe795d4a1 authored about 13 years ago by Johan Hedlund <[email protected]>
Fix generated WPS PIN values to use zero-padding

The dynamically generated PINs are supposed to have 8 digits, but
some PIN generatation cases we...

ca692dcb1b18fe595e843c9e6baa2cbce151221a authored about 13 years ago by Szymon Bigos <[email protected]>
WPS: Disable WPS(v2) in WPA/TKIP-only configuration

When using wpa_supplicant AP mode, WPS support is enabled by default for
WPA/WPA2-Personal. Chan...

8d23ffc72150117471864fcf065957f8b0a0e1d4 authored about 13 years ago by Jouni Malinen <[email protected]>
P2P: Clear show_group_started on GO start

The show_group_started variable could be left to 1 based on an earlier
failed attempt to start P...

c55af150935954a8cd8042aa2b82e7098eee2166 authored about 13 years ago by Jouni Malinen <[email protected]>
WPS: Fix stopping of active WPS operation on dual concurrent AP

When hostapd controls multiple radios, WPS operations are started on
all interfaces. However, wh...

9c3a0697f7d003b9066e0f0734a4bf22303bf205 authored about 13 years ago by Subrat Dash <[email protected]>
WPS ER: Fix segfault in some selected registrar change cases

Commit 628d54639a90f779fd5c98c31e049638de56b17e introduced number
of new WPS related ctrl_iface ...

da76ad4f87431e5df2c4235a0ad8f5d658f8eaff authored about 13 years ago by Jouni Malinen <[email protected]>
Interworking: Verify that BSS information includes SSID

Better make sure that the SSID is available before dereferencing
the pointer to the SSID element...

c93578dcd655780c408e889f68b28a85ab5b05ca authored about 13 years ago by Jouni Malinen <[email protected]>
EAP-AKA: Use strdup instead of strlen + malloc + memcpy

While the copy is not used as a null terminated string, this can prevent
some static analyzers f...

f8515c971fd3a406a13b9837698682b7004b0041 authored about 13 years ago by Jouni Malinen <[email protected]>
EAP-PSK: Fix memory leak on error path

Signed-hostap: Jouni Malinen <[email protected]>
(cherry picked from commit 864a8e3bf67e1c77702068cc14909b...

f2a0a681a51f584e93866effc3f2fbc91ae38a17 authored about 13 years ago by Jouni Malinen <[email protected]>
Do not save an invalid network block in wpa_supplicant.conf

wpa_supplicant is going to reject a configuration file that uses
WPA/WPA2-Personal (the default ...

5b2dfca67328364b0c18e8dc417ca7711666867b authored about 13 years ago by Jouni Malinen <[email protected]>
Do not write all zeros device_type

This is the default value if device_type is not set, so do not
write it to the wpa_supplicant co...

6e92a53f78eb125b3d0de38b5e8ebd888c2a0f85 authored about 13 years ago by Jouni Malinen <[email protected]>
WPS: Include WSC IE in (Re)Association Response for maybe-WPS case

If the station is indicating use of WPS, WSC IE should be added into the
(Re)Association Respons...

d9f1fbbe94112f38584bb5ac09c39269a241a578 authored about 13 years ago by Jouni Malinen <[email protected]>
wpa_cli: Correct return value of wpa_cli_cmd_p2p_peers

Signed-off-by: David Spinadel <[email protected]>
(cherry picked from commit 9a6ade33d451...

1e3f51db3f98582a7fda438f3fc8ec2f90eb9aaf authored about 13 years ago by David Spinadel <[email protected]>
Fix wired EAPOL authenticator

Commit 940a0ce9702095bb079bd97857a2605516f83157 moved the STA associated
check from driver_*.c i...

22e5b64da90fe11d4656dc2fbfa44af0a4c3ffcf authored about 13 years ago by Jouni Malinen <[email protected]>
Avoid possible compiler warning in os_gmtime()

Use time_t instead of os_time_t variable with the gmtime() call to
avoid possible compiler warni...

6e72bc238dd50483fff7981dfcdab16a150d42a4 authored about 13 years ago by Jouni Malinen <[email protected]>
EAP-pwd: Fix zero-padding of input to H()

Another niceness of OpenSSL is that if the high-order bit of a 521-bit
big num is not set then B...

6c706adda1f79c4be7b492ec7c7a72a201668c88 authored about 13 years ago by Dan Harkins <[email protected]>
EAP-pwd: Fix KDF for group 21

The previous EAP-pwd KDF implemented has an issue with group 21, that is
an elliptic curve group...

0f949a3d8eddee5b34483b8f0aa6293ef8b69b13 authored about 13 years ago by Dan Harkins <[email protected]>
P2P: Clear WPS method when GO negotiation fails

When GO negotation fails the WPS method is currently not cleared, which
can result in GO negotia...

d05cafa7bc0d5a26eb425205e486612ab55e69e4 authored about 13 years ago by Johannes Berg <[email protected]>
nl80211: Fix UNSPEC signal quality reporting

r->level got assigned so it's clearly not INVALID; instead
r->qual should be invalid.

Signed-ho...

e5e682a505498e3d700e253a40d92d98ca61de46 authored about 13 years ago by Dan Williams <[email protected]>
P2P: Indicate GO Negotiation failure on peer expiration

If P2P device expires while a GO Negotiation is in progress, currently
p2p->go_neg_peer is clear...

dcae6ed65af6ab0d3eb9f3ed5e907a1e10aa01e7 authored about 13 years ago by Jithu Jance <[email protected]>
P2P: Fix collection of member-in-group information for peer entries

Invalid use of memcpy instead of memcmp in comparison resulted in the
GO interface address getti...

b4f89d95b1c830f7066b0ae329a91fab6868e529 authored about 13 years ago by Jouni Malinen <[email protected]>
Fix the debug message in the previous commit

Signed-hostap: Jouni Malinen <[email protected]>
(cherry picked from commit 4740d5b9d9052b7...

99c7a35bbc0f39eea1680c1b1bec68a1f1a74c53 authored about 13 years ago by Jouni Malinen <[email protected]>
Set Secure=1 for EAPOL-Key msg 3/4 in WPA conditional on 2/4

This is a workaround for Windows 7 supplicant rejecting WPA msg 3/4
in case it used Secure=1 in ...

0a8028baf5ac6c1ed0777fc7b5c1ef97c4fa9bcd authored about 13 years ago by Jouni Malinen <[email protected]>
WPS: Use strdup to initialize dev_password for PBC

Some static analyzers complain about memset with '0' value. This was
used correctly here, but si...

f9eb6154b07647ededc53db692a9b1b45af7ef73 authored about 13 years ago by Jouni Malinen <[email protected]>
Avoid 0-length memmove from buffer end to keep static analyzers happier

This avoid incorrect errors from some static analyzers that do not like
memmove with pointers ju...

ccecb676f08f66a73019cf7483dcb463e3edf0d7 authored about 13 years ago by Jouni Malinen <[email protected]>
nl80211: Disable sched_scan

sched_scan ended up broken in 1.x due to the point
it was branched from including it, but not ha...

e00c6ba92a98c671cc3f5272413c6cf4c5c8c6d9 authored about 13 years ago by Johannes Berg <[email protected]>
P2P: Cancel previous operation before starting new p2p_listen

Some drivers do not handle concurrent remain-on-channel operation
requests, so run p2p_stop_find...

27dee41c6980f2e4f6d1674022417db00c749937 authored about 13 years ago by Jouni Malinen <[email protected]>
P2P: Deal with a peer associating while connected

If a P2P client associates with the group while it is
already associated, two member entries may...

678b8120db18486317b7ea7e71ee69e491d7636e authored about 13 years ago by Johannes Berg <[email protected]>
wpa_supplicant: Set configured auth_algs for AP mode

In AP mode, authentication algorithm is reset in
hostapd_config_defaults_bss() and never set to ...

d3afd98ccfc2e1497d801253ba2be41d39ebadf4 authored about 13 years ago by Vasanthakumar Thiagarajan <[email protected]>
P2P: Wait until ongoing scan completes before starting P2P find

The P2P_FIND command was failing if it was issued at the moment when
a scan operation was in pro...

f211ba08f8880e5ccb1329ee74e147da09560082 authored about 13 years ago by Jouni Malinen <[email protected]>
Android: Update libnl use to match with Android ICS

The libnl_2 library uses static linking and different path for
header files in the Android ICS r...

b58fe742d629a1a3994cefbcf499b141ca1b627d authored about 13 years ago by Jouni Malinen <[email protected]>
Android: Fix D-Bus P2P interface location in Android.mk

This was supposed to be in the new D-Bus interface block, not in
the old one.

Signed-hostap: Jo...

5145a337c5ec537711fb1e580bf338bbf8203d87 authored about 13 years ago by Jouni Malinen <[email protected]>
Android: Fix hostapd_cli build

Signed-hostap: Jouni Malinen <[email protected]>
(cherry picked from commit e4b8ac129b8ae72...

f9a81b439e92e226ded72675e1292697a3e7c029 authored about 13 years ago by Jouni Malinen <[email protected]>
Android: Fix hostapd build

Signed-hostap: Jouni Malinen <[email protected]>
(cherry picked from commit dd17f3ec4fce001...

699169829ce7b4bf0e89dea9b36de1b4d623d861 authored about 13 years ago by Jouni Malinen <[email protected]>
wlantest: Fix handling of PTK rekeying

Use a temporary PTK buffer during 4-way handshake when rekeying PTK
so that the new EAPOL-Key fr...

72c203f7d3d9d36e445d3197272e916eedd4b257 authored about 13 years ago by Jouni Malinen <[email protected]>
Do not add P2P IE into Beacon/Probe Response if P2P is disabled

P2P IE was incorrectly added in wpa_supplicant AP mode even if P2P
function was not actually ena...

ca019bbb8b91a4383348dc91a6c2edc1b9ee1425 authored about 13 years ago by Jouni Malinen <[email protected]>
AP: Only enable WPS for open and WPA/WPA2-Personal configuration

When wpa_supplicant AP mode is used, WPS was enabled by default
regardless of security mode. Thi...

c23e5140e6850127f8ea522a35c5c481409b5cb1 authored about 13 years ago by Jouni Malinen <[email protected]>
Fix P2P IE configuration for GO mode

Commit c2ff13c533306ac06f08fd03fca9e04cc994cabd broke this with a
copy-paste typo that ended up ...

2fa1923ca9f61acd51eb211ebd2d19e4afc09298 authored about 13 years ago by Jouni Malinen <[email protected]>
Make crypto_hash_init() easier for static analyzers

Avoid zero-length memset at the end of the buffer. This is not really
needed, but it makes the c...

72e18539437ecd59490ea286ceb40d8442116aeb authored about 13 years ago by Jouni Malinen <[email protected]>
Make crypto_hash_init() easier for static analyzers

Avoid zero-length memset at the end of the buffer. This is not really
needed, but it makes the c...

1dc77cda118410904886776194f56f3623f830b4 authored about 13 years ago by Jouni Malinen <[email protected]>
Make radius_msg_add_attr_user_password() easier for static analyzers

Explicitly validate data_len so that static analyzers do not get
confused about the padlen valid...

10f6c8d1e254c8c10b687229722af131cc20d60c authored about 13 years ago by Jouni Malinen <[email protected]>
Make fips186_2_prf() easier for static analyzers

Explicitly validate seed_len to skip memset call with zero length
of copied data at the end of t...

e22f26a19afef45224b3c68455a38b72281994eb authored about 13 years ago by Jouni Malinen <[email protected]>
Make phase2_method initialization easier for static analyzers

data->phase2_method cannot really be NULL if
eap_fast_init_phase2_method() returns success, but ...

b43adc84361e922c74fb4c918f8c55e819d8eab7 authored about 13 years ago by Jouni Malinen <[email protected]>
Make time_adv use easier for static analyzers

hapd->time_adv cannot really be NULL if hostapd_update_time_adv()
returns success, but this cons...

3cc56260887d91c498de84f46b2f70de06c4c5c3 authored about 13 years ago by Jouni Malinen <[email protected]>
nl80211: Verify that global driver pointer is not NULL

driver_nl80211.c assumes that global driver pointer is set, so better
make this more consistent....

d53509ae9a97efc97fd8fc56b7442a7aab631713 authored about 13 years ago by Jouni Malinen <[email protected]>
P2P: Verify that assoc req IEs are available for group update

Do not call p2p_group_notif_assoc() if the driver did not return
IEs from the association reques...

d3c9503461adada6f63d2efbc93286a2e2efe0ec authored about 13 years ago by Jouni Malinen <[email protected]>
Use shared SHA-256 define for the block size

Signed-hostap: Jouni Malinen <[email protected]>
(cherry picked from commit 6ec64015f5a4c97724b4e7b949befc...

719261afb6347347e89fb2fa01d79fff32ccc124 authored about 13 years ago by Jouni Malinen <[email protected]>
Make sha256_process() easier for static analyzers

md->curlen cannot indicate full buffer size here since the buffered
data is processed whenever t...

be38c6823b9693a73ba5bb055c5598fd067403a5 authored about 13 years ago by Jouni Malinen <[email protected]>
Use a pre-processor macro to simplify event_to_string()

Signed-hostap: Jouni Malinen <[email protected]>
(cherry picked from commit 9d77a392c7c9c021c3b5990dce3ea3...

9fbbabe41e5b0592e78061146b5bf5ae5dcf8b6c authored about 13 years ago by Jouni Malinen <[email protected]>
Print human readable driver event names

This makes it easier to understand the event related logs.

Signed-hostap: Ben Greear <greearb@c...

5aacdabc55844d2b57fba641f95378475d79fdca authored about 13 years ago by Ben Greear <[email protected]>
Move wpa_scan_results_free() into shared C file

Replace the inline helper function with a new C file that can be used
for common driver API rela...

77517d4db13dee4ded4457b573e06ba6ed5c33ef authored about 13 years ago by Jouni Malinen <[email protected]>
Correct a spelling mistake

The word "targer" in the comments for pending_bssid of
wpa_supplicant data structure should be "...

c87149e403c0e46400a5f29b3a213684bf985e12 authored about 13 years ago by Fu Yingang <[email protected]>
PEAP: Verify peap_prfplus() result

This function can fail in theory since the SHA-1 functions are
allowed to return an error. While...

2f84a0ebfa26a67d68d83d056db59ddb84256571 authored about 13 years ago by Jouni Malinen <[email protected]>
TLS: Fix block cipher padding validation

The padding validation was done on the last padding-length octets in the
buffer which misses the...

972f84f46ad5816b8839c22f0a444969962f1a2c authored about 13 years ago by Jouni Malinen <[email protected]>
Add random.c into libcrypto.a

Signed-hostap: Jouni Malinen <[email protected]>
(cherry picked from commit edc95487aa41b584736e7d8ee10c3d...

88965dda48239f9e8c9c3abaa33de585bd7f4b16 authored about 13 years ago by Jouni Malinen <[email protected]>
Fix test-x509v3 build

Signed-hostap: Jouni Malinen <[email protected]>
(cherry picked from commit 717cc12f6097da27d087af5f7c0cce...

20ed37f22621cbb907a90c06f9975815bbd09ba0 authored about 13 years ago by Jouni Malinen <[email protected]>
Fix some recent wpa_msg() calls in hostapd use correct context

wpa_msg() has to use hapd->msg_ctx instead of hapd as the context
pointer to work properly in wp...

c2cb68fae89b8ea3e85c893f200e73c02635bb24 authored about 13 years ago by Jouni Malinen <[email protected]>
hostapd: Send an event when an inactive station is removed

Currently, there is no events over the control interface
when a AP disconnects a station due to ...

d769d96800db9ba25cbfb0fb1fba1af9eae95a2f authored about 13 years ago by Nicolas Cavallari <[email protected]>
ndis: Work around lack of C99 designated initializers in MSVC

Use a driver_ndis.c specific initialization function to fill in the
wpa_driver_ops information t...

d572a235fe191deed0f13ca4f603a9e85cb4613f authored about 13 years ago by Jouni Malinen <[email protected]>
wpa_cli: Fix compiler warnings on unused functions

Some of the parameter completion functions are only used if
CONFIG_P2P=y.

Signed-hostap: Jouni ...

e688b0dd7516dbf23a2f247457a3550110c9661f authored about 13 years ago by Jouni Malinen <[email protected]>
Include time.h to fix Windows builds

Signed-hostap: Jouni Malinen <[email protected]>
(cherry picked from commit d33ce0d5b5766d68ef352903197e7f...

b94c2591e86ef5ed0b5b93adb0bb9453810b6f44 authored about 13 years ago by Jouni Malinen <[email protected]>
dbus: Fix some build combination without new D-Bus interface

Include common/defs.h to get full enum definitions to avoid compiler
errors without CONFIG_CTRL_...

0b2c477e385821a5d6eba39cea4153ca5b470ac0 authored about 13 years ago by Jouni Malinen <[email protected]>
Fix Android library configuration with OpenSSL build

Commit bf9d5518d55e314cad2dbac0715ce151b2807691 did not split
LOCAL_SHARED_LIBRARIES properly an...

adadb43a1cb187787fad48647818db8abf5e0270 authored about 13 years ago by Jouni Malinen <[email protected]>
Update version number for 1.0-rc1, after hostap.git fork on 10/31/2011.

Signed-hostap: Angie Chinchilla <[email protected]>

8434a383691adf115340cf60b0b64ba2def8b3c5 authored about 13 years ago by Angie Chinchilla <[email protected]>
Process RSN pre-authentication candidates when skipping roam

wpa_supplicant_rsn_preauth_scan_results() needs to be called to
update RSN pre-authentication ca...

1bbff09ec5e1d2b67f9748eb24e5a3cc6d547ac0 authored about 13 years ago by Jouni Malinen <[email protected]>
Configure new GTK/IGTK to driver in case of TKIP countermeasures

The GTK is renewed in the hostapd after a MIC attack dissassociation
without informing the drive...

9354e59480fbdffa4e773728909d1e0d4a2be68a authored about 13 years ago by Yoni Divinsky <[email protected]>
WPS: Send the credential when learning AP params in registrar role

When the supplicant acts as a registrar to learn the access point
parameters send the credential...

6f75536fc9d3b05b049e2a0028a3ffd7da78e1c3 authored about 13 years ago by Olivier Sobrie <[email protected]>
random: Improve error messages about writing to entropy file

9339bd5cd2d3e05d56bf6f1fbf631acad8bddf7e authored about 13 years ago by Pavel Roskin <[email protected]>
Clean up debug dump for scan results sorting

There is not much need for showing the interim qsort steps, so just show
the ordered results.

S...

aa820e02cc17fa4af188d964c124d61e54476429 authored about 13 years ago by Jouni Malinen <[email protected]>
Prefer 5 GHz networks over 2.4 GHz networks

In scan.c, merge a channel's noise value into the scan results. When
comparing scan results, com...

577db0aedd9461b8d0beb5d6fc323970cfa60b07 authored about 13 years ago by Gary Morain <[email protected]>
Ignore Michael MIC failure reports if cipher is not TKIP

Some stations have been reported to send EAPOL-Key Error Reports
indicating Michael MIC failures...

fbc72d32c68b68364ce55b4d4836f77242c478a2 authored about 13 years ago by Jouni Malinen <[email protected]>
Fix TKIP countermeasures stopping in deinit paths

The eloop timeout to stop TKIP countermeasures has to be canceled
on deinit path to avoid leavin...

01a174915678b39a2007a8b4b522254afdfc6a21 authored about 13 years ago by Jouni Malinen <[email protected]>
Move Michael MIC error report processing into separate function

Signed-hostap: Jouni Malinen <[email protected]>

ec027805298a6ea4d5bd67e08aa4dfa13390c8b1 authored about 13 years ago by Jouni Malinen <[email protected]>
Add wpa_supplicant_ctrl_req_from_string()

Converts from a string to a control request enum when input
from a control interface is received...

81c57e221d46850966ec43e349e79b18e5756ed7 authored about 13 years ago by Dan Williams <[email protected]>
Make control response processing available to other control interfaces

The D-Bus interface wants to use it too, so it makes sense
to have it generic.

Signed-off-by: D...

7de5688d682d4a96a4ce1f7959428a0112d4b75f authored about 13 years ago by Dan Williams <[email protected]>
Implement control request replies for the D-Bus interface

Add a D-Bus mechanism for clients to respond to the NetworkRequest
signal.

Signed-off-by: Dan W...

e9c3c1afedd2d0c6a0939f40c40701af8c450e1f authored about 13 years ago by Dan Williams <[email protected]>
dbus: Implement EAP SM control request signals

Add a D-Bus signal for EAP SM requests. This signal is emitted on the
Interface object so that c...

a9022616ae66d32c2d962261c9bb603511743cf9 authored about 13 years ago by Dan Williams <[email protected]>
Use an enum for EAP SM requests

Control requests will be extended for non-EAP uses later, so it makes
sense to have them be gene...

9ef1aaae24f5587830248cb2b03abf5f3c491123 authored about 13 years ago by Dan Williams <[email protected]>
EAP-TTLS peer: Fix user input during implicit identity request

Special processing is needed to handle EAP user request for
identity or password at the beginnin...

af72d17e72fe77001ade5aaea694ff7b851b2946 authored about 13 years ago by Jouni Malinen <[email protected]>
Skip rate set matching if BSS frequency is not known

At least with driver_test.c, the BSS table may not include frequency
information. In such a case...

a6d94e1b5648b6421ef7d6847b4f08257eca2585 authored about 13 years ago by Jouni Malinen <[email protected]>
P2P: Indicate scan during group formation as P2P probe

The interface may not yet have been set to P2P client mode immediately
after GO Negotiation when...

d1dd48e3c9c95a9089d322ea0f47f1051f84bcdd authored about 13 years ago by Jouni Malinen <[email protected]>
nl80211: Disable IEEE 802.11b rates only for P2P iftypes

Instead of hardcoding IEEE 802.11b rates to be disabled whenever
P2P support is built in and sup...

b3af99d202459fa843999eea2a78fd56453a0ad5 authored about 13 years ago by Jouni Malinen <[email protected]>
Remove disable_11b_rates() driver_ops

This function was used unconditionally if wpa_supplicant build
includes CONFIG_P2P=y. Adding a s...

97bcd562eb2687fe000ca9c71ed00e7fdbdd5bd2 authored about 13 years ago by Jouni Malinen <[email protected]>
nl80211: Fix re-enabling of 802.11b rates

nl80211_disable_11b_rates() function was supposed to use the 'disabled'
parameter to figure out ...

1dea5882be3b99b21ec9e5bad5d742ff5ba2b1ec authored about 13 years ago by Jouni Malinen <[email protected]>
nl80211: disable_11b_rates on interface mode change

disable_11b_rates() is called on interface addition,
but not on interface type change, resulting...

083590503bdf6b223f217c7eef4ed4da2e7b1347 authored about 13 years ago by Eliad Peller <[email protected]>
Add no_cck parameter for send_action() driver_ops

This can be used to apply the no-CCK rule conditionally depending on
which frame is being sent. ...

b106173a82e061249e2b87e405f15e270dbe25f4 authored about 13 years ago by Jouni Malinen <[email protected]>