Skip to content

Commit fa36069

Browse files
committed
feeds: add mediatek WiFi-stack overlay for filogic builds
Pre-patched copies of hostapd, iw, iwinfo, wireless-regdb, wifi-scripts, mac80211 and mt76 sourced from mtk-openwrt-feeds 5c8ca54b (subtree autobuild/unified/filogic/mac80211/25.12/). The three out-of-band round-4 commits (3f204745, 277514c9 mt76 connac2; a5d9ebd8 wifi-scripts cleanup) are layered on top. Each package Makefile is openwrt-25.12 at MTK's pin (34ae6ba2) plus the matching patches-base/*-makefile.patch where one exists. Wired into the three filogic profiles (edgecore_eap111, edgecore_eap115, emplus_wap588m) so scripts/feeds install -f makes the feed win over openwrt's stock copies. Other targets (QCA, mt7981) keep their stock behaviour because they do not list the feed. TIP-side patches under patches-25.12/ that touch the same packages (hostapd MPSK, wifi-scripts, iwinfo guards, wireless-regdb DFS regions) remain in the tree but are inert on filogic where this feed takes over; they continue to apply on QCA targets via openwrt's stock packages. Signed-off-by: John Crispin <john@phrozen.org>
1 parent b1de81a commit fa36069

625 files changed

Lines changed: 298176 additions & 2 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

feeds/mediatek/hostapd/Config.in

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
# wpa_supplicant config
2+
config WPA_RFKILL_SUPPORT
3+
bool "Add rfkill support"
4+
depends on PACKAGE_hostapd-common
5+
default n
6+
7+
config WPA_MSG_MIN_PRIORITY
8+
int "Minimum debug message priority"
9+
depends on PACKAGE_hostapd-common
10+
default 3
11+
help
12+
Useful values are:
13+
0 = all messages
14+
1 = raw message dumps
15+
2 = most debugging messages
16+
3 = info messages
17+
4 = warnings
18+
5 = errors
19+
20+
config WPA_WOLFSSL
21+
bool
22+
default PACKAGE_wpa-supplicant-wolfssl ||\
23+
PACKAGE_wpad-wolfssl ||\
24+
PACKAGE_wpad-basic-wolfssl || \
25+
PACKAGE_wpad-mesh-wolfssl ||\
26+
PACKAGE_eapol-test-wolfssl
27+
select WOLFSSL_HAS_AES_CCM
28+
select WOLFSSL_HAS_ARC4
29+
select WOLFSSL_HAS_DH
30+
select WOLFSSL_HAS_OCSP
31+
select WOLFSSL_HAS_SESSION_TICKET
32+
select WOLFSSL_HAS_WPAS
33+
34+
config DRIVER_11AC_SUPPORT
35+
bool
36+
default n
37+
38+
config DRIVER_11AX_SUPPORT
39+
bool
40+
default n
41+
select WPA_MBO_SUPPORT
42+
43+
config DRIVER_11BE_SUPPORT
44+
bool
45+
default n
46+
47+
config DRIVER_11BN_SUPPORT
48+
bool
49+
default n
50+
51+
config WPA_ENABLE_WEP
52+
bool "Enable support for unsecure and obsolete WEP"
53+
depends on PACKAGE_hostapd-common
54+
help
55+
Wired equivalent privacy (WEP) is an obsolete cryptographic data
56+
confidentiality algorithm that is not considered secure. It should not be used
57+
for anything anymore. The functionality needed to use WEP is available in the
58+
current hostapd release under this optional build parameter and completely
59+
removed in a future release.
60+
61+
config WPA_MBO_SUPPORT
62+
bool "Multi Band Operation (Agile Multiband)"
63+
depends on PACKAGE_hostapd-common
64+
default y
65+
help
66+
Multi Band Operation aka (Agile Multiband) enables features
67+
that facilitate efficient use of multiple frequency bands.
68+
Enabling MBO on an AP using RSN requires 802.11w to be enabled.
69+
Hostapd will refuse to start if MBO and RSN are enabled without 11w.

0 commit comments

Comments
 (0)