Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

[nrf noup] wpa_supplicant: Remove non-output status #130

Merged
merged 2 commits into from
Dec 21, 2023

Commits on Dec 20, 2023

  1. [nrf noup] wpa_supplicant: Change function call for new API

    fixup! [nrf noup] zephyr: Add support for WPA CLI zephyr
    
    Chnage the direct function call from wpa_ctrl_command
    to wpa_cli_cmd. This change is require to prepare for
    new interactive API.
    
    Signed-off-by: Kapil Bhatt <kapil.bhatt@nordicsemi.no>
    kapbh committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    bd3f174 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. [nrf noup] wpa_supplicant: Remove non-output status

    fixup! [nrf noup] zephyr: Add support for WPA CLI zephyr
    
    There is "OK/FAIL" status multipal times during
    wifi commands. Make new interactive api for wap_cli
    commands which prints "OK/FAIL". It will avoid prints
    for wifi commands.
    
    Signed-off-by: Kapil Bhatt <kapil.bhatt@nordicsemi.no>
    kapbh committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    b26675b View commit details
    Browse the repository at this point in the history