No address range available for DHCP request

Hi every.

I got a problem connecting to the wifi hotspot. I set the right SSID and passphrase, but when I wanted to connect it, always return error code -6.

root@swi-mdm9x15:~# wifi client start
successfully called start
root@swi-mdm9x15:~# wifi client scan
starting scan
Found: SSID: “wifiApSSID” Strength:-74 Ref:0x10000001
root@swi-mdm9x15:~# wifi client setsecurityproto 0x10000001 3
wifi client le_wifiClient_SetSecurityProtocol 0x10000001
Successfully set security protocol
root@swi-mdm9x15:~# wifi client setpassphrase 0x10000001 passphrase
le_wifiClient_SetPassphrase returns OK
root@swi-mdm9x15:~# wifi client connect 0x10000001
ERROR: le_wifiClient_Connect returns error code -6

I check the console, it showed that there are no address range available for DHCP request via eth0.

If someone any information, can you guide me through?
Thx
Genfory

Jan 6 00:04:23 | Legato | INFO | wifiService[493] | starting DNS forwarder and DHCP server: dnsmasq…
Jan 6 00:04:23 | dnsmasq[1408] | started, version 2.71 cachesize 150
Jan 6 00:04:23 | dnsmasq[1408] | compile time options: IPv6 GNU-getopt no-DBus no-i18n no-IDN DHCP DHCPv6 no-Lua TFTP no-conntrack ipset auth no-DNSSEC
Jan 6 00:04:23 | dnsmasq-dhcp[1408] | DHCP, IP range 192.168.2.3 – 192.168.2.3, lease time 12h
Jan 6 00:04:23 | dnsmasq-dhcp[1408] | DHCP, IP range 192.168.10.10 – 192.168.10.100, lease time 1d
Jan 6 00:04:23 | Legato | INFO | wifiService[493] | done.
Jan 6 00:04:23 | Legato | wifiService[493]/framework T=main | le_wifiAp_server.c Handle_le_wifiAp_SetIpRange() 952 | Sending response to client session 0x27dcc : 4 bytes sent
Jan 6 00:04:23 | dnsmasq[1408] | reading /etc/resolv.conf
Jan 6 00:04:23 | dnsmasq[1408] | using nameserver 141.41.1.250#53
Jan 6 00:04:23 | dnsmasq[1408] | using nameserver 141.41.1.150#53
Jan 6 00:04:23 | dnsmasq[1408] | read /etc/hosts - 1 addresses
Jan 6 00:04:24 | Legato | wifiService[493]/daemon T=WifiApPaThread | pa_wifi_ap_ti.c WifiApPaThreadMain() 147 | PARSING:wlan0 (phy #0): scan finished: 2412 2417 2422 2427 2432 2437 2442 2447 2452 2457 2462 2467 2472 2484, : len:102
Jan 6 00:04:24 | kernel | [ 255.409674] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
Jan 6 00:04:25 | Legato | wifiService[493]/daemon T=WifiApPaThread | pa_wifi_ap_ti.c WifiApPaThreadMain() 147 | PARSING:wlan0 (phy #0): mgmt TX status (cookie ce7ac000): acked : len:56
Jan 6 00:04:25 | hostapd | wlan0: STA 28:a0:2b:ab:8c:d7 IEEE 802.11: authenticated
Jan 6 00:04:25 | Legato | wifiService[493]/daemon T=WifiApPaThread | pa_wifi_ap_ti.c WifiApPaThreadMain() 147 | PARSING:wlan0: new station 28:a0:2b:ab:8c:d7 : len:37
Jan 6 00:04:25 | Legato | wifiService[493]/daemon T=WifiApPaThread | pa_wifi_ap_ti.c WifiApPaThreadMain() 150 | FOUND new station
Jan 6 00:04:25 | Legato | wifiService[493]/daemon T=WifiApPaThread | pa_wifi_ap_ti.c WifiApPaThreadMain() 153 | InternalWifiApStateEvent event: 0
Jan 6 00:04:25 | Legato | wifiService[493]/daemon T=main | pa_wifi_ap_ti.c FirstLayerWifiApEventHandler() 107 | FirstLayerWifiApEventHandler event: 0
Jan 6 00:04:25 | Legato | wifiService[493]/daemon T=main | le_wifiAp.c PaEventApHandler() 37 | PaEventApHandler event: 0
Jan 6 00:04:25 | Legato | wifiService[493]/daemon T=main | le_wifiAp.c FirstLayerWifiApEventHandler() 62 | FirstLayerWifiApEventHandler event: 0
Jan 6 00:04:25 | Legato | wifiService[493]/framework T=main | le_wifiAp_server.c AsyncResponse_le_wifiAp_AddNewEventHandler() 398 | Sending message to client session 0x27dcc : 8 bytes sent
Jan 6 00:04:25 | Legato | wifiApTest[1219]/wifiApTestComponent T=main | wifiApTest.c myMsgHandler() 167 | Wifi Ap event received
Jan 6 00:04:25 | Legato | wifiApTest[1219]/wifiApTestComponent T=main | wifiApTest.c myMsgHandler() 173 | LE_WIFIAP_EVENT_CLIENT_CONNECTED
Jan 6 00:04:25 | Legato | wifiService[493]/daemon T=WifiApPaThread | pa_wifi_ap_ti.c WifiApPaThreadMain() 147 | PARSING:wlan0 (phy #0): mgmt TX status (cookie ce711e40): acked : len:56
Jan 6 00:04:25 | hostapd | wlan0: STA 28:a0:2b:ab:8c:d7 IEEE 802.11: associated (aid 1)
Jan 6 00:04:25 | Legato | wifiService[493]/daemon T=WifiApPaThread | pa_wifi_ap_ti.c WifiApPaThreadMain() 147 | PARSING:wlan0 (phy #0): mgmt TX status (cookie cbe01900): acked : len:56
Jan 6 00:04:25 | Legato | wifiService[493]/daemon T=WifiApPaThread | pa_wifi_ap_ti.c WifiApPaThreadMain() 147 | PARSING:wlan0: del station 28:a0:2b:ab:8c:d7 : len:37
Jan 6 00:04:25 | Legato | wifiService[493]/daemon T=WifiApPaThread | pa_wifi_ap_ti.c WifiApPaThreadMain() 158 | FOUND del station
Jan 6 00:04:25 | Legato | wifiService[493]/daemon T=WifiApPaThread | pa_wifi_ap_ti.c WifiApPaThreadMain() 161 | InternalWifiApStateEvent event: 1
Jan 6 00:04:25 | Legato | wifiService[493]/daemon T=main | pa_wifi_ap_ti.c FirstLayerWifiApEventHandler() 107 | FirstLayerWifiApEventHandler event: 1
Jan 6 00:04:25 | Legato | wifiService[493]/daemon T=main | le_wifiAp.c PaEventApHandler() 37 | PaEventApHandler event: 1
Jan 6 00:04:25 | Legato | wifiService[493]/daemon T=main | le_wifiAp.c FirstLayerWifiApEventHandler() 62 | FirstLayerWifiApEventHandler event: 1
Jan 6 00:04:25 | Legato | wifiService[493]/framework T=main | le_wifiAp_server.c AsyncResponse_le_wifiAp_AddNewEventHandler() 398 | Sending message to client session 0x27dcc : 8 bytes sent
Jan 6 00:04:25 | Legato | wifiApTest[1219]/wifiApTestComponent T=main | wifiApTest.c myMsgHandler() 167 | Wifi Ap event received
Jan 6 00:04:25 | Legato | wifiApTest[1219]/wifiApTestComponent T=main | wifiApTest.c myMsgHandler() 180 | LE_WIFICLIENT_EVENT_DISCONNECTED
Jan 6 00:04:30 | hostapd | wlan0: STA 28:a0:2b:ab:8c:d7 IEEE 802.11: deauthenticated due to local deauth request
Jan 6 00:04:31 | Legato | wifiService[493]/daemon T=WifiApPaThread | pa_wifi_ap_ti.c WifiApPaThreadMain() 147 | PARSING:wlan0 (phy #0): mgmt TX status (cookie ce7ac840): acked : len:56
Jan 6 00:04:31 | hostapd | wlan0: STA 28:a0:2b:ab:8c:d7 IEEE 802.11: authenticated
Jan 6 00:04:31 | Legato | wifiService[493]/daemon T=WifiApPaThread | pa_wifi_ap_ti.c WifiApPaThreadMain() 147 | PARSING:wlan0: new station 28:a0:2b:ab:8c:d7 : len:37
Jan 6 00:04:31 | Legato | wifiService[493]/daemon T=WifiApPaThread | pa_wifi_ap_ti.c WifiApPaThreadMain() 150 | FOUND new station
Jan 6 00:04:31 | Legato | wifiService[493]/daemon T=WifiApPaThread | pa_wifi_ap_ti.c WifiApPaThreadMain() 153 | InternalWifiApStateEvent event: 0
Jan 6 00:04:31 | Legato | wifiService[493]/daemon T=main | pa_wifi_ap_ti.c FirstLayerWifiApEventHandler() 107 | FirstLayerWifiApEventHandler event: 0
Jan 6 00:04:31 | Legato | wifiService[493]/daemon T=main | le_wifiAp.c PaEventApHandler() 37 | PaEventApHandler event: 0
Jan 6 00:04:31 | Legato | wifiService[493]/daemon T=main | le_wifiAp.c FirstLayerWifiApEventHandler() 62 | FirstLayerWifiApEventHandler event: 0
Jan 6 00:04:31 | Legato | wifiService[493]/framework T=main | le_wifiAp_server.c AsyncResponse_le_wifiAp_AddNewEventHandler() 398 | Sending message to client session 0x27dcc : 8 bytes sent
Jan 6 00:04:31 | Legato | wifiApTest[1219]/wifiApTestComponent T=main | wifiApTest.c myMsgHandler() 167 | Wifi Ap event received
Jan 6 00:04:31 | Legato | wifiApTest[1219]/wifiApTestComponent T=main | wifiApTest.c myMsgHandler() 173 | LE_WIFIAP_EVENT_CLIENT_CONNECTED
Jan 6 00:04:31 | Legato | wifiService[493]/daemon T=WifiApPaThread | pa_wifi_ap_ti.c WifiApPaThreadMain() 147 | PARSING:wlan0 (phy #0): mgmt TX status (cookie ce7ac6c0): acked : len:56
Jan 6 00:04:31 | hostapd | wlan0: STA 28:a0:2b:ab:8c:d7 IEEE 802.11: associated (aid 1)
Jan 6 00:04:31 | Legato | wifiService[493]/daemon T=WifiApPaThread | pa_wifi_ap_ti.c WifiApPaThreadMain() 147 | PARSING:wlan0 (phy #0): mgmt TX status (cookie cdcd5840): acked : len:56
Jan 6 00:04:31 | Legato | wifiService[493]/daemon T=WifiApPaThread | pa_wifi_ap_ti.c WifiApPaThreadMain() 147 | PARSING:wlan0: del station 28:a0:2b:ab:8c:d7 : len:37
Jan 6 00:04:31 | Legato | wifiService[493]/daemon T=WifiApPaThread | pa_wifi_ap_ti.c WifiApPaThreadMain() 158 | FOUND del station
Jan 6 00:04:31 | Legato | wifiService[493]/daemon T=WifiApPaThread | pa_wifi_ap_ti.c WifiApPaThreadMain() 161 | InternalWifiApStateEvent event: 1
Jan 6 00:04:31 | Legato | wifiService[493]/daemon T=main | pa_wifi_ap_ti.c FirstLayerWifiApEventHandler() 107 | FirstLayerWifiApEventHandler event: 1
Jan 6 00:04:31 | Legato | wifiService[493]/daemon T=main | le_wifiAp.c PaEventApHandler() 37 | PaEventApHandler event: 1
Jan 6 00:04:31 | Legato | wifiService[493]/daemon T=main | le_wifiAp.c FirstLayerWifiApEventHandler() 62 | FirstLayerWifiApEventHandler event: 1
Jan 6 00:04:31 | Legato | wifiService[493]/framework T=main | le_wifiAp_server.c AsyncResponse_le_wifiAp_AddNewEventHandler() 398 | Sending message to client session 0x27dcc : 8 bytes sent
Jan 6 00:04:31 | Legato | wifiApTest[1219]/wifiApTestComponent T=main | wifiApTest.c myMsgHandler() 167 | Wifi Ap event received
Jan 6 00:04:31 | Legato | wifiApTest[1219]/wifiApTestComponent T=main | wifiApTest.c myMsgHandler() 180 | LE_WIFICLIENT_EVENT_DISCONNECTED
Jan 6 00:04:32 | Legato | wifiService[493]/daemon T=WifiApPaThread | pa_wifi_ap_ti.c WifiApPaThreadMain() 147 | PARSING:wlan0 (phy #0): mgmt TX status (cookie ce711300): acked : len:56
Jan 6 00:04:32 | hostapd | wlan0: STA 28:a0:2b:ab:8c:d7 IEEE 802.11: authenticated
Jan 6 00:04:32 | Legato | wifiService[493]/daemon T=WifiApPaThread | pa_wifi_ap_ti.c WifiApPaThreadMain() 147 | PARSING:wlan0: new station 28:a0:2b:ab:8c:d7 : len:37
Jan 6 00:04:32 | Legato | wifiService[493]/daemon T=WifiApPaThread | pa_wifi_ap_ti.c WifiApPaThreadMain() 150 | FOUND new station
Jan 6 00:04:32 | Legato | wifiService[493]/daemon T=WifiApPaThread | pa_wifi_ap_ti.c WifiApPaThreadMain() 153 | InternalWifiApStateEvent event: 0
Jan 6 00:04:32 | Legato | wifiService[493]/daemon T=main | pa_wifi_ap_ti.c FirstLayerWifiApEventHandler() 107 | FirstLayerWifiApEventHandler event: 0
Jan 6 00:04:32 | Legato | wifiService[493]/daemon T=main | le_wifiAp.c PaEventApHandler() 37 | PaEventApHandler event: 0
Jan 6 00:04:32 | Legato | wifiService[493]/daemon T=main | le_wifiAp.c FirstLayerWifiApEventHandler() 62 | FirstLayerWifiApEventHandler event: 0
Jan 6 00:04:32 | Legato | wifiService[493]/framework T=main | le_wifiAp_server.c AsyncResponse_le_wifiAp_AddNewEventHandler() 398 | Sending message to client session 0x27dcc : 8 bytes sent
Jan 6 00:04:32 | Legato | wifiApTest[1219]/wifiApTestComponent T=main | wifiApTest.c myMsgHandler() 167 | Wifi Ap event received
Jan 6 00:04:32 | Legato | wifiApTest[1219]/wifiApTestComponent T=main | wifiApTest.c myMsgHandler() 173 | LE_WIFIAP_EVENT_CLIENT_CONNECTED
Jan 6 00:04:32 | Legato | wifiService[493]/daemon T=WifiApPaThread | pa_wifi_ap_ti.c WifiApPaThreadMain() 147 | PARSING:wlan0 (phy #0): mgmt TX status (cookie ce711e40): acked : len:56
Jan 6 00:04:32 | hostapd | wlan0: STA 28:a0:2b:ab:8c:d7 IEEE 802.11: associated (aid 1)
Jan 6 00:04:32 | hostapd | wlan0: STA 28:a0:2b:ab:8c:d7 WPA: pairwise key handshake completed (RSN)
Jan 6 00:04:35 | dnsmasq-dhcp[1408] | DHCPDISCOVER(wlan0) 28:a0:2b:ab:8c:d7
Jan 6 00:04:35 | dnsmasq-dhcp[1408] | DHCPOFFER(wlan0) 192.168.10.21 28:a0:2b:ab:8c:d7
Jan 6 00:04:35 | dnsmasq-dhcp[1408] | DHCPDISCOVER(wlan0) 28:a0:2b:ab:8c:d7
Jan 6 00:04:35 | dnsmasq-dhcp[1408] | DHCPOFFER(wlan0) 192.168.10.21 28:a0:2b:ab:8c:d7
Jan 6 00:04:35 | dnsmasq-dhcp[1408] | no address range available for DHCP request via eth0
Jan 6 00:04:36 | dnsmasq-dhcp[1408] | DHCPREQUEST(wlan0) 192.168.10.21 28:a0:2b:ab:8c:d7
Jan 6 00:04:36 | dnsmasq-dhcp[1408] | DHCPACK(wlan0) 192.168.10.21 28:a0:2b:ab:8c:d7 Genfory
Jan 6 00:04:39 | dnsmasq-dhcp[1408] | no address range available for DHCP request via eth0
Jan 6 00:05:09 | Legato | wifiService[493]/daemon T=WifiApPaThread | pa_wifi_ap_ti.c WifiApPaThreadMain() 147 | PARSING:wlan0 (phy #0): mgmt TX status (cookie ce711780): acked : len:56
Jan 6 00:05:09 | hostapd | wlan0: STA 78:e4:00:f0:9b:5c IEEE 802.11: authenticated
Jan 6 00:05:09 | Legato | wifiService[493]/daemon T=WifiApPaThread | pa_wifi_ap_ti.c WifiApPaThreadMain() 147 | PARSING:wlan0: new station 78:e4:00:f0:9b:5c : len:37
Jan 6 00:05:09 | Legato | wifiService[493]/daemon T=WifiApPaThread | pa_wifi_ap_ti.c WifiApPaThreadMain() 150 | FOUND new station
Jan 6 00:05:09 | Legato | wifiService[493]/daemon T=WifiApPaThread | pa_wifi_ap_ti.c WifiApPaThreadMain() 153 | InternalWifiApStateEvent event: 0
Jan 6 00:05:09 | Legato | wifiService[493]/daemon T=main | pa_wifi_ap_ti.c FirstLayerWifiApEventHandler() 107 | FirstLayerWifiApEventHandler event: 0
Jan 6 00:05:09 | Legato | wifiService[493]/daemon T=main | le_wifiAp.c PaEventApHandler() 37 | PaEventApHandler event: 0
Jan 6 00:05:09 | Legato | wifiService[493]/daemon T=main | le_wifiAp.c FirstLayerWifiApEventHandler() 62 | FirstLayerWifiApEventHandler event: 0
Jan 6 00:05:09 | Legato | wifiService[493]/framework T=main | le_wifiAp_server.c AsyncResponse_le_wifiAp_AddNewEventHandler() 398 | Sending message to client session 0x27dcc : 8 bytes sent
Jan 6 00:05:09 | Legato | wifiApTest[1219]/wifiApTestComponent T=main | wifiApTest.c myMsgHandler() 167 | Wifi Ap event received
Jan 6 00:05:09 | Legato | wifiApTest[1219]/wifiApTestComponent T=main | wifiApTest.c myMsgHandler() 173 | LE_WIFIAP_EVENT_CLIENT_CONNECTED
Jan 6 00:05:09 | Legato | wifiService[493]/daemon T=WifiApPaThread | pa_wifi_ap_ti.c WifiApPaThreadMain() 147 | PARSING:wlan0 (phy #0): mgmt TX status (cookie ce711600): acked : len:56
Jan 6 00:05:09 | hostapd | wlan0: STA 78:e4:00:f0:9b:5c IEEE 802.11: associated (aid 2)
Jan 6 00:05:09 | hostapd | wlan0: STA 78:e4:00:f0:9b:5c WPA: pairwise key handshake completed (RSN)
Jan 6 00:05:16 | dnsmasq-dhcp[1408] | DHCPDISCOVER(wlan0) 78:e4:00:f0:9b:5c
Jan 6 00:05:16 | dnsmasq-dhcp[1408] | DHCPOFFER(wlan0) 192.168.10.94 78:e4:00:f0:9b:5c
Jan 6 00:05:16 | dnsmasq-dhcp[1408] | DHCPINFORM(usb0) 192.168.2.3 82:0a:86:ea:47:54
Jan 6 00:05:16 | dnsmasq-dhcp[1408] | DHCPACK(usb0) 192.168.2.3 82:0a:86:ea:47:54 RobertFeind-PC
Jan 6 00:05:16 | dnsmasq-dhcp[1408] | DHCPREQUEST(wlan0) 192.168.10.94 78:e4:00:f0:9b:5c
Jan 6 00:05:16 | dnsmasq-dhcp[1408] | DHCPACK(wlan0) 192.168.10.94 78:e4:00:f0:9b:5c RobertFeind-PC
Jan 6 00:05:16 | dnsmasq-dhcp[1408] | DHCPREQUEST(wlan0) 192.168.10.94 78:e4:00:f0:9b:5c
Jan 6 00:05:16 | dnsmasq-dhcp[1408] | DHCPACK(wlan0) 192.168.10.94 78:e4:00:f0:9b:5c RobertFeind-PC
Jan 6 00:05:19 | dnsmasq-dhcp[1408] | DHCPINFORM(wlan0) 192.168.10.94 78:e4:00:f0:9b:5c
Jan 6 00:05:19 | dnsmasq-dhcp[1408] | DHCPACK(wlan0) 192.168.10.94 78:e4:00:f0:9b:5c RobertFeind-PC
Jan 6 00:05:28 | dnsmasq-dhcp[1408] | no address range available for DHCP request via eth0
Jan 6 00:05:29 | dnsmasq-dhcp[1408] | no address range available for DHCP request via eth0
Jan 6 00:05:32 | dnsmasq-dhcp[1408] | no address range available for DHCP request via eth0
Jan 6 00:06:34 | dnsmasq-dhcp[1408] | DHCPINFORM(usb0) 192.168.2.3 82:0a:86:ea:47:54
Jan 6 00:06:34 | dnsmasq-dhcp[1408] | DHCPACK(usb0) 192.168.2.3 82:0a:86:ea:47:54 RobertFeind-PC
Jan 6 00:06:34 | dnsmasq-dhcp[1408] | DHCPINFORM(wlan0) 192.168.10.94 78:e4:00:f0:9b:5c
Jan 6 00:06:34 | dnsmasq-dhcp[1408] | DHCPACK(wlan0) 192.168.10.94 78:e4:00:f0:9b:5c RobertFeind-PC
Jan 6 00:08:48 | dnsmasq-dhcp[1408] | DHCPINFORM(wlan0) 192.168.10.94 78:e4:00:f0:9b:5c
Jan 6 00:08:48 | dnsmasq-dhcp[1408] | DHCPACK(wlan0) 192.168.10.94 78:e4:00:f0:9b:5c RobertFeind-PC
Jan 6 00:08:48 | dnsmasq-dhcp[1408] | DHCPINFORM(usb0) 192.168.2.3 82:0a:86:ea:47:54
Jan 6 00:08:48 | dnsmasq-dhcp[1408] | DHCPACK(usb0) 192.168.2.3 82:0a:86:ea:47:54 RobertFeind-PC
Jan 6 00:08:54 | dnsmasq-dhcp[1408] | no address range available for DHCP request via eth0
Jan 6 00:10:38 | dnsmasq-dhcp[1408] | no address range available for DHCP request via eth0
Jan 6 00:12:20 | dnsmasq-dhcp[1408] | no address range available for DHCP request via eth0
Jan 6 00:12:21 | dnsmasq-dhcp[1408] | no address range available for DHCP request via eth0
Jan 6 00:12:24 | dnsmasq-dhcp[1408] | no address range available for DHCP request via eth0
Jan 6 00:13:34 | dnsmasq-dhcp[1408] | no address range available for DHCP request via eth0
Jan 6 00:14:24 | hostapd | wlan0: STA 78:e4:00:f0:9b:5c WPA: group key handshake completed (RSN)
Jan 6 00:14:24 | hostapd | wlan0: STA 28:a0:2b:ab:8c:d7 WPA: group key handshake completed (RSN)
Jan 6 00:15:27 | dnsmasq-dhcp[1408] | no address range available for DHCP request via eth0
Jan 6 00:15:39 | dnsmasq-dhcp[1408] | no address range available for DHCP request via eth0
Jan 6 00:16:34 | dnsmasq-dhcp[1408] | DHCPINFORM(usb0) 192.168.2.3 82:0a:86:ea:47:54
Jan 6 00:16:34 | dnsmasq-dhcp[1408] | DHCPACK(usb0) 192.168.2.3 82:0a:86:ea:47:54 RobertFeind-PC
Jan 6 00:16:34 | dnsmasq-dhcp[1408] | DHCPINFORM(wlan0) 192.168.10.94 78:e4:00:f0:9b:5c
Jan 6 00:16:34 | dnsmasq-dhcp[1408] | DHCPACK(wlan0) 192.168.10.94 78:e4:00:f0:9b:5c RobertFeind-PC
Jan 6 00:17:07 | dnsmasq-dhcp[1408] | no address range available for DHCP request via eth0

We have forwarded your question to the right person and should have an answer early next week.

Hi asyal

Do U have some further information about this problem?
My final goal is to send data from one board to another one.

Thx

Hi Genfory,

In order to help you could give me the logs on WiFi client side? And also the result of “route” command on WiFi Access Point side?

Regards,

José