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

  /system/core/libnetutils/
dhcp_utils.c 51 void get_p2p_interface_replacement(const char *interface, char *p2p_interface) {
54 strncpy(p2p_interface, "p2p", MAX_INTERFACE_LENGTH);
56 strncpy(p2p_interface, interface, MAX_INTERFACE_LENGTH);
101 char p2p_interface[MAX_INTERFACE_LENGTH]; local
104 get_p2p_interface_replacement(interface, p2p_interface);
106 snprintf(prop_name, sizeof(prop_name), "%s.%s.ipaddress", DHCP_PROP_NAME_PREFIX, p2p_interface);
109 snprintf(prop_name, sizeof(prop_name), "%s.%s.gateway", DHCP_PROP_NAME_PREFIX, p2p_interface);
112 snprintf(prop_name, sizeof(prop_name), "%s.%s.server", DHCP_PROP_NAME_PREFIX, p2p_interface);
121 snprintf(prop_name, sizeof(prop_name), "%s.%s.mask", DHCP_PROP_NAME_PREFIX, p2p_interface);
145 snprintf(prop_name, sizeof(prop_name), "%s.%s.dns%d", DHCP_PROP_NAME_PREFIX, p2p_interface, x+1)
204 char p2p_interface[MAX_INTERFACE_LENGTH]; local
268 char p2p_interface[MAX_INTERFACE_LENGTH]; local
301 char p2p_interface[MAX_INTERFACE_LENGTH]; local
346 char p2p_interface[MAX_INTERFACE_LENGTH]; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
p2p_disconnect.py 35 global p2p_interface
93 self.p2p_interface = dbus.Interface(self.interface_object,
107 self.p2p_interface.Disconnect()
p2p_find.py 39 global p2p_interface
97 self.p2p_interface = dbus.Interface(self.interface_object,
112 self.p2p_interface.Find(P2PFindDict)
p2p_flush.py 35 global p2p_interface
93 self.p2p_interface = dbus.Interface(self.interface_object,
107 self.p2p_interface.Flush()
p2p_group_add.py 45 global p2p_interface
111 self.p2p_interface = dbus.Interface(self.interface_object,
141 self.p2p_interface.GroupAdd(self.P2PDictionary)
p2p_invite.py 44 global p2p_interface
108 self.p2p_interface = dbus.Interface(self.interface_object,
127 self.p2p_interface.Invite(self.P2PDictionary)
p2p_listen.py 36 global p2p_interface
94 self.p2p_interface = dbus.Interface(self.interface_object,
104 self.p2p_interface.Listen(int(self.timeout))
p2p_stop_find.py 37 global p2p_interface
95 self.p2p_interface = dbus.Interface(self.interface_object,
112 self.p2p_interface.StopFind()
p2p_connect.py 57 global p2p_interface
130 self.p2p_interface = dbus.Interface(
209 result_pin = self.p2p_interface.Connect(
  /external/dhcpcd/
dhcpcd.c 1807 char p2p_interface[PROPERTY_KEY_MAX]; local
    [all...]

Completed in 64 milliseconds