Bug 203086 - [patch] security/wpa_supplicant or from base: fix WPA-None in IBSS mode
Summary: [patch] security/wpa_supplicant or from base: fix WPA-None in IBSS mode
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Cy Schubert
URL:
Keywords: patch
Depends on:
Blocks: 203088
  Show dependency treegraph
 
Reported: 2015-09-13 21:36 UTC by Andriy Voskoboinyk
Modified: 2022-02-02 23:43 UTC (History)
1 user (show)

See Also:


Attachments
Fix.diff (432 bytes, patch)
2015-09-13 21:36 UTC, Andriy Voskoboinyk
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andriy Voskoboinyk freebsd_committer freebsd_triage 2015-09-13 21:36:39 UTC
Created attachment 161021 [details]
Fix.diff
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-11-26 17:26:33 UTC
A commit references this bug:

Author: adrian
Date: Thu Nov 26 17:26:28 UTC 2015
New revision: 291366
URL: https://svnweb.freebsd.org/changeset/base/291366

Log:
  [wpa] bring up interface in ap_mode=2

  This is required for WPA-NONE operation.

  PR:		bin/203086
  Submitted by:	avos@

Changes:
  head/contrib/wpa/src/drivers/driver_bsd.c
Comment 2 commit-hook freebsd_committer freebsd_triage 2015-11-26 17:29:34 UTC
A commit references this bug:

Author: adrian
Date: Thu Nov 26 17:28:40 UTC 2015
New revision: 291368
URL: https://svnweb.freebsd.org/changeset/base/291368

Log:
  [wpa] use IFM_IEEE80211_ADHOC for now on FreeBSD for IBSS operation.

  PR:		bin/203086
  Submitted by:	avos

Changes:
  head/contrib/wpa/src/drivers/driver_bsd.c
Comment 3 Andriy Voskoboinyk freebsd_committer freebsd_triage 2018-12-09 02:00:10 UTC
Already committed into 11-RELEASE and 12-STABLE
Comment 4 Cy Schubert freebsd_committer freebsd_triage 2021-04-08 06:49:08 UTC
The ports will need this as well. I'll apply it.
Comment 5 Cy Schubert freebsd_committer freebsd_triage 2021-04-08 06:49:41 UTC
The ports need a little love.
Comment 6 Mark Linimon freebsd_committer freebsd_triage 2021-06-13 12:38:27 UTC
^Triage: over to cy@ as a reminder about the ports.
Comment 7 commit-hook freebsd_committer freebsd_triage 2021-06-14 16:04:51 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ed47e1ecc5db5576f6a2d4a47e083b2366bd65cc

commit ed47e1ecc5db5576f6a2d4a47e083b2366bd65cc
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2021-06-14 13:22:42 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2021-06-14 16:04:00 +0000

    */*: Sync hostapd* and wpa_supplicant* with base ce276fe26d92010776

    Use IFM_IEEE80211_ADHOC for now on FreeBSD for IBSS operation.

    Base commit by adrian@ on Nov 26, 2015.

    This commit syncs ports with base.

    PR:             203086
    Submitted by:   avos
    MFH:            2020Q2

 net/hostapd-devel/Makefile                          |  1 +
 .../files/patch-src_drivers_driver__bsd.c           | 21 ++++++++++++++++++---
 net/hostapd/Makefile                                |  2 +-
 net/hostapd/files/patch-src_drivers_driver__bsd.c   | 19 +++++++++++++++++--
 security/wpa_supplicant-devel/Makefile              |  1 +
 .../files/patch-src_drivers_driver__bsd.c           | 21 ++++++++++++++++++---
 security/wpa_supplicant/Makefile                    |  2 +-
 .../files/patch-src_drivers_driver__bsd.c           | 19 +++++++++++++++++--
 8 files changed, 74 insertions(+), 12 deletions(-)
Comment 8 Cy Schubert freebsd_committer freebsd_triage 2022-01-27 05:07:51 UTC
Needs a ports patch.