mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-11-03 11:57:58 +00:00
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:
committed by
John Crispin
parent
87adc56e60
commit
21176badf7
@@ -76,7 +76,7 @@ index 0000000000..c705c0e40e
|
|||||||
+ { OPTION_STRING , 0x43 }, /* DHCP_BOOT_FILE */
|
+ { OPTION_STRING , 0x43 }, /* DHCP_BOOT_FILE */
|
||||||
+ //TODO: not a string, but a set of LASCII strings:
|
+ //TODO: not a string, but a set of LASCII strings:
|
||||||
+ // { OPTION_STRING , 0x4D }, /* DHCP_USER_CLASS */
|
+ // { 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 , 0x64 }, /* DHCP_PCODE */
|
||||||
+ { OPTION_STRING , 0x65 }, /* DHCP_TCODE */
|
+ { OPTION_STRING , 0x65 }, /* DHCP_TCODE */
|
||||||
+ #if ENABLE_FEATURE_UDHCP_RFC3397
|
+ #if ENABLE_FEATURE_UDHCP_RFC3397
|
||||||
@@ -90,4 +90,3 @@ index 0000000000..c705c0e40e
|
|||||||
+ #if ENABLE_FEATURE_UDHCP_RFC3397
|
+ #if ENABLE_FEATURE_UDHCP_RFC3397
|
||||||
--
|
--
|
||||||
2.17.1
|
2.17.1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user