The querying of the infrastructure-mode is wrong. Instead of: reading.setInfrastructure(result.capabilities.contains("[IBSS]")); It should read: reading.setInfrastructure(!result.capabilities.contains("[IBSS]"));
Log in to post a comment.