summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-03-06 00:16:12 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-03-06 00:16:12 +0000
commit68f346509f4542aa190b0237ab9759458b3ddbe3 (patch)
tree37b56a23aa332482e526b8734fccd6d20245042f /etc
parent7f88941d28e8c70169c67c82083ac593147a5f3b (diff)
downloadpfsense-68f346509f4542aa190b0237ab9759458b3ddbe3.zip
pfsense-68f346509f4542aa190b0237ab9759458b3ddbe3.tar.gz
wpa_supplicant needs to have access to sending and receiving layer 2 (link layer) packets with two Ethertypes: EAP-over-LAN (EAPOL) 0x888e and RSN pre-authentication 0x88c7. l2_packet.h defines the interfaces used for this in the core wpa_supplicant implementation. Found from: http://209.85.165.104/search?q=cache:O5NrMslxwKAJ:w1.fi/wpa_supplicant/devel/porting.html+wpa2+0x888e&hl=en&ct=clnk&cd=2&gl=us&client=firefox-a
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/captiveportal.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/captiveportal.inc b/etc/inc/captiveportal.inc
index 7493b6d..26dc141 100644
--- a/etc/inc/captiveportal.inc
+++ b/etc/inc/captiveportal.inc
@@ -324,6 +324,7 @@ add 1001 set 1 pass layer2 not via $cpif
add 1100 set 1 pass layer2 mac-type arp
# pfsense requires for WPA
add 1100 set 1 pass layer2 mac-type 0x888e
+add 1100 set 1 pass layer2 mac-type 0x88c7
# PPP Over Ethernet Discovery Stage
add 1100 set 1 pass layer2 mac-type 0x8863
OpenPOWER on IntegriCloud