Date: Wed, 29 Nov 2023 16:18:36 +0000 From: bugzilla-noreply@freebsd.org To: wireless@FreeBSD.org Subject: [Bug 274990] [wpa] wpa_cli scan_results times out after 10s with no output, making installer wifi unusable Message-ID: <bug-274990-21060-eha3A8Ia3E@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-274990-21060@https.bugs.freebsd.org/bugzilla/> References: <bug-274990-21060@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D274990 --- Comment #15 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=3D60c99d3a93081cc603e104c0e6c9fe3= 89e774657 commit 60c99d3a93081cc603e104c0e6c9fe389e774657 Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2023-11-29 16:16:49 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2023-11-29 16:18:11 +0000 security/wpa_supplicant*: ctrl_iface set sendbuf size In order to avoid running into the default net.local.dgram.maxdgram of 2K currently when calling sendto(2) try to set the sndbuf size to the maximum ctrl message size. The problem occured, e.g., when the scan_list result had enough BSSIDs so the text output would exceed 2048 bytes. Written by: bz PR: 274990 Obtained from: https://reviews.freebsd.org/D42558 security/wpa_supplicant-devel/Makefile | 1 + ...patch-wpa__supplicant_ctrl__iface__unix.c (new) | 36 ++++++++++++++++++= ++++ security/wpa_supplicant/Makefile | 2 +- ...patch-wpa__supplicant_ctrl__iface__unix.c (new) | 36 ++++++++++++++++++= ++++ 4 files changed, 74 insertions(+), 1 deletion(-) --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-274990-21060-eha3A8Ia3E>