Searched refs:p2p_interface (Results 1 – 9 of 9) sorted by relevance
/external/wpa_supplicant_8/wpa_supplicant/examples/p2p/ |
D | p2p_flush.py | 35 global p2p_interface 93 self.p2p_interface = dbus.Interface(self.interface_object, 107 self.p2p_interface.Flush()
|
D | p2p_listen.py | 36 global p2p_interface 94 self.p2p_interface = dbus.Interface(self.interface_object, 104 self.p2p_interface.Listen(int(self.timeout))
|
D | p2p_disconnect.py | 35 global p2p_interface 93 self.p2p_interface = dbus.Interface(self.interface_object, 107 self.p2p_interface.Disconnect()
|
D | p2p_stop_find.py | 37 global p2p_interface 95 self.p2p_interface = dbus.Interface(self.interface_object, 112 self.p2p_interface.StopFind()
|
D | p2p_find.py | 39 global p2p_interface 97 self.p2p_interface = dbus.Interface(self.interface_object, 112 self.p2p_interface.Find(P2PFindDict)
|
D | p2p_invite.py | 44 global p2p_interface 108 self.p2p_interface = dbus.Interface(self.interface_object, 127 self.p2p_interface.Invite(self.P2PDictionary)
|
D | p2p_group_add.py | 45 global p2p_interface 111 self.p2p_interface = dbus.Interface(self.interface_object, 141 self.p2p_interface.GroupAdd(self.P2PDictionary)
|
D | p2p_connect.py | 57 global p2p_interface 130 self.p2p_interface = dbus.Interface( 209 result_pin = self.p2p_interface.Connect(
|
/external/dhcpcd/ |
D | dhcpcd.c | 1807 char p2p_interface[PROPERTY_KEY_MAX]; in main() local 1973 strncpy(p2p_interface, "p2p", sizeof(p2p_interface)); in main() 1975 strncpy(p2p_interface, argv[optind], sizeof(p2p_interface)); in main() 1980 "dhcp.%s.pid", p2p_interface) >= PROPERTY_KEY_MAX) in main() 2060 strncpy(p2p_interface, "p2p", sizeof(p2p_interface)); in main() 2062 strncpy(p2p_interface, argv[optind], sizeof(p2p_interface)); in main() 2067 "dhcp.%s.pid", p2p_interface) >= PROPERTY_KEY_MAX) in main()
|