public inbox for iwd@lists.linux.dev
 help / color / mirror / Atom feed
From: James Prestwood <prestwoj@gmail.com>
To: Martin Petzold <martin.petzold@tavla.de>,
	Denis Kenzior <denkenz@gmail.com>
Cc: "iwd@lists.linux.dev" <iwd@lists.linux.dev>
Subject: Re: IWD 1.27 with brcmfmac not working for roaming
Date: Thu, 10 Oct 2024 06:36:45 -0700	[thread overview]
Message-ID: <154ebbba-2a3b-4f65-8b21-41dcc93d2107@gmail.com> (raw)
In-Reply-To: <74af8f9e-b5dc-41be-998c-45bdd5958bbd@tavla.de>


On 10/10/24 6:20 AM, Martin Petzold wrote:
> Hi Denis,
>
> Am 09.10.24 um 18:07 schrieb Denis Kenzior:
>> [...]
>>
>>> 3. Build IWD 2.22 from source (maybe using Debian sid source 
>>> package?) -> how to do best and will this work with libc6 version 
>>> 2.36? Missing libreadline8t64?
>>
>> I mean this is your only real solution.  There is no 'long term 
>> support' model for iwd.  You either run the latest or you're on your 
>> own.  It is highly unlikely that any of the developers will look at 
>> logs (or attempt to fix) anything but the latest version.
>>
>>
> Why does the following build fail. I did not install 'python-docutils' 
> package because is is not available for Debian bookworm (only a source 
> package). How should I proceed? Maybe the documentation should be 
> fixed then for Debian bookworm.
You need to use an updated version of ELL. IWD and ELL get released in 
tandem in case of any API/behavior changes.
>
> ----------
>
> $ make
>   GEN      ell/shared
>   GEN      ell/internal
>   GEN      ell/ell.h
>   GEN      src/builtin.h
> make --no-print-directory all-am
>   CC       client/main.o
>   CC       client/adapter.o
>   CC       client/agent.o
>   CC       client/agent-manager.o
>   CC       client/ad-hoc.o
>   CC       client/ap.o
>   CC       client/command.o
>   CC       client/dbus-proxy.o
>   CC       client/device.o
>   CC       client/display.o
>   CC       client/known-networks.o
>   CC       client/network.o
>   CC       client/properties.o
>   CC       client/wsc.o
>   CC       client/station.o
>   CC       client/diagnostic.o
>   CC       client/daemon.o
>   CC       client/dpp.o
>   CC       client/dpp-pkex.o
>   CC       client/station-debug.o
>   CC       client/bss.o
>   CC       src/util.o
>   CC       src/band.o
>   CC       ell/util.lo
>   CC       ell/test.lo
>   CC       ell/strv.lo
>   CC       ell/utf8.lo
>   CC       ell/queue.lo
>   CC       ell/hashmap.lo
>   CC       ell/string.lo
>   CC       ell/settings.lo
>   CC       ell/main.lo
>   CC       ell/idle.lo
>   CC       ell/signal.lo
>   CC       ell/timeout.lo
>   CC       ell/io.lo
>   CC       ell/ringbuf.lo
>   CC       ell/log.lo
>   CC       ell/checksum.lo
>   CC       ell/netlink.lo
>   CC       ell/genl.lo
>   CC       ell/rtnl.lo
>   CC       ell/dbus.lo
>   CC       ell/dbus-message.lo
>   CC       ell/dbus-util.lo
>   CC       ell/dbus-service.lo
>   CC       ell/dbus-client.lo
>   CC       ell/dbus-name-cache.lo
>   CC       ell/dbus-filter.lo
>   CC       ell/gvariant-util.lo
>   CC       ell/siphash.lo
>   CC       ell/hwdb.lo
>   CC       ell/cipher.lo
>   CC       ell/random.lo
>   CC       ell/uintset.lo
>   CC       ell/base64.lo
>   CC       ell/pem.lo
>   CC       ell/tls.lo
>   CC       ell/tls-record.lo
>   CC       ell/tls-suites.lo
>   CC       ell/tls-extensions.lo
>   CC       ell/uuid.lo
>   CC       ell/key.lo
>   CC       ell/file.lo
>   CC       ell/dir.lo
>   CC       ell/net.lo
>   CC       ell/dhcp.lo
>   CC       ell/dhcp-transport.lo
>   CC       ell/dhcp-lease.lo
>   CC       ell/dhcp-util.lo
>   CC       ell/dhcp-server.lo
>   CC       ell/cert.lo
>   CC       ell/cert-crypto.lo
>   CC       ell/ecc-external.lo
>   CC       ell/ecc.lo
>   CC       ell/ecdh.lo
>   CC       ell/time.lo
>   CC       ell/path.lo
>   CC       ell/dhcp6.lo
>   CC       ell/icmp6.lo
>   CC       ell/dhcp6-lease.lo
>   CC       ell/dhcp6-transport.lo
>   CC       ell/acd.lo
>   CC       ell/netconfig.lo
>   CC       ell/sysctl.lo
>   CC       ell/notifylist.lo
>   CCLD     ell/libell-internal.la
>   CCLD     client/iwctl
>   CC       monitor/main.o
>   CC       monitor/nlmon.o
>   CC       monitor/pcap.o
>   CC       monitor/display.o
>   CC       src/ie.o
>   CC       src/wscutil.o
>   CC       src/mpdu.o
>   CC       src/crypto.o
>   CC       src/watchlist.o
>   CC       src/eapolutil.o
>   CC       src/nl80211cmd.o
>   CC       src/p2putil.o
>   CC       src/anqputil.o
>   CCLD     monitor/iwmon
>   CC       src/main.o
>   CC       src/netdev.o
>   CC       src/wiphy.o
>   CC       src/device.o
>   CC       src/station.o
>   CC       src/dbus.o
>   CC       src/eapol.o
>   CC       src/handshake.o
>   CC       src/scan.o
>   CC       src/common.o
>   CC       src/agent.o
>   CC       src/storage.o
>   CC       src/network.o
>   CC       src/wsc.o
>   CC       src/backtrace.o
>   CC       src/knownnetworks.o
>   CC       src/rfkill.o
>   CC       src/ft.o
>   CC       src/ap.o
>   CC       src/adhoc.o
>   CC       src/sae.o
>   CC       src/nl80211util.o
>   CC       src/owe.o
>   CC       src/blacklist.o
>   CC       src/manager.o
>   CC       src/erp.o
>   CC       src/fils.o
>   CC       src/anqp.o
>   CC       src/netconfig.o
>   CC       src/netconfig-commit.o
>   CC       src/resolve.o
>   CC       src/hotspot.o
>   CC       src/p2p.o
>   CC       src/module.o
>   CC       src/rrm.o
>   CC       src/frame-xchg.o
>   CC       src/eap-wsc.o
>   CC       src/diagnostic.o
>   CC       src/ip-pool.o
>   CC       src/sysfs.o
>   CC       src/offchannel.o
>   CC       src/dpp-util.o
>   CC       src/json.o
>   CC       src/dpp.o
>   CC       src/udev.o
>   CC       src/eap.o
> src/eap.c: In function ‘eap_rx_packet’:
> src/eap.c:419:57: warning: ‘vendor_type’ may be used uninitialized 
> [-Wmaybe-uninitialized]
>   419 |         (type == EAP_TYPE_EXPANDED && vendor_id == (id) && 
> vendor_type == (t))
>       |                                                         ^~
> src/eap.c:429:18: note: ‘vendor_type’ was declared here
>   429 |         uint32_t vendor_type;
>       |                  ^~~~~~~~~~~
> src/eap.c:419:49: warning: ‘vendor_id’ may be used uninitialized 
> [-Wmaybe-uninitialized]
>   419 |         (type == EAP_TYPE_EXPANDED && vendor_id == (id) && 
> vendor_type == (t))
>       |                                                 ^~
> src/eap.c:428:18: note: ‘vendor_id’ was declared here
>   428 |         uint32_t vendor_id;
>       |                  ^~~~~~~~~
>   CC       src/eap-md5.o
>   CC       src/eap-tls.o
>   CC       src/eap-ttls.o
>   CC       src/eap-mschapv2.o
>   CC       src/eap-sim.o
>   CC       src/eap-aka.o
>   CC       src/eap-peap.o
>   CC       src/eap-gtc.o
>   CC       src/eap-pwd.o
>   CC       src/simutil.o
>   CC       src/simauth.o
>   CC       src/eap-tls-common.o
>   CC       src/mschaputil.o
>   CCLD     src/iwd
>   CC       tools/probe-req.o
>   CCLD     tools/probe-req
>   CC       tools/iwd-decrypt-profile.o
>   CCLD     tools/iwd-decrypt-profile
>   GEN      src/iwd.8
> Generated manual page src/iwd.8 does not exist
> make[1]: *** [Makefile:4106: src/iwd.8] Fehler 1
> make: *** [Makefile:1746: all] Fehler 2
>
> ----------
>
> Thanks,
>
> Martin
>
>

  reply	other threads:[~2024-10-10 13:36 UTC|newest]

Thread overview: 68+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-09  9:43 IWD 1.27 with brcmfmac not working for roaming Martin Petzold
2024-10-09 16:07 ` Denis Kenzior
2024-10-09 16:50   ` Arend Van Spriel
2024-10-09 17:54     ` Martin Petzold
2024-10-10  8:06     ` Martin Petzold
2024-10-12 11:06       ` Martin Petzold
2024-10-12 11:51         ` Arend van Spriel
2024-10-13 15:43           ` Martin Petzold
2024-10-30 19:19           ` Martin Petzold
2024-10-30 19:23             ` James Prestwood
2024-10-09 16:58   ` Arend Van Spriel
2024-10-10 13:20   ` Martin Petzold
2024-10-10 13:36     ` James Prestwood [this message]
2024-10-10 13:47       ` Martin Petzold
2024-10-10 13:55         ` James Prestwood
2024-10-11  8:35           ` Martin Petzold
2024-10-11 10:46             ` Martin Petzold
2024-10-12 10:59               ` Martin Petzold
2024-10-15 14:43   ` Martin Petzold
2024-10-15 15:17     ` Denis Kenzior
2024-10-15 19:13       ` Arend van Spriel
2024-10-16  2:04         ` Denis Kenzior
2024-10-16  8:32           ` Arend van Spriel
2024-10-17 10:58           ` Martin Petzold
2024-10-19 14:04             ` Martin Petzold
2024-10-19 14:41               ` Denis Kenzior
2024-10-21 13:34                 ` Martin Petzold
2024-10-21 14:40                   ` Arend Van Spriel
2024-10-21 14:53                     ` Martin Petzold
2024-10-21 15:23                     ` James Prestwood
2024-10-21 17:08                       ` Arend Van Spriel
2024-10-21 17:20                         ` Martin Petzold
2024-10-21 17:40                         ` Denis Kenzior
2024-10-21 18:26                           ` Arend van Spriel
2024-10-21 18:45                             ` Martin Petzold
2024-10-21 18:48                               ` Martin Petzold
2024-10-21 18:55                             ` Denis Kenzior
2024-10-21 19:08                               ` Jeremy Blum
2024-10-22 15:26                                 ` Denis Kenzior
2024-10-22 16:38                                   ` Jeremy Blum
2024-10-21 19:15                               ` Martin Petzold
2024-10-21 19:11                             ` James Prestwood
2024-10-21 20:23                             ` Martin Petzold
2024-10-22  6:08                               ` Arend Van Spriel
2024-10-21 22:01                             ` KeithG
2024-10-21 22:10                               ` Martin Petzold
2024-10-22 17:40                                 ` James Prestwood
2024-10-22 18:04                                   ` Martin Petzold
2024-10-22 18:21                                     ` Martin Petzold
2024-10-22 18:24                                     ` James Prestwood
2024-10-22 18:32                                       ` Martin Petzold
2024-10-22 18:44                                       ` Denis Kenzior
2024-10-22 18:47                                         ` Martin Petzold
2024-10-22 19:10                                           ` James Prestwood
2024-10-22 18:47                                         ` James Prestwood
2024-10-22 18:49                                           ` Martin Petzold
2024-10-22 18:52                                           ` Denis Kenzior
2024-10-23 12:02                             ` Martin Petzold
2024-10-23 12:13                               ` James Prestwood
2024-10-23 12:19                                 ` Martin Petzold
2024-10-23 13:22                                   ` James Prestwood
2024-10-23 13:34                                     ` Martin Petzold
2024-10-23 15:22                                     ` Martin Petzold
2024-10-23 15:27                                       ` Martin Petzold
2024-10-23 15:30                                         ` James Prestwood
2024-10-23 15:37                                           ` Martin Petzold
2024-10-23 15:28                                       ` James Prestwood
2024-10-23 15:11                               ` Arend Van Spriel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=154ebbba-2a3b-4f65-8b21-41dcc93d2107@gmail.com \
    --to=prestwoj@gmail.com \
    --cc=denkenz@gmail.com \
    --cc=iwd@lists.linux.dev \
    --cc=martin.petzold@tavla.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox