1

I am just new in Andoird, i am work on android wireless applicationa. So now, i have a problem to get the timestamp of sending beacon frame by an access point, regards... for all...

Halgurd Maghdid Iraq

Halgurd
  • 11
  • 2

2 Answers2

0

As far as I know, the WifiManager class (who gives you all the information you can have on the WiFi state, see WifiInfo), doesn't provide this parameter.

Maybe you can magic something up with a rooted phone, but I don't thing you can do it on a standard

Vivien Barousse
  • 20,555
  • 2
  • 63
  • 64
  • Thanks dear Vivien Barousse I tried to do something like that (i.e. using WifiInfo or WifiManager), but i didn't found a method to get the timestampe of the access point. – Halgurd Mar 23 '11 at 08:43
0

You can't with the standard Libarys as they don't allow access to the raw frames, however, this queston (about accessing raw frames in Java) says their is a wrapper for libpcap which may work (I haven't tryed it)

(see Sending frames in java)

Community
  • 1
  • 1