Lines Matching refs:str_value
155 if (os_strcmp(entry.str_value, "start_with_full") == 0) in wpas_dbus_handler_p2p_find()
157 else if (os_strcmp(entry.str_value, "social") == 0) in wpas_dbus_handler_p2p_find()
159 else if (os_strcmp(entry.str_value, "progressive") == 0) in wpas_dbus_handler_p2p_find()
396 pg_object_path = os_strdup(entry.str_value); in wpas_dbus_handler_p2p_group_add()
399 if (hwaddr_aton(entry.str_value, go_bssid_buf)) in wpas_dbus_handler_p2p_group_add()
566 peer_object_path = os_strdup(entry.str_value); in wpas_dbus_handler_p2p_remove_client()
571 interface_addr = os_strdup(entry.str_value); in wpas_dbus_handler_p2p_remove_client()
652 peer_object_path = os_strdup(entry.str_value); in wpas_dbus_handler_p2p_connect()
674 if (os_strcmp(entry.str_value, "pbc") == 0) in wpas_dbus_handler_p2p_connect()
676 else if (os_strcmp(entry.str_value, "pin") == 0) in wpas_dbus_handler_p2p_connect()
678 else if (os_strcmp(entry.str_value, "display") == 0) in wpas_dbus_handler_p2p_connect()
680 else if (os_strcmp(entry.str_value, "keypad") == 0) in wpas_dbus_handler_p2p_connect()
686 pin = os_strdup(entry.str_value); in wpas_dbus_handler_p2p_connect()
815 peer_object_path = os_strdup(entry.str_value); in wpas_dbus_handler_p2p_invite()
820 pg_object_path = os_strdup(entry.str_value); in wpas_dbus_handler_p2p_invite()
1111 os_strlen(entry.str_value) > WPS_DEV_NAME_MAX_LEN) in wpas_dbus_setter_p2p_device_config()
1114 devname = os_strdup(entry.str_value); in wpas_dbus_setter_p2p_device_config()
1202 postfix = os_strdup(entry.str_value); in wpas_dbus_setter_p2p_device_config()
2738 if (os_strcmp(entry.str_value, "upnp") == 0) in wpas_dbus_handler_p2p_add_service()
2740 else if (os_strcmp(entry.str_value, "bonjour") == 0) in wpas_dbus_handler_p2p_add_service()
2750 service = os_strdup(entry.str_value); in wpas_dbus_handler_p2p_add_service()
2823 if (os_strcmp(entry.str_value, "upnp") == 0) in wpas_dbus_handler_p2p_delete_service()
2825 else if (os_strcmp(entry.str_value, "bonjour") == 0) in wpas_dbus_handler_p2p_delete_service()
2835 service = os_strdup(entry.str_value); in wpas_dbus_handler_p2p_delete_service()
2911 peer_object_path = os_strdup(entry.str_value); in wpas_dbus_handler_p2p_service_sd_req()
2914 if (os_strcmp(entry.str_value, "upnp") == 0) in wpas_dbus_handler_p2p_service_sd_req()
2923 service = os_strdup(entry.str_value); in wpas_dbus_handler_p2p_service_sd_req()
3003 peer_object_path = os_strdup(entry.str_value); in wpas_dbus_handler_p2p_service_sd_res()