Searched refs:startSevrverCmd (Results 1 – 2 of 2) sorted by relevance
159 … QString startSevrverCmd =QString("wpa_supplicant -D %1 -i %2 -c /etc/wpa_supplicant.conf -B") in startWpa_supplicant() local162 … 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()
98 QString startSevrverCmd =QString("hostapd /etc/hostapd.conf &"); in start_hostapd() local101 system(startSevrverCmd.toLatin1().data()); in start_hostapd()102 qDebug()<<"start :"<< startSevrverCmd; in start_hostapd()