...
| Code Block | ||
|---|---|---|
| ||
CPU_INT16U NetIF_WiFi_GetPeerInfo (NET_IF_NBR if_nbr,
NET_IF_WIFI_PEER *p_buf_peer,
CPU_INT16U buf_peer_len_max,
NET_ERR *p_err) |
Arguments
| if_nbr | Wireless network interface number. |
| p_buf_peer | Pointer to the buffer to save the peer information. |
| buf_peer_len_max | Length in bytes of p_buf_peer. |
| p_err | Pointer to variable that will receive the return error code from this function : NET_IF_ERR_NONE NET_IF_WIFI_ERR_GET_PEER_INFO |
...