Versions Compared

Key

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

...

net_if_wifi.h/net_if_wifi.c

Prototype

Code Block

          void NetIF_WiFi_Join (NET_IF_NBR                 if_nbr,
                                NET_IF_WIFI_NET_TYPE       net_type,
                                NET_IF_WIFI_DATA_RATE      data_rate,
                                NET_IF_WIFI_SECURITY_TYPE  security_type,
                                NET_IF_WIFI_PWR_LEVEL      pwr_level,
                                NET_IF_WIFI_SSID           ssid,
                                NET_IF_WIFI_PSK            psk,
                                NET_ERR                   *p_err);

Arguments

if_nbr

Interface number to join wireless access point.

...