views:

75

answers:

0

I have developed an app for my private use (i.e. not going to the AppStore) that uses the private WiFiManager framework found in iPhone OS 3.x. I have no troubles scanning for networks and binding with them. However, I am connecting to an ad hoc network so I have to sit around and wait while the interface assigns a default ip address to itself because there is no DHCP service on the network.

Does anyone know how to set the ip address of an iPhone interface programmatically via the WifiManager framework?