How to create a wireless temporary hot(AP) using QT?
General and Desktop
3
Posts
3
Posters
2.1k
Views
1
Watching
-
[quote author="fancy967" date="1302151626"]just like the function win7 built-in [/quote]
Why would you assume that this is anywhere near the scope of Qt? An interface for such a thing: sure. But an actual access point requires you interact with your wifi hardware, which is outside of Qt's scope. That will require platform and probably hardware dependent code.