ret = softap_set_client_connection_state_changed_cb(sa, __connection_state_changed_cb, NULL);
if (ret != SOFTAP_ERROR_NONE)
- printf("Fail to set visibility changed callback!!\n");
+ printf("Fail to set client connection state changed callback!!\n");
return;
}
ret = softap_unset_client_connection_state_changed_cb(sa);
if (ret != SOFTAP_ERROR_NONE)
- printf("Fail to unset visibility changed callback!!\n");
+ printf("Fail to unset client connection state changed callback!!\n");
return;
}
ret = softap_get_mode(sa, &mode);
if (ret != SOFTAP_ERROR_NONE)
- printf("Failed to get channel\n");
+ printf("Failed to get mode\n");
ret = softap_get_mac_address(sa, &mac_address);
if (ret != SOFTAP_ERROR_NONE)