Home
last modified time | relevance | path

Searched refs:p2p_interface (Results 1 – 9 of 9) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
Dp2p_flush.py35 global p2p_interface
93 self.p2p_interface = dbus.Interface(self.interface_object,
107 self.p2p_interface.Flush()
Dp2p_listen.py36 global p2p_interface
94 self.p2p_interface = dbus.Interface(self.interface_object,
104 self.p2p_interface.Listen(int(self.timeout))
Dp2p_disconnect.py35 global p2p_interface
93 self.p2p_interface = dbus.Interface(self.interface_object,
107 self.p2p_interface.Disconnect()
Dp2p_stop_find.py37 global p2p_interface
95 self.p2p_interface = dbus.Interface(self.interface_object,
112 self.p2p_interface.StopFind()
Dp2p_find.py39 global p2p_interface
97 self.p2p_interface = dbus.Interface(self.interface_object,
112 self.p2p_interface.Find(P2PFindDict)
Dp2p_invite.py44 global p2p_interface
108 self.p2p_interface = dbus.Interface(self.interface_object,
127 self.p2p_interface.Invite(self.P2PDictionary)
Dp2p_group_add.py45 global p2p_interface
111 self.p2p_interface = dbus.Interface(self.interface_object,
141 self.p2p_interface.GroupAdd(self.P2PDictionary)
Dp2p_connect.py57 global p2p_interface
130 self.p2p_interface = dbus.Interface(
209 result_pin = self.p2p_interface.Connect(
/external/dhcpcd/
Ddhcpcd.c1807 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()