Can nRF24L01 connect to PC via wifi?

One way to get Internet data from PC via Nrf24l01 (or any radio): Similiar to the ISerial library, have PC connected to an arduino via serial. Run some windows application (vb?) that communicates with Arduino passing it internet information via serial port. On this arduino place an RF Device, that will then pass the information to another RF device. I am using nrf24l01 to create a chumby like device.