Send data from Arduino using esp01, receive on laptop using wifi wlan

If there is no WiFi router in between, the laptop needs to act like a WiFi access point (if supported by the laptop). The ESP can then connect to this access point and send data using UDP (packets) or TCP (stream). You could also let the ESP be the access point and have the laptop connect to the ESP and poll whatever data you want from the ESP using a HTTP server.