Searched refs:PROGRAM_FILE (Results 1 – 3 of 3) sorted by relevance
36 PROGRAM_FILE = '/usr/sbin/hostapd' variable in Hostapd54 self._identifier = '%s.*%s' % (self.PROGRAM_FILE, self._config_file)86 hostapd_command = '%s -dd -t "%s"' % (self.PROGRAM_FILE,
40 PROGRAM_FILE = 'dhcpd' variable in DhcpServer57 self._identifier = '%s.*%s' % (self.PROGRAM_FILE, self._config_file)89 self.PROGRAM_FILE, self._config_file, self._lease_file,
30 PROGRAM_FILE = '/usr/local/sbin/iwconfig' variable in ApIwconfig46 iwconfig_command = '%s %s %s' % (self.PROGRAM_FILE, interface,