mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-11-02 03:17:48 +00:00
WIFI-4473-Client-Blocked-List
This patch will fix the client blocked list update issue Signed-off-by: Nagendrababu <nagendrababu.bonkuri@connectus.ai>
This commit is contained in:
@@ -1609,7 +1609,7 @@ static int ap_vif_config_set(const struct schema_Wifi_Radio_Config *rconf,
|
|||||||
blobmsg_add_u32(&b, "vid", vid);
|
blobmsg_add_u32(&b, "vid", vid);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (changed->mac_list_type) {
|
if (changed->mac_list_type || changed->mac_list) {
|
||||||
struct blob_attr *a;
|
struct blob_attr *a;
|
||||||
int i;
|
int i;
|
||||||
if (!strcmp(vconf->mac_list_type, "whitelist"))
|
if (!strcmp(vconf->mac_list_type, "whitelist"))
|
||||||
|
|||||||
Reference in New Issue
Block a user