Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Function CallDescription
net_helpPrint shell commands help help
net_if_resetReset interface(s); remove all configured addresses, IPv4 or IPv6 or both, on specified interface. 
net_if_set_mtuConfigure MTU of given Interface.  
net_if_startStart an interface. 
net_if_stopStop an interface. 
net_ifconfigOutput all IP addresses configured on each interface. 
net_ip_setupConfigure an IPv4 address. 
net_pingIssue a ICMP Echo Request from the target.  
net_route_addAdd IP address route. 
net_route_removeRemove a route.
net_sock_acceptAccept connection on a socket.
net_sock_bindBind a socket.
net_sock_closeClose a socket.
net_sock_listenSet the socket to listen. 
net_sock_openOpen a socket.
net_sock_rxReceive data on a socket.
net_sock_txTransmit data on a socket. 
net_wifi_createCreate a Wi-Fi network. 
net_wifi_joinJoin a Wi-Fi network. 
net_wifi_leaveLeave the current Wi-Fi network. 
net_wifi_peerOutput the peer information when acting as an Wi-Fi Access point. 
net_wifi_scanScan for Wi-Fi network available.