This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


    from 58110f3d1aa drivers/net: Fix crash in wifi_sim disconnect.
     new dce89e18200 simwifi: Refactor the interfaces of simwifi and simnet
     new 3843f7b4fe6 wifi: Support the wifi operations based on the bss file.
     new 1d8eab937f1 simwifi: refactor the interfaces of simwifi and simnet

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 arch/sim/Kconfig                                   |  24 +++-
 arch/sim/src/Makefile                              |   3 +-
 arch/sim/src/sim/CMakeLists.txt                    |   5 +
 arch/sim/src/sim/sim_netdriver.c                   |  49 +++++--
 .../src/sim/{sim_wifidriver.c => sim_wifihost.c}   | 145 ++++++++++++---------
 .../wifi_sim.h => arch/sim/src/sim/sim_wifihost.h  |  21 ++-
 drivers/net/wifi_sim.c                             |  22 ++++
 include/nuttx/net/wifi_sim.h                       |   1 +
 8 files changed, 188 insertions(+), 82 deletions(-)
 rename arch/sim/src/sim/{sim_wifidriver.c => sim_wifihost.c} (91%)
 copy include/nuttx/net/wifi_sim.h => arch/sim/src/sim/sim_wifihost.h (84%)

Reply via email to