Questions tagged [wwan]

17 questions
0
votes
2 answers

Connect to WWAN modem

I have Mobile Broadband adapter. I need to be able to send AT commands to the modem from code. I can do that using hyperterminal. In my device list Broadband adapter determined as WWAN adapter: I can connect to the modem using hyperterminal: and…
FunctorPrototype
  • 1,173
  • 2
  • 12
  • 24
0
votes
3 answers

status of reachabilityForLocalWiFi is ReachableViaWWAN while on WIFI?

I need to detect if the device is connected to WIFI: reach = [Reachability reachabilityForLocalWiFi]; status = [reach currentReachabilityStatus]; but the status is WWAN when I connect to WIFI on iPad, and there is no SIM inserted, I am about to…
hzxu
  • 5,753
  • 11
  • 60
  • 95
1
2