summaryrefslogtreecommitdiffstats
path: root/src/net/80211
diff options
context:
space:
mode:
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>