Wireless Daemon for Linux
 help / color / mirror / Atom feed
 messages from 2020-07-13 19:25:18 to 2020-08-28 15:55:15 UTC [more...]

[PATCH 1/8] wscutil: Use a utility for building authorized_macs
 2020-08-28 15:55 UTC  (9+ messages)
` [PATCH 2/8] wscutil: Add wsc_build_beacon
` [PATCH 3/8] eapol: Handle the use_eapol_start flag on authenticator
` [PATCH 4/8] ap: Stop ongoing handshake on reassociation
` [PATCH 5/8] ap: Push Button mode API and beacon changes
` [PATCH 6/8] ap: WSC Probe Request processing logic
` [PATCH 7/8] ap: Parse WSC PBC association request and build response
` [PATCH 8/8] ap: Start EAP-WSC authentication with WSC enrollees

[PATCH] ap: Pass extra IEs between mgmt frames and user
 2020-08-28 15:25 UTC 

[PATCH 01/11] wscutil: Add wsc_build_beacon
 2020-08-28  0:12 UTC  (25+ messages)
` [PATCH 02/11] eap: Re-send Identity Request on EAPoL-Start
` [PATCH 03/11] eap-wsc: In WSC-R read UUID-E from settings
` [PATCH 04/11] ap: Move AP parameters to a struct
` [PATCH 05/11] ap: Drop unused variable
` [PATCH 06/11] ap: Fix incoming Probe Request BSSID check
` [PATCH 07/11] ap: Stop ongoing handshake on reassociation
` [PATCH 08/11] ap: Push Button mode API and beacon changes
` [PATCH 09/11] ap: WSC Probe Request processing logic
` [PATCH 10/11] ap: Parse WSC PBC association request and build response
` [PATCH 11/11] ap: Start EAP-WSC authentication with WSC enrollees

[PATCH 01/16] hwsim: return radio ID on create
 2020-08-27 20:21 UTC  (18+ messages)
` [PATCH 02/16] auto-t: prepare autotests for test-runner re-write
` [PATCH 03/16] auto-t: introduce pure python "
` [PATCH 04/16] auto-t: hostapd.py: update to work with test-runner rewrite
` [PATCH 05/16] auto-t: testutil.py: "
` [PATCH 06/16] auto-t: ofono.py: fix timeout cleanup and wait for service
` [PATCH 07/16] auto-t: iwd.py: update to work with test-runner rewrite
` [PATCH 08/16] auto-t: iwd.py: fix multiple timeout cleanup issues
` [PATCH 09/16] auto-t: remove wiphy.py
` [PATCH 10/16] auto-t: fix hidden network test
` [PATCH 11/16] auto-t: fix testSAE autoconnect_test.py
` [PATCH 12/16] auto-t: skip ofono tests if ofonod isn't running
` [PATCH 13/16] auto-t: replace hard-coded interfaces
` [PATCH 14/16] auto-t: remove device.wait_for_connected
` [PATCH 15/16] tools: post test-runner rewrite cleanup
` [PATCH 16/16] doc: update test runner docs

[PATCH 1/2] ap: Move AP parameters to a struct
 2020-08-27 18:04 UTC  (8+ messages)
` [PATCH 2/2] ap: Add an optional client count limit parameter

Issue with iwd + Linux 5.8.3 + WPA Enterprise
 2020-08-27  7:54 UTC 

[v2 PATCH] crypto: af_alg - Work around empty control messages without MSG_MORE
 2020-08-27  7:40 UTC 

Issue with iwd + Linux 5.8.3 + WPA Enterprise
 2020-08-27  6:40 UTC  (2+ messages)

Issue with iwd + Linux 5.8.3 + WPA Enterprise
 2020-08-26 15:42 UTC  (2+ messages)

Issue with iwd + Linux 5.8.3 + WPA Enterprise
 2020-08-26 14:16 UTC 

[PATCH] crypto: af_alg - Work around empty control messages without MSG_MORE
 2020-08-26 13:56 UTC 

Issue with iwd + Linux 5.8.3 + WPA Enterprise
 2020-08-26 12:58 UTC 

Issue with iwd + Linux 5.8.3 + WPA Enterprise
 2020-08-26 12:00 UTC 

Issue with iwd + Linux 5.8.3 + WPA Enterprise
 2020-08-26 11:53 UTC  (4+ messages)

[PATCH 1/3] p2p: Send the right UUID-E in probe request WSC IEs
 2020-08-25 21:53 UTC  (4+ messages)
` [PATCH 2/3] p2p: Fix the WSC Config Methods in GO Negotiation Response
` [PATCH 3/3] p2p: Build our Probe Response using connection data

[PATCH 1/5] wscutil: Allow 0-length attributes in wsc_attr_builder
 2020-08-25 21:49 UTC  (6+ messages)
` [PATCH 2/5] unit: Fix a typo in test-eapol
` [PATCH 3/5] unit: Test a EAP-WSC-R setup with WPA2 credentials
` [PATCH 4/5] unit: Add a WSC-R test with a raw PSK
` [PATCH 5/5] unit: Add a WSC-R PBC test with Open auth_type

[PATCH 01/10] station: Don't call network_rank_update with NULL network
 2020-08-17 15:13 UTC  (12+ messages)
` [PATCH 02/10] eapol: Use eapol_start in authenticator mode too
` [PATCH 03/10] eap: Add authenticator method logic and API
` [PATCH 04/10] eapol: Basic EAP support in authenticator mode
` [PATCH 05/10] eap-wsc: Registrar mode settings loading
` [PATCH 06/10] eap-wsc: Registrar mode message processing
` [PATCH 07/10] eap-wsc: Handle the M{1,3,5,7} messages
` [PATCH 08/10] unit: Add an authenticator-side 4-Way Handshake test
` [PATCH 09/10] unit: Authenticator 4-way handshake error scenario
` [PATCH 10/10] unit: Test a EAP-WSC-R setup in test-eapol

[PATCH v2 0/2] Fix the documented behaviour of GetOrderedNetworks
 2020-08-14 15:58 UTC  (4+ messages)
` [PATCH v2 1/2] station: refresh ordered network list on (dis)connect
` [PATCH v2 2/2] treewide: guard compare functions against signed integer overflow

[PATCH 0/2] Fix the documented behaviour of GetOrderedNetworks
 2020-08-14 13:32 UTC  (3+ messages)
` [PATCH 1/2] station: refresh ordered network list on (dis)connect
` [PATCH 2/2] treewide: guard compare functions against signed integer overflow

[PATCH 10/16] eap-wsc: Zero a temporary buffer before freeing
 2020-08-14  0:46 UTC  (9+ messages)
` [PATCH 11/16] eap-wsc: Registrar mode settings loading
` [PATCH 12/16] eap-wsc: Registrar mode message handling
` [PATCH 13/16] eap-wsc: Handle the M{1,3,5,7} messages
` [PATCH 14/16] unit: Add an authenticator-side 4-Way Handshake test
` [PATCH 15/16] unit: Authenticator 4-way handshake error scenario
` [PATCH 16/16] unit: Test a EAP-WSC-R setup in test-eapol

[PATCH 01/16] wscutil: Handle a deprecated network key format
 2020-08-13 23:47 UTC  (11+ messages)
` [PATCH 02/16] eapol: Use the require_handshake flag for FILS
` [PATCH 03/16] eapol: Don't re-build the AP RSNE in authenticator mode
` [PATCH 04/16] eapol: Don't try setting protocol_version in eapol_rx_auth_packet
` [PATCH 05/16] eapol: Use eapol_sm_write in authenticator mode
` [PATCH 06/16] eapol: Basic EAP support "
` [PATCH 07/16] eap: Simplify sending EAP method responses

[PATCH 09/16] eap-wsc: Validate enrollee_nonce (N1) in M{2,4,6,8}
 2020-08-13 15:50 UTC  (2+ messages)
` [PATCH 09/16] eap-wsc: Validate enrollee_nonce (N1) in M{2, 4, 6, 8}

[PATCH] eapol: prevent key reinstallation on retransmitted Msg4/4
 2020-08-12 14:55 UTC  (2+ messages)

[PATCH 1/6] wfd-source: Fix some races on iwd name owner change
 2020-08-04 15:44 UTC  (7+ messages)
` [PATCH 2/6] wfd-source: Update the switch state using set_state
` [PATCH 3/6] scan: Always allocate results->bss_list
` [PATCH 4/6] ap: Put a public api between AP logic and DBus code
` [PATCH 5/6] ap: Add a no_cck_rates flag
` [PATCH 6/6] ap: Add authorized_macs parameter

build: hook up traditional dbus activation
 2020-08-04  5:57 UTC  (2+ messages)

[PATCH] crypto: incorporate C implementation of ARC4
 2020-08-03 21:31 UTC  (2+ messages)

[PATCHv2] Fix a side channel leak on the password in SAE
 2020-08-03 21:18 UTC  (2+ messages)

build: hook up traditional dbus activation
 2020-07-31 19:37 UTC  (5+ messages)

[PATCH 1/3] wfd-source: Display some stream properties
 2020-07-31 19:09 UTC  (3+ messages)
` [PATCH 2/3] wfd-source: Add stream utility buttons
` [PATCH 3/3] wfd-source: Allow alternative URLs in SETUP request

[PATCH 1/3] wfd-source: Display some stream properties
 2020-07-31 18:56 UTC  (4+ messages)
` [PATCH 2/3] wfd-source: Add stream utility buttons
` [PATCH 3/3] wfd-source: Allow alternative URLs in SETUP request

[PATCH 01/13] frame-xchg: Fix potential use after free
 2020-07-31 18:56 UTC  (15+ messages)
` [PATCH 02/13] frame-xchg: Improve search for current frame in MLME notify
` [PATCH 03/13] frame-xchg: Re-add frame_xchg_stop
` [PATCH 04/13] station: Comment/whitespace fix
` [PATCH 05/13] p2p: Retry connect on "Previous authentication not valid"
` [PATCH 06/13] p2p: Add a null-check before use
` [PATCH 07/13] p2p: Set p2p_own_wfd->available by default
` [PATCH 08/13] p2p: Use a longer DHCP timeout
` [PATCH 09/13] wfd-source: Print call trace on error
` [PATCH 10/13] wfd-source: Support wfd-idr-request
` [PATCH 11/13] wfd-source: Display some stream properties
` [PATCH 12/13] wfd-source: Add stream utility buttons
` [PATCH 13/13] wfd-source: Allow alternative URLs in SETUP request

[PATCH] Fix a side channel leak on the password in SAE
 2020-07-30  9:21 UTC 

[PATCH 1/4] frame-xchg: Don't call frame_xchg_destroy directly
 2020-07-21 14:01 UTC  (5+ messages)
` [PATCH 2/4] p2p: Update call after frame-xchg changes
` [PATCH 3/4] frame-xchg: Fix group removal inside frame callback
` [PATCH 4/4] frame-xchg: Drop the BSSID check for incoming frames

[Feature] Send hostname in DHCP request
 2020-07-19 10:21 UTC  (3+ messages)

[PATCH 1/5] p2p: Implement the p2p.ServiceManager interface
 2020-07-16 15:50 UTC  (6+ messages)
` [PATCH 2/5] agent: Don't remove object at IWD_AGENT_MANAGER_PATH
` [PATCH 3/5] p2p: Add the p2p.Display interface on WFD-capable peers
` [PATCH 4/5] p2p: Add WFD IEs in GO Negotiation and association
` [PATCH 5/5] test: Add a sample Wi-Fi Display source app

[PATCH 1/4] agent: Don't remove object at IWD_AGENT_MANAGER_PATH
 2020-07-16  0:10 UTC  (4+ messages)
` [PATCH 2/4] p2p: Add the p2p.Display interface on WFD-capable peers
` [PATCH 3/4] p2p: Add WFD IEs in GO Negotiation and association
` [PATCH 4/4] test: Add a sample Wi-Fi Display source app

[PATCH v8] netdev: use wiphy radio work queue for connections
 2020-07-15 22:12 UTC  (2+ messages)

[PATCH v7] netdev: use wiphy radio work queue for connections
 2020-07-15 20:24 UTC 

[PATCH 1/2] auto-t: fix hostapd.ungraceful_restart
 2020-07-15 19:44 UTC  (3+ messages)
` [PATCH 2/2] auto-t: make testSAQuery more reliable

[PATCH 11/18] p2p: Implement the p2p.ServiceManager interface
 2020-07-15 14:25 UTC  (3+ messages)

[PATCH v6] netdev: use wiphy radio work queue for connections
 2020-07-14 18:48 UTC 

[PATCH 16/18] p2p: Add ConnectedInterface and ConnectedIP Peer properties
 2020-07-13 19:54 UTC  (2+ messages)

[PATCH 15/18] netconfig: Implement netconfig_get_dhcp_server_ipv4
 2020-07-13 19:53 UTC  (2+ messages)

[PATCH 14/18] doc: Wi-Fi Display DBus API doc
 2020-07-13 19:51 UTC  (2+ messages)

[PATCH 01/18] p2p: Stop discovery after GO Negotiation Req error
 2020-07-13 19:25 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