RDKCOM-5492: RDKBDEV-3336 De-authenticating Hotspot Clients Upon DHCP Failure#32
RDKCOM-5492: RDKBDEV-3336 De-authenticating Hotspot Clients Upon DHCP Failure#32rhegde114 wants to merge 13 commits intordkcentral:developfrom
Conversation
publish the client mac if DHCP server has
not assigned ip address within 4 secs
publish the client mac if DHCP server has
not assigned ip address within 4 secs
publish the client mac if DHCP server has
not assigned ip address within 4 secs
publish the client mac if DHCP server has
not assigned ip address within 4 secs
publish the client mac if DHCP server has
not assigned ip address within 4 secs
publish the client mac if DHCP server has
not assigned ip address within 4 secs
Reason for change: Improvement to disassoc hotspot client
when dhcp has not assigned ip address
within 4 secs
Test Procedure: 1.Connect a client device to the hotspot VAP
2.Wait for 4 seconds and verify that the client
successfully associates with the Access Point
(AP) but does not receive a valid IP address
from the DHCP server
Risks: None
Signed-off-by: raghavendra.hegde2@comcast.com
publish the client mac if DHCP server has
not assigned ip address within 4 secs
Reason for change: Improvement to disassoc hotspot client
when dhcp has not assigned ip address
within 4 secs
Test Procedure: 1.Connect a client device to the hotspot VAP
2.Wait for 4 seconds and verify that the client
successfully associates with the Access Point
(AP) but does not receive a valid IP address
from the DHCP server
Risks: None
Signed-off-by: raghavendra.hegde2@comcast.com
This reverts commit 4effa6c.
publish the client mac if DHCP server has
not assigned ip address within 4 secs
Reason for change: Improvement to disassoc hotspot client
when dhcp has not assigned ip address
within 4 secs
Test Procedure: 1.Connect a client device to the hotspot VAP
2.Wait for 4 seconds and verify that the client
successfully associates with the Access Point
(AP) but does not receive a valid IP address
from the DHCP server
Risks: None
Signed-off-by: raghavendra.hegde2@comcast.com
publish the client mac if DHCP server has
not assigned ip address within 4 secs
Reason for change: Improvement to disassoc hotspot client
when dhcp has not assigned ip address
within 4 secs
Test Procedure: 1.Connect a client device to the hotspot VAP
2.Wait for 4 seconds and verify that the client
successfully associates with the Access Point
(AP) but does not receive a valid IP address
from the DHCP server
Risks: None
Signed-off-by: raghavendra.hegde2@comcast.com
publish the client mac if DHCP server has
not assigned ip address within 4 secs
Reason for change: Improvement to disassoc hotspot client
when dhcp has not assigned ip address
within 4 secs
Test Procedure: 1.Connect a client device to the hotspot VAP
2.Wait for 4 seconds and verify that the client
successfully associates with the Access Point
(AP) but does not receive a valid IP address
from the DHCP server
Risks: None
Signed-off-by: raghavendra.hegde2@comcast.com
anoopchelakkode
left a comment
There was a problem hiding this comment.
Can you please confirm what are the test cases executed and planned for this feature? Test procedure, both regression and progression should be documented as this is a feature request.
|
Hi Anoop, |
| if FEATURE_WAN_FAIL_OVER | ||
| AM_CFLAGS += -DWAN_FAILOVER_SUPPORTED | ||
| endif | ||
| AM_CFLAGS += -I${PKG_CONFIG_SYSROOT_DIR}$(includedir)/rbus |
There was a problem hiding this comment.
Already rbus is added. These changes are not required.
There was a problem hiding this comment.
Hi @bunnam988
I have included bus changes outside wanfailvoer distro because, build was failing for other platforms with the changes that I have added.
There was a problem hiding this comment.
@rhegde114
AM_CFLAGS += -I${PKG_CONFIG_SYSROOT_DIR}$(includedir)/rbus is already there in line no 26
and -lrbus is present is line no 28
These are already outside wanfailover distro. This should not cause any build failure.
Device.X_COMCAST-COM_GRE.Hotspot.RejectAssociatedClient)for the Rbus event, which will be triggered whenever a client's DHCP transaction fails to assign an IP address within a specified period (i.e., a timeout).