• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Probe Request 802.11

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The goal my boss want to achieve is control over Probe Request from a Java application level (under Android of course).

The standard Java API provides a set of options to check response, however we would like to have control over sending it.


I will appreciate any hint how to solve it or where to look for a solution.
 
igor jx
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
no ansers

however I solved it using brute force: switchin ON and OFF the wifi.



which was suggested in http://stackoverflow.com/questions/8863509/how-to-programmatically-turn-off-wifi-on-android-device
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic