You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With Android hotspot, ARP resolution of its own IP(192.168.43.51) seems failing as below although idf-edf simple wifi works OK. Any hint to investigate further?
Wifi event: 2
Starting event loop.
I (3140) wifi: n:6 0, o:1 0, ap:255 255, sta:6 0, prof:1
I (4120) wifi: state: init -> auth (b0)
I (5120) wifi: state: auth -> init (2)
I (5120) wifi: n:6 0, o:6 0, ap:255 255, sta:6 0, prof:1
Wifi event: 5
I (7530) wifi: n:6 0, o:6 0, ap:255 255, sta:6 0, prof:1
I (7530) wifi: state: init -> auth (b0)
I (7540) wifi: state: auth -> assoc (0)
I (7540) wifi: state: assoc -> run (10)
I (7570) wifi: connected with AndroidAP, channel 6
I (7570) wifi: pm start, type: 1
Wifi event: 4
1970-01-01 00:00:07 -00:00: INF [netif] DHCP: Looking for IP
1970-01-01 00:00:07 -00:00: INF [netif] DHCPDISCOVER SENT
1970-01-01 00:00:10 -00:00: INF [arpv4] ARP: retrying 192.168.43.51 (n=1)
1970-01-01 00:00:11 -00:00: INF [netif] DHCP: Got a lease
1970-01-01 00:00:11 -00:00: INF [arpv4] ARP: retrying 192.168.43.51 (n=2)
1970-01-01 00:00:13 -00:00: INF [arpv4] ARP: retrying 192.168.43.51 (n=3)
1970-01-01 00:00:14 -00:00: INF [arpv4] ARP: giving up on resolution of 192.168.43.51 after 3 attempts
1970-01-01 00:00:14 -00:00: INF [ipv4] IP.output: could not determine link-layer address for local network (192.168.43.0/24) ip 192.168.43.51
1970-01-01 00:00:14 -00:00: WRN [ipv4] Could not find 192.168.43.51 on the local network
1970-01-01 00:00:14 -00:00: WRN [Wire] Error sending TCP packet via IP: no route to destination: no response for IP on local network
The text was updated successfully, but these errors were encountered:
With Android hotspot, ARP resolution of its own IP(192.168.43.51) seems failing as below although idf-edf simple wifi works OK. Any hint to investigate further?
Wifi event: 2
Starting event loop.
I (3140) wifi: n:6 0, o:1 0, ap:255 255, sta:6 0, prof:1
I (4120) wifi: state: init -> auth (b0)
I (5120) wifi: state: auth -> init (2)
I (5120) wifi: n:6 0, o:6 0, ap:255 255, sta:6 0, prof:1
Wifi event: 5
I (7530) wifi: n:6 0, o:6 0, ap:255 255, sta:6 0, prof:1
I (7530) wifi: state: init -> auth (b0)
I (7540) wifi: state: auth -> assoc (0)
I (7540) wifi: state: assoc -> run (10)
I (7570) wifi: connected with AndroidAP, channel 6
I (7570) wifi: pm start, type: 1
Wifi event: 4
1970-01-01 00:00:07 -00:00: INF [netif] DHCP: Looking for IP
1970-01-01 00:00:07 -00:00: INF [netif] DHCPDISCOVER SENT
1970-01-01 00:00:10 -00:00: INF [arpv4] ARP: retrying 192.168.43.51 (n=1)
1970-01-01 00:00:11 -00:00: INF [netif] DHCP: Got a lease
1970-01-01 00:00:11 -00:00: INF [arpv4] ARP: retrying 192.168.43.51 (n=2)
1970-01-01 00:00:13 -00:00: INF [arpv4] ARP: retrying 192.168.43.51 (n=3)
1970-01-01 00:00:14 -00:00: INF [arpv4] ARP: giving up on resolution of 192.168.43.51 after 3 attempts
1970-01-01 00:00:14 -00:00: INF [ipv4] IP.output: could not determine link-layer address for local network (192.168.43.0/24) ip 192.168.43.51
1970-01-01 00:00:14 -00:00: WRN [ipv4] Could not find 192.168.43.51 on the local network
1970-01-01 00:00:14 -00:00: WRN [Wire] Error sending TCP packet via IP: no route to destination: no response for IP on local network
The text was updated successfully, but these errors were encountered: