101-1262 Rabbit Semiconductor, 101-1262 Datasheet - Page 81

KIT DEV RCM5400W US/INTERNATIONL

101-1262

Manufacturer Part Number
101-1262
Description
KIT DEV RCM5400W US/INTERNATIONL
Manufacturer
Rabbit Semiconductor
Series
RabbitCore 5000r
Type
Wi-Fi / 802.11.br
Datasheet

Specifications of 101-1262

Frequency
2.4GHz
Wireless Frequency
73.73 MHz
For Use With/related Products
RCM5400W
Lead Free Status / RoHS Status
Request inventory verification / Request inventory verification
Other names
101-1263
316-1138
6.3.2 Configuring TCP/IP at Run Time
There is one basic function call used to configure Wi-Fi and other network settings —
. See the Dynamic C TCP/IP User’s Manual, Volume 1 for more informa-
ifconfig()
tion about this function call.
6.3.3 Other Key Function Calls
Remember to call
after all the Wi-Fi parameters have been defined. The
sock_init()
Wi-Fi interface will be up automatically as long as you configured Dynamic C at compile
time with one of the
macros. Otherwise the Wi-Fi interface is neither up nor
TCPCONFIG
down, and must be brought up explicitly by calling either
or
ifup(IF_WIFI0)
. You must bring the interface down when you configure
ifconfig(IF_WIFI0,…)
Dynamic C at run time before modifying any parameters that require the interface to be
down (see Section 6.3.2) by calling
. Then bring the interface back up.
ifdown(IF_WIFI0)
Finally, no radio transmission occurs until you call
.
tcp_tick(NULL)
Instead of executing the above sequence based on
, you could use
sock_init()
sock_
as a debugging tool to transmit packets (ARP, DHCP, association,
init_or_exit(1)
and authentication) while bringing up the interface and to get the IP address.
User’s Manual
75

Related parts for 101-1262