OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 48... Line 48...
48 CONFIG_IAPP=y 48 CONFIG_IAPP=y
Line 49... Line 49...
49   49  
50 # WPA2/IEEE 802.11i RSN pre-authentication 50 # WPA2/IEEE 802.11i RSN pre-authentication
Line -... Line 51...
-   51 CONFIG_RSN_PREAUTH=y
-   52  
-   53 # PeerKey handshake for Station to Station Link (IEEE 802.11e DLS)
51 CONFIG_RSN_PREAUTH=y 54 CONFIG_PEERKEY=y
-   55  
52   56 # IEEE 802.11w (management frame protection)
Line 53... Line 57...
53 # IEEE 802.11w (management frame protection) 57 # Driver support is also needed for IEEE 802.11w.
54 #CONFIG_IEEE80211W=y 58 #CONFIG_IEEE80211W=y
Line 351... Line 355...
351   355  
352 # Client Taxonomy 356 # Client Taxonomy
353 # Has the AP retain the Probe Request and (Re)Association Request frames from 357 # Has the AP retain the Probe Request and (Re)Association Request frames from
354 # a client, from which a signature can be produced which can identify the model 358 # a client, from which a signature can be produced which can identify the model
355 # of client device like "Nexus 6P" or "iPhone 5s". 359 # of client device like "Nexus 6P" or "iPhone 5s".
Line 356... Line 360...
356 CONFIG_TAXONOMY=y 360 #CONFIG_TAXONOMY=y
357   361  
358 # Fast Initial Link Setup (FILS) (IEEE 802.11ai) 362 # Fast Initial Link Setup (FILS) (IEEE 802.11ai)
359 # Note: This is an experimental and not yet complete implementation. This 363 # Note: This is an experimental and not yet complete implementation. This
Line 368... Line 372...
368   372  
369 # Opportunistic Wireless Encryption (OWE) 373 # Opportunistic Wireless Encryption (OWE)
370 # Experimental implementation of draft-harkins-owe-07.txt 374 # Experimental implementation of draft-harkins-owe-07.txt
Line 371... Line -...
371 #CONFIG_OWE=y -  
372   -  
373 # Override default value for the wpa_disable_eapol_key_retries configuration -  
374 # parameter. See that parameter in hostapd.conf for more details. -  
375 #CFLAGS += -DDEFAULT_WPA_DISABLE_EAPOL_KEY_RETRIES=1 375 #CONFIG_OWE=y
376   376  
377 # uBus IPC/RPC System 377 # uBus IPC/RPC System
378 # Services can connect to the bus and provide methods 378 # Services can connect to the bus and provide methods