CWInterface returning no data

前端 未结 1 1506
离开以前
离开以前 2021-01-27 06:24

I try to collect some information about the current state of the CWInterface(connected bssid, available access points...) and send them periodic (every 5-10 sec) via udp to a se

1条回答
  •  不要未来只要你来
    2021-01-27 07:22

    OK as I already commented my own question I changed the framework from CoreWlan to the private Apple80211.framework.

    This seams to work.

    My Application now runs for about one and a quater hour and scanning every few seconds.

    Two negative points about using Apple80211 are:

    • There is no public documentation about how to use it (I used the documentation from http://code.google.com/p/iphone-wireless/ which also works for Mac OS X)
    • The scans now last about 5 seconds which is prety long but hey it works...

    0 讨论(0)
提交回复
热议问题