prplfoundation / prplMesh

This repository moved to https://gitlab.com/prpl-foundation/prplmesh/prplMesh
Other
65 stars 32 forks source link

[TASK] Implement EasyMesh channel selection #725

Closed arnout closed 4 years ago

arnout commented 4 years ago

Description

In slave_thread::handle_channel_selection_request(), send a message to the ap manager to perform the actual channel switch.

Exit criteria

Detailed description

This is needed for certification. Certification sends a request with a single channel enabled (= all channels except one disabled). Certification also sends a power limit. Current Intel VS implementation doesn't have a power limit so that needs to be added.

After channel switch an operating channel report must be sent. This is part of #369.

morantr commented 4 years ago

https://github.com/prplfoundation/prplMesh/issues/62