Home
last modified time | relevance | path

Searched refs:m_hostModel (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/wifi/
H A Dwifiwidget.cpp48 m_hostModel =new WifiModel; in createAP()
50 ui->listViewHost->setModel(m_hostModel); in createAP()
61 m_hostModel->setDataHostap(infos); in createAP()
64 m_hostModel->lostConnectHoseap(ssid); in createAP()
H A Dwifiwidget.h64 WifiModel *m_hostModel; variable