| /src/external/bsd/wpa/dist/wpa_supplicant/examples/p2p/ |
| p2p_group_add.py | 15 print(" %s -i <interface_name> [-p <persistent>] \ " \ 21 print(" -p = persistent group = 0 (0=false, 1=true)") 23 print(" -o = persistent group object path") 50 global persistent 64 def __init__(self,interface_name,wpas_dbus_interface,persistent,frequency, 69 self.persistent = persistent 124 self.P2PDictionary = {'persistent':self.persistent} 159 persistent = Fals variable [all...] |
| p2p_group_add.py | 15 print(" %s -i <interface_name> [-p <persistent>] \ " \ 21 print(" -p = persistent group = 0 (0=false, 1=true)") 23 print(" -o = persistent group object path") 50 global persistent 64 def __init__(self,interface_name,wpas_dbus_interface,persistent,frequency, 69 self.persistent = persistent 124 self.P2PDictionary = {'persistent':self.persistent} 159 persistent = Fals variable [all...] |
| /src/external/bsd/wpa/dist/src/p2p/ |
| p2p_invitation.c | 197 int persistent; local 237 persistent = *msg.invitation_flags & P2P_INVITATION_FLAGS_TYPE; 241 * the request was for a persistent group if the attribute is 245 persistent = 1; 270 &go, group_bssid, &op_freq, persistent, &intersection, 670 p2p_dbg(p2p, "Request to invite peer " MACSTR " role=%d persistent=%d "
|
| p2p_invitation.c | 197 int persistent; local 237 persistent = *msg.invitation_flags & P2P_INVITATION_FLAGS_TYPE; 241 * the request was for a persistent group if the attribute is 245 persistent = 1; 270 &go, group_bssid, &op_freq, persistent, &intersection, 670 p2p_dbg(p2p, "Request to invite peer " MACSTR " role=%d persistent=%d "
|
| /src/external/bsd/wpa/dist/wpa_supplicant/dbus/ |
| dbus_new_handlers_p2p.c | 79 * Convenience function to create and return an invalid persistent group error. 86 "There is no such persistent group in this P2P device."); 380 if (os_strcmp(entry.key, "persistent") == 0 && 448 * A persistent group Object Path is defined meaning we want 449 * to re-invoke a persistent group. 471 /* Get the SSID structure from the persistent group id */ 483 "Failed to reinvoke a persistent group"); 653 } else if (os_strcmp(entry.key, "persistent") == 0 && 797 int persistent = 0; local 821 persistent = 1 [all...] |
| dbus_new_handlers_p2p.c | 79 * Convenience function to create and return an invalid persistent group error. 86 "There is no such persistent group in this P2P device."); 380 if (os_strcmp(entry.key, "persistent") == 0 && 448 * A persistent group Object Path is defined meaning we want 449 * to re-invoke a persistent group. 471 /* Get the SSID structure from the persistent group id */ 483 "Failed to reinvoke a persistent group"); 653 } else if (os_strcmp(entry.key, "persistent") == 0 && 797 int persistent = 0; local 821 persistent = 1 [all...] |
| /src/external/gpl2/lvm2/dist/libdm/ |
| libdm-deptree.c | 82 int persistent; /* Snapshot */ member in struct:load_segment 1464 seg->persistent ? 'P' : 'N', seg->chunk_size); 1716 seg->persistent = 0; 1756 int persistent, 1783 seg->persistent = persistent ? 1 : 0;
|
| libdm-deptree.c | 82 int persistent; /* Snapshot */ member in struct:load_segment 1464 seg->persistent ? 'P' : 'N', seg->chunk_size); 1716 seg->persistent = 0; 1756 int persistent, 1783 seg->persistent = persistent ? 1 : 0;
|
| /src/usr.sbin/sysinst/ |
| partman.c | 159 int persistent; member in struct:lv_t 1852 dev_ptr->persistent ? 1924 dev_ptr->persistent = !dev_ptr->persistent; 2049 lvms[i].lv[ii].persistent?'y':'n');
|
| partman.c | 159 int persistent; member in struct:lv_t 1852 dev_ptr->persistent ? 1924 dev_ptr->persistent = !dev_ptr->persistent; 2049 lvms[i].lv[ii].persistent?'y':'n');
|
| /src/external/bsd/wpa/dist/wpa_supplicant/ |
| p2p_supplicant.c | 74 * WPS provisioning step or after the re-invocation of a persistent group on a 93 * re-invocation of a persistent group on the GO when the client is expected 701 /* Find a persistent group where we are the GO */ 759 "P2P: GO(iface)=%p members=%u CLI(iface)=%p persistent(ssid)=%p", 1137 "group is persistent - BSS " MACSTR " not found", 1148 "group is persistent - BSS " MACSTR 1160 wpa_printf(MSG_DEBUG, "P2P: Checking whether group is persistent: " 1185 wpa_printf(MSG_DEBUG, "P2P: Storing credentials for a persistent " 1196 wpa_printf(MSG_DEBUG, "P2P: Update existing persistent group " 1204 wpa_printf(MSG_DEBUG, "P2P: Create a new persistent group 1397 int persistent; local 1774 struct wpa_ssid *persistent; local 7775 int persistent; local 7854 int persistent; local 8828 struct wpa_ssid *persistent; local 9080 struct wpa_ssid *persistent; local 9288 int res, persistent; local [all...] |
| p2p_supplicant.c | 74 * WPS provisioning step or after the re-invocation of a persistent group on a 93 * re-invocation of a persistent group on the GO when the client is expected 701 /* Find a persistent group where we are the GO */ 759 "P2P: GO(iface)=%p members=%u CLI(iface)=%p persistent(ssid)=%p", 1137 "group is persistent - BSS " MACSTR " not found", 1148 "group is persistent - BSS " MACSTR 1160 wpa_printf(MSG_DEBUG, "P2P: Checking whether group is persistent: " 1185 wpa_printf(MSG_DEBUG, "P2P: Storing credentials for a persistent " 1196 wpa_printf(MSG_DEBUG, "P2P: Update existing persistent group " 1204 wpa_printf(MSG_DEBUG, "P2P: Create a new persistent group 1397 int persistent; local 1774 struct wpa_ssid *persistent; local 7775 int persistent; local 7854 int persistent; local 8828 struct wpa_ssid *persistent; local 9080 struct wpa_ssid *persistent; local 9288 int res, persistent; local [all...] |
| ctrl_iface.c | 2812 ssid->disabled == 2 ? "[P2P-PERSISTENT]" : 3504 "SELECT_NETWORK with persistent P2P group"); 3548 "ENABLE_NETWORK with persistent P2P group"); 3587 "DISABLE_NETWORK with persistent P2P " 6392 * [persistent|persistent=<network id>] 6404 persistent_group = os_strstr(pos, " persistent") != NULL; 6405 pos2 = os_strstr(pos, " persistent="); 6413 "SSID id=%d for persistent P2P group (GO)", 7067 "for persistent P2P group" 7188 int freq = 0, persistent = 0, group_id = -1; local [all...] |
| ctrl_iface.c | 2812 ssid->disabled == 2 ? "[P2P-PERSISTENT]" : 3504 "SELECT_NETWORK with persistent P2P group"); 3548 "ENABLE_NETWORK with persistent P2P group"); 3587 "DISABLE_NETWORK with persistent P2P " 6392 * [persistent|persistent=<network id>] 6404 persistent_group = os_strstr(pos, " persistent") != NULL; 6405 pos2 = os_strstr(pos, " persistent="); 6413 "SSID id=%d for persistent P2P group (GO)", 7067 "for persistent P2P group" 7188 int freq = 0, persistent = 0, group_id = -1; local [all...] |