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_Scan (NET_IF_NBR           if_nbr,
                                NET_IF_WIFI_AP      *p_buf_scan,
                                CPU_INT16U           buf_scan_len_max,
                          const NET_IF_WIFI_SSID    *p_ssid,
                                NET_IF_WIFI_CH       ch,
                                NET_ERR             *p_err);

Arguments

if_nbr

Interface number to scan wireless access point.

...

a. string that contains the hidden SSID to scan for

b. null pointer, if the scan is for all SSID broadcasted.

...