firstcontact: Zero touch provisioning with DHCP option 138

Fixes: WIFI-7266
Signed-off-by: Tanya Singh <tanya_singh@accton.com>
This commit is contained in:
Tanya Singh
2022-08-30 07:22:06 +02:00
committed by John Crispin
parent 87adc56e60
commit 21176badf7

View File

@@ -76,7 +76,7 @@ index 0000000000..c705c0e40e
+ { OPTION_STRING , 0x43 }, /* DHCP_BOOT_FILE */
+ //TODO: not a string, but a set of LASCII strings:
+ // { OPTION_STRING , 0x4D }, /* DHCP_USER_CLASS */
++ { OPTION_STRING , 0x8A }, /* DHCP_CAPWAP */
++ { OPTION_STRING | OPTION_LIST , 0x8A }, /* DHCP_CAPWAP */
+ { OPTION_STRING , 0x64 }, /* DHCP_PCODE */
+ { OPTION_STRING , 0x65 }, /* DHCP_TCODE */
+ #if ENABLE_FEATURE_UDHCP_RFC3397
@@ -90,4 +90,3 @@ index 0000000000..c705c0e40e
+ #if ENABLE_FEATURE_UDHCP_RFC3397
--
2.17.1