Signed-off-by: SeokHoon Lee <andy.shlee@samsung.com>
Change-Id: I052367f55f9c5085443735cb579ff7abb1dcd406
switch (connection_state) {
case WIFI_DIRECT_CONNECTION_REQ:
- {
g_print("WIFI_DIRECT_CONNECTION_REQ : Connection is requested\n");
ret = wifi_direct_accept_connection((char *)mac_address);
if (ret != WIFI_DIRECT_ERROR_NONE)
g_print("Error : wifi_direct_accept_connection failed : %d\n", ret);
break;
- }
case WIFI_DIRECT_CONNECTION_WPS_REQ:
g_print("WIFI_DIRECT_CONNECTION_WPS_REQ : WPS is requested\n");
break;