Home
last modified time | relevance | path

Searched refs:newStaInfo (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/wifi/
H A Dhostapdcli.cpp143 emit newStaInfo(info); in stop_hostapd() local
232 emit q->newStaInfo(list); in handCmdMessage()
267 emit q->newStaInfo(list); in handCmdMessage()
H A Dhostapdcli.h61 void newStaInfo(const QList<ScanInfoAp> &infos);
H A Dwifiwidget.cpp60 connect(m_hostapdcil, &Hostapdcli::newStaInfo, this, [=](const QList<ScanInfoAp> &infos){ in createAP()