Bug 222090 - [patch] Add ability to start multiple APs using hostapd(8)
Summary: [patch] Add ability to start multiple APs using hostapd(8)
Status: New
Alias: None
Product: Base System
Classification: Unclassified
Component: wireless (show other bugs)
Version: CURRENT
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-wireless (Nobody)
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2017-09-05 22:10 UTC by Kamil Choudhury
Modified: 2020-05-21 20:36 UTC (History)
4 users (show)

See Also:


Attachments
Changes to rc.d/hostapd and associated man page. (1.76 KB, patch)
2017-09-05 22:39 UTC, Kamil Choudhury
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kamil Choudhury 2017-09-05 22:10:43 UTC

    
Comment 1 Kamil Choudhury 2017-09-05 22:39:05 UTC
Created attachment 186100 [details]
Changes to rc.d/hostapd and associated man page.
Comment 2 Andriy Voskoboinyk freebsd_committer freebsd_triage 2019-01-22 01:31:07 UTC
Not really sure if that will work when 2+ interfaces with HOSTAP keyword in rc.conf...
Anyway, for now it should work for one hostapd per interface; probably, there should be some keyword (hostapd_group?) for one hostapd instance which can handle more than one interface (hostapd /etc/hostapd-wlan1.conf /etc/hostapd-wlan2.conf ...)
Comment 3 Andriy Gapon freebsd_committer freebsd_triage 2020-05-21 20:36:48 UTC
I think that this works now?
As far as I can tell, the rc framework now starts a hostapd daemon for each interface configured in hostap mode.