Home | History | Annotate | Download | only in p2p

Lines Matching refs:frequency

17 	print "		[-f <frequency>] [-o <group_object_path>] \ "
22 print " -f = frequency"
51 global frequency
64 def __init__(self,interface_name,wpas_dbus_interface,persistent,frequency,
70 self.frequency = frequency
126 if (self.frequency != None):
127 if (int(self.frequency) > 0):
128 self.P2PDictionary.update({'frequency':int(self.frequency)})
130 print "Error:\n Frequency must be greater than 0"
160 frequency = None
194 # Frequency
196 frequency = value
214 persistent,frequency,persistent_group_object)