HomeSort by relevance Sort by last modified time
    Searched refs:P2PDictionary (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
p2p_group_add.py 61 global P2PDictionary
124 self.P2PDictionary = {'persistent':self.persistent}
128 self.P2PDictionary.update({'frequency':int(self.frequency)})
135 self.P2PDictionary.update({'persistent_group_object':
141 self.p2p_interface.GroupAdd(self.P2PDictionary)
p2p_invite.py 59 global P2PDictionary
118 self.P2PDictionary = \
121 self.P2PDictionary.update({"persistent_group_object":
127 self.p2p_interface.Invite(self.P2PDictionary)

Completed in 938 milliseconds