Wireless Daemon for Linux
 help / color / mirror / Atom feed
 messages from 2023-06-02 12:10:14 to 2023-09-27 16:13:30 UTC [more...]

[PATCH 1/2] handshake: include additional sha256 AKMs for PMKID generation
 2023-09-27 16:13 UTC  (20+ messages)

[PATCH 1/8] scan: add [Rank].BandModifier2_4Ghz
 2023-09-25 18:54 UTC  (8+ messages)
` [PATCH 2/8] doc: document [Rank].BandModifier2_4Ghz
` [PATCH 3/8] scan: add scan_get_band_rank_modifier
` [PATCH 4/8] wiphy: add wiphy_get_allowed_freqs
` [PATCH 5/8] scan: allow splitting of scans with defined frequencies
` [PATCH 6/8] scan: filter user-disabled bands for periodic scans
` [PATCH 7/8] station: support user-disabled bands
` [PATCH 8/8] doc: document disabling bands with a 0.0 modifier

[PATCH] rank: add option to normalize using defined rate
 2023-09-25 14:51 UTC  (3+ messages)

[PATCH 1/2] wiphy: fix wiphy_contrain_freq_set skipping last channel
 2023-09-25 14:30 UTC  (3+ messages)
` [PATCH 2/2] unit: include frequency 7115 in test-band

[PATCH] test: log correct function name
 2023-09-25 14:30 UTC  (2+ messages)

Force use of 5GHz band
 2023-09-21 14:50 UTC  (18+ messages)

Reworking the default SAE group
 2023-09-05 20:13 UTC 

[PATCH v3 1/3] ft: track FT auth/action response status
 2023-09-02  4:04 UTC  (4+ messages)
` [PATCH v3 2/3] station: fall back to reassociation under certain FT failures
` [PATCH v3 3/3] auto-t: add fallback to reassociate test

[PATCH v2 1/3] ft: track FT auth/action response status
 2023-08-31 11:40 UTC  (7+ messages)
` [PATCH v2 2/3] station: fall back to reassociation under certain FT failures
` [PATCH v2 3/3] auto-t: add fallback to reassociate test

[PATCH 1/2] auto-t: require a complete hostapd default config
 2023-08-31  1:41 UTC  (3+ messages)
` [PATCH 2/2] auto-t: Update tests to use hostapd.default()

[PATCH 0/3] Support fallback if FT fails
 2023-08-28 18:39 UTC  (11+ messages)
` [PATCH 1/3] ft: track FT auth/action response status
` [PATCH 2/3] station: fall back to reassociation under certain FT failures
` [PATCH 3/3] auto-t: add fallback to reassociate test

Segmentation fault
 2023-08-21 12:50 UTC  (3+ messages)

doc: APRanges is deprecated (use APAddressPool instead)
 2023-08-08  5:02 UTC  (2+ messages)

[PATCH] scan: remove unneeded debug prints
 2023-08-08  4:59 UTC  (2+ messages)

[PATCH] netdev: relax requirement for OWE AKM in assoc reply
 2023-07-14 14:10 UTC  (4+ messages)

[PATCH v3 3/3] owe: netdev: refactor to remove OWE as an auth-proto
 2023-07-13 14:14 UTC  (9+ messages)

[RFC 0/5] Initial refactor for hwsim frame processing
 2023-07-10 17:13 UTC  (10+ messages)
` [RFC 1/5] dbus: remove dependency on agent
` [RFC 2/5] dbus: remove iwd.h dependency
` [RFC 3/5] hwsim: use dbus.c module
` [RFC 4/5] hwsim: refactor rules processing into separate file
` [RFC 5/5] module: temporary hack to allow for no module dependencies

[PATCH 0/3] Handle DEL/ADD_MAC_ADDR events
 2023-07-06  3:05 UTC  (7+ messages)
` [PATCH 1/3] hwsim: add ADD/DEL_MAC_ADDR events
` [PATCH 2/3] hwsim: move frame processing into a separate function
` [PATCH 3/3] hwsim: handle ADD/DEL_MAC_ADDR events

IWD network state directory
 2023-06-29 14:51 UTC  (2+ messages)

iwd forgets network
 2023-06-29  7:41 UTC  (18+ messages)

[PATCH 1/3] hwsim: remove 'optimization' sending to only known MACs
 2023-06-28 23:28 UTC  (24+ messages)

[PATCH 0/3 v2] PMKID changes
 2023-06-27 14:30 UTC  (6+ messages)
` [PATCH 1/3 v2] crypto: modify crypto_derive_pmkid to take the length/checksum type
` [PATCH 2/3 v2] handshake: split handshake_state_get_pmkid into separate APIs
` [PATCH 3/3 v2] handshake: handshake: add FT_OVER_8021X AKM for SHA256 PMKID derivation

[PATCH] ft: add debug prints for FT-over-DS
 2023-06-27  2:32 UTC  (2+ messages)

[PATCH 1/6] handshake: add force_sha1 flag to handshake_state_get_pmkid()
 2023-06-20  1:54 UTC  (8+ messages)
` [PATCH 2/6] handshake: add FT_OVER_8021X AKM for SHA256 PMKID derivation
` [PATCH 3/6] handshake: add handshake_state_pmkid_matches
` [PATCH 4/6] eapol: use handshake_state_pmkid_matches
` [PATCH 5/6] auto-t: add comment about FILS rekeys
` [PATCH 6/6] auto-t: fix testNetconfig lease parsing

[PATCH v3 1/3] netdev: move GETLINK into its own function, track command ID
 2023-06-20  1:25 UTC  (4+ messages)
` [PATCH v3 2/3] netdev: disable power save if required
` [PATCH v3 3/3] wiphy: remove l_info's for control port/power save

[PATCH v2 1/3] netdev: move GETLINK into its own function, track command ID
 2023-06-19 15:25 UTC  (3+ messages)
` [PATCH v2 2/3] netdev: disable power save if required
` [PATCH v2 3/3] wiphy: remove l_info's for control port/power save

[PATCH 1/7] wiphy: store driver flags directly in wiphy object
 2023-06-19 14:54 UTC  (12+ messages)
` [PATCH 2/7] wiphy: allow for user-defined driver flags
` [PATCH 3/7] doc: document [DriverFlags] group settings
` [PATCH 4/7] wiphy: add [DriverFlags].PowerSaveDisable flag
` [PATCH 5/7] netdev: disable power save if required
` [PATCH 6/7] wiphy: print driver flags on startup
` [PATCH 7/7] doc: Document [DriverFlags].PowerSaveDisable

powersave support
 2023-06-11  3:26 UTC  (7+ messages)

Bring up of AP fails on certain channels
 2023-06-08 15:34 UTC  (4+ messages)

IWD Not Starting anymore
 2023-06-08 14:31 UTC  (3+ messages)

issue using virtual interface with iwd
 2023-06-07 12:04 UTC  (13+ messages)

[PATCH 1/2] ap: Remove opt-out DisableHT for opt-in EnableHT
 2023-06-06 16:11 UTC  (4+ messages)
` [PATCH 2/2] doc: document EnableHT option

[PATCH] ft: add debugging in __ft_rx_authenticate
 2023-06-06 15:35 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox