Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A call to NetIF_WiFi_Leave() is shown below.

Code Block
languagecpp
titleListing - Call to NetIF_WiFi_Leave()
linenumberstrue
NET_ERR         err;

ap_ctn = NetIF_WiFi_Leave(if_nbr, (1)
                         &err);   (2)

...