-
Notifications
You must be signed in to change notification settings - Fork 7.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
drivers: nxp: wifi: Disable softap mode by default #87410
base: main
Are you sure you want to change the base?
Conversation
I am trying to use |
Do not enable CONFIG_NXP_WIFI_SOFTAP_SUPPORT by default as that should be let for the user to decide whether the AP mode is compiled or not. Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
6d91d67
to
0d25bc3
Compare
I have couple of notes:
|
Hi @jukkar |
But that is the application feature, not a driver feature. About the QA, it is just another user of the board using for example frdm_rw612, and it should enable the AP mode if it needs it. Please note that the various configurations for drivers and boards etc. should be generic and not tailored to some vendor use case. So all the options you need for QA, should be set via some out-of-tree way when building, typically there should be a overlay file that gets used when your QA builds an app with this wifi driver. |
or you can have various samples/applications. If a customer wants every feature enabled, you can have an application |
Hi @jukkar Does the AP default enabled have any side effect? what's your build cmd? |
Hi @jukkar but this board also supports BLE only mode, so wifi should not be enabled by default, right?
what's the wifi snippets do you mean? |
@MaochenWang1 did you resolve your concerns in the bi-weekly sync call? If so please +1 this PR |
I will create a new PR to clean the rw612 conf and move this |
Do not enable CONFIG_NXP_WIFI_SOFTAP_SUPPORT by default as that should be let for the user to decide whether the AP mode is compiled or not.