Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/wifi/
H A Dwpaclicmd.cpp159 … QString startSevrverCmd =QString("wpa_supplicant -D %1 -i %2 -c /etc/wpa_supplicant.conf -B") in startWpa_supplicant() local
162 … if(!Terminal::execCmd("ps -ef | grep -v grep | grep wpa_supplicant").contains(startSevrverCmd)) in startWpa_supplicant()
164 qDebug()<<"start =" << Terminal::execCmd(startSevrverCmd); in startWpa_supplicant()
165 qDebug()<<"start :"<< startSevrverCmd; in startWpa_supplicant()
H A Dhostapdcli.cpp98 QString startSevrverCmd =QString("hostapd /etc/hostapd.conf &"); in start_hostapd() local
101 system(startSevrverCmd.toLatin1().data()); in start_hostapd()
102 qDebug()<<"start :"<< startSevrverCmd; in start_hostapd()