summaryrefslogtreecommitdiffstats
path: root/src/net/80211
diff options
context:
space:
mode:
authorSimon Rettberg2026-01-28 12:53:53 +0100
committerSimon Rettberg2026-01-28 12:53:53 +0100
commit8e82785c584dc13e20f9229decb95bd17bbe9cd1 (patch)
treea8b359e59196be5b2e3862bed189107f4bc9975f /src/net/80211
parentMerge branch 'master' into openslx (diff)
parent[prefix] Make unlzma.S compatible with 386 class CPUs (diff)
downloadipxe-openslx.tar.gz
ipxe-openslx.tar.xz
ipxe-openslx.zip
Merge branch 'master' into openslxopenslx
Diffstat (limited to 'src/net/80211')
-rw-r--r--src/net/80211/net80211.c1
-rw-r--r--src/net/80211/rc80211.c1
-rw-r--r--src/net/80211/sec80211.c1
-rw-r--r--src/net/80211/wep.c1
-rw-r--r--src/net/80211/wpa.c1
-rw-r--r--src/net/80211/wpa_ccmp.c1
-rw-r--r--src/net/80211/wpa_psk.c1
-rw-r--r--src/net/80211/wpa_tkip.c1
8 files changed, 8 insertions, 0 deletions
diff --git a/src/net/80211/net80211.c b/src/net/80211/net80211.c
index 482000102..4391b4296 100644
--- a/src/net/80211/net80211.c
+++ b/src/net/80211/net80211.c
@@ -20,6 +20,7 @@
*/
FILE_LICENCE ( GPL2_OR_LATER );
+FILE_SECBOOT ( FORBIDDEN );
#include <string.h>
#include <byteswap.h>
diff --git a/src/net/80211/rc80211.c b/src/net/80211/rc80211.c
index eea3bc908..d416867fa 100644
--- a/src/net/80211/rc80211.c
+++ b/src/net/80211/rc80211.c
@@ -20,6 +20,7 @@
*/
FILE_LICENCE ( GPL2_OR_LATER );
+FILE_SECBOOT ( FORBIDDEN );
#include <stdlib.h>
#include <ipxe/net80211.h>
diff --git a/src/net/80211/sec80211.c b/src/net/80211/sec80211.c
index d1bc75e90..500dec9f5 100644
--- a/src/net/80211/sec80211.c
+++ b/src/net/80211/sec80211.c
@@ -18,6 +18,7 @@
*/
FILE_LICENCE ( GPL2_OR_LATER );
+FILE_SECBOOT ( FORBIDDEN );
#include <stdlib.h>
#include <string.h>
diff --git a/src/net/80211/wep.c b/src/net/80211/wep.c
index e22ac8998..053cf1417 100644
--- a/src/net/80211/wep.c
+++ b/src/net/80211/wep.c
@@ -18,6 +18,7 @@
*/
FILE_LICENCE ( GPL2_OR_LATER );
+FILE_SECBOOT ( FORBIDDEN );
#include <ipxe/net80211.h>
#include <ipxe/sec80211.h>
diff --git a/src/net/80211/wpa.c b/src/net/80211/wpa.c
index 17c11b8ed..33358221b 100644
--- a/src/net/80211/wpa.c
+++ b/src/net/80211/wpa.c
@@ -18,6 +18,7 @@
*/
FILE_LICENCE ( GPL2_OR_LATER );
+FILE_SECBOOT ( FORBIDDEN );
#include <ipxe/net80211.h>
#include <ipxe/sec80211.h>
diff --git a/src/net/80211/wpa_ccmp.c b/src/net/80211/wpa_ccmp.c
index 0abd217e7..f4906d473 100644
--- a/src/net/80211/wpa_ccmp.c
+++ b/src/net/80211/wpa_ccmp.c
@@ -18,6 +18,7 @@
*/
FILE_LICENCE ( GPL2_OR_LATER );
+FILE_SECBOOT ( FORBIDDEN );
#include <string.h>
#include <ipxe/net80211.h>
diff --git a/src/net/80211/wpa_psk.c b/src/net/80211/wpa_psk.c
index 71190b139..d86204026 100644
--- a/src/net/80211/wpa_psk.c
+++ b/src/net/80211/wpa_psk.c
@@ -18,6 +18,7 @@
*/
FILE_LICENCE ( GPL2_OR_LATER );
+FILE_SECBOOT ( FORBIDDEN );
#include <string.h>
#include <ipxe/net80211.h>
diff --git a/src/net/80211/wpa_tkip.c b/src/net/80211/wpa_tkip.c
index 3bd651512..39a6391a8 100644
--- a/src/net/80211/wpa_tkip.c
+++ b/src/net/80211/wpa_tkip.c
@@ -18,6 +18,7 @@
*/
FILE_LICENCE ( GPL2_OR_LATER );
+FILE_SECBOOT ( FORBIDDEN );
#include <string.h>
#include <ipxe/net80211.h>