summaryrefslogtreecommitdiffstats
path: root/src/wifi/qwifisupplicant.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Doc: Fix documentation warningsTopi Reinio2015-12-101-2/+2
| | | | | | | | Literal backslashes need to be escaped, otherwise they are interpreted as broken QDoc commands. Change-Id: I9fe23f672c2e596f316e72b771d674ac65fc44d7 Reviewed-by: Gatis Paeglis <gatis.paeglis@theqtcompany.com>
* Wifi: more refactoringGatis Paeglis2015-07-101-0/+420
Move supplicant related code into a proper class. Before it was implementad as C-style API to match with Android code. Change-Id: Idf9610ab9c42bbca34f69b8d5041efb75bb61f57 Reviewed-by: aavit <eirik.aavitsland@theqtcompany.com>