mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
27 lines
604 B
Text
27 lines
604 B
Text
if (PACKAGE_ieee1905)
|
|
|
|
menu "Configuration"
|
|
|
|
config IEEE1905_EXTENSION_ALLOWED
|
|
bool "Allow plugins to extend 1905 CMDUs and/or TLVs"
|
|
default y
|
|
|
|
config IEEE1905_PLATFORM_HAS_WIFI
|
|
bool "Platform has WiFi"
|
|
default y if PACKAGE_libwifi
|
|
|
|
config IEEE1905_CMDU_SA_IS_ALMAC
|
|
bool "Send CMDUs with SA set to 1905 AL-macaddress instead of interface macaddress"
|
|
default n
|
|
|
|
config IEEE1905_WIFI_EASYMESH
|
|
bool "Include WiFi-Alliance's Easymesh updates"
|
|
default y
|
|
|
|
config IEEE1905_CMDU_FRAGMENT_TLV_BOUNDARY
|
|
bool "Fragment large CMDU frame at TLV boundary instead of octet boundary"
|
|
default y
|
|
|
|
endmenu
|
|
|
|
endif
|